* configuring espeak 1.19
@ Chuck Hallenbeck
` Jonathan Duddington
` Tomas Cerha
0 siblings, 2 replies; 19+ messages in thread
From: Chuck Hallenbeck @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
Hi everyone, especially Jonathan <smile>
I have installed espeak 1.19 and have two questions about configuring
it.
I want to use the new en-r voice selection. Using speak from the command
line like this, works fine:
speak -v en-r "sample of speech goes here"
but when I add the -v switch to the espeak-module.conf file in the
speech-dispatcher modules directory, it is ignored.
How can I persuade speech-dispatcher to use the en-r voice?
Second, how do I install the libespeak shared library, which seems
compiled successfully, but not installed?
Thanks for any help here. The new voicing sounds pretty good on the
command line, good enough to promote to speech-dispatcher if I can.
Great job, Jonathan, bloody good!
Chuck
--
The Moon is Waxing Gibbous (86% of Full)
But you can get a few downloads from http://www.mhcable.com/~chuckh
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: configuring espeak 1.19
configuring espeak 1.19 Chuck Hallenbeck
@ ` Jonathan Duddington
` Chuck Hallenbeck
` Tomas Cerha
1 sibling, 1 reply; 19+ messages in thread
From: Jonathan Duddington @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
In article <20070129125128.GA24520@cq.ftml.net>,
Chuck Hallenbeck <chuckh@ftml.net> wrote:
> Second, how do I install the libespeak shared library, which seems
> compiled successfully, but not installed?
make install
ldconfig
should do it, after gaining root access with "su".
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: configuring espeak 1.19
` Jonathan Duddington
@ ` Chuck Hallenbeck
` Jonathan Duddington
0 siblings, 1 reply; 19+ messages in thread
From: Chuck Hallenbeck @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
Seems like I grabbed the binary package. I'll go get the source so I can
use the make install option.
Thanks.
On Mon, Jan 29, 2007 at 01:05:27PM +0000, Jonathan Duddington wrote:
> In article <20070129125128.GA24520@cq.ftml.net>,
> Chuck Hallenbeck <chuckh@ftml.net> wrote:
>
> > Second, how do I install the libespeak shared library, which seems
> > compiled successfully, but not installed?
>
> make install
> ldconfig
>
> should do it, after gaining root access with "su".
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
--
The Moon is Waxing Gibbous (86% of Full)
But you can get a few downloads from http://www.mhcable.com/~chuckh
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: configuring espeak 1.19
` Chuck Hallenbeck
@ ` Jonathan Duddington
` Chuck Hallenbeck
0 siblings, 1 reply; 19+ messages in thread
From: Jonathan Duddington @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
In article <20070129134109.GA25437@cq.ftml.net>,
Chuck Hallenbeck <chuckh@ftml.net> wrote:
> Seems like I grabbed the binary package. I'll go get the source so I
> can use the make install option.
Or:
Copy the libespeak.so.1.0.19 into /usr/lib
Then in /usr/lib with root access, do:
ln libespeak.so.1.1.19 libespeak.so.1
And if it's not already there:
ln libespeak.so.1 libespeak.so
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: configuring espeak 1.19
` Jonathan Duddington
@ ` Chuck Hallenbeck
0 siblings, 0 replies; 19+ messages in thread
From: Chuck Hallenbeck @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
Already got the source package and got it installed and working,
thanks.
Now for the speech-dispatcher issue. Anybody got any ideas?
Chuck
On Mon, Jan 29, 2007 at 01:47:25PM +0000, Jonathan Duddington wrote:
> In article <20070129134109.GA25437@cq.ftml.net>,
> Chuck Hallenbeck <chuckh@ftml.net> wrote:
>
> > Seems like I grabbed the binary package. I'll go get the source so I
> > can use the make install option.
>
> Or:
>
> Copy the libespeak.so.1.0.19 into /usr/lib
>
> Then in /usr/lib with root access, do:
> ln libespeak.so.1.1.19 libespeak.so.1
>
> And if it's not already there:
> ln libespeak.so.1 libespeak.so
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
--
The Moon is Waxing Gibbous (86% of Full)
But you can get a few downloads from http://www.mhcable.com/~chuckh
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: configuring espeak 1.19
configuring espeak 1.19 Chuck Hallenbeck
` Jonathan Duddington
@ ` Tomas Cerha
` Chuck Hallenbeck
` configuring espeak 1.19 Steve Holmes
1 sibling, 2 replies; 19+ messages in thread
From: Tomas Cerha @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
Chuck Hallenbeck napsal(a):
> I want to use the new en-r voice selection. Using speak from the command
> line like this, works fine:
>
> speak -v en-r "sample of speech goes here"
>
> but when I add the -v switch to the espeak-module.conf file in the
> speech-dispatcher modules directory, it is ignored.
Hi Chuck,
you need to tune the voice mapping in your
/etc/speech-dispatcher/modules/espeak-generic.conf. This is done by the
AddVoice directive. There is a bunch of such directives in the default
configuration file, so you may just turn the first of them from:
AddVoice "en" "male1" "en"
to:
AddVoice "en" "male1" "en-r"
See http://www.freebsoft.org/doc/speechd/speech-dispatcher_10.html#SEC27
for more details.
Your GenericExecuteSynth should look like:
"echo \"$DATA\" | espeak -w /tmp/espeak.wav -v $VOICE -s $RATE -a
$VOLUME -p $PITCH --stdin && aplay /tmp/espeak.wav"
Best regards, Tomas.
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: configuring espeak 1.19
` Tomas Cerha
@ ` Chuck Hallenbeck
` virtual machines Monty Lilburn
` configuring espeak 1.19 Steve Holmes
1 sibling, 1 reply; 19+ messages in thread
From: Chuck Hallenbeck @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
Thanks, Thomas.
It works now.
Chuck
On Mon, Jan 29, 2007 at 05:15:18PM +0100, Tomas Cerha wrote:
> Chuck Hallenbeck napsal(a):
> > I want to use the new en-r voice selection. Using speak from the command
> > line like this, works fine:
> >
> > speak -v en-r "sample of speech goes here"
> >
> > but when I add the -v switch to the espeak-module.conf file in the
> > speech-dispatcher modules directory, it is ignored.
>
> Hi Chuck,
>
> you need to tune the voice mapping in your
> /etc/speech-dispatcher/modules/espeak-generic.conf. This is done by the
> AddVoice directive. There is a bunch of such directives in the default
> configuration file, so you may just turn the first of them from:
>
> AddVoice "en" "male1" "en"
>
> to:
>
> AddVoice "en" "male1" "en-r"
>
> See http://www.freebsoft.org/doc/speechd/speech-dispatcher_10.html#SEC27
> for more details.
>
> Your GenericExecuteSynth should look like:
> "echo \"$DATA\" | espeak -w /tmp/espeak.wav -v $VOICE -s $RATE -a
> $VOLUME -p $PITCH --stdin && aplay /tmp/espeak.wav"
>
> Best regards, Tomas.
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
--
The Moon is Waxing Gibbous (87% of Full)
But you can get a few downloads from http://www.mhcable.com/~chuckh
^ permalink raw reply [flat|nested] 19+ messages in thread
* virtual machines
` Chuck Hallenbeck
@ ` Monty Lilburn
` Stephen Clower
` Tyler Spivey
0 siblings, 2 replies; 19+ messages in thread
From: Monty Lilburn @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
Hello All,
Recently I have been toying with the idea of running a virtual machine on
my Linux/Debian box. Ultimately my aim would be to have Windows XP
running as a guest O/S on my Debian host machine. I would hope to be able
to run Jaws on the Windows XP guest O/S too.
As a trial, I have been attempting to use Qemu. Before attempting to
get the Windows XP going, I thought I would try something relatively
simple like loading a Speakup/softsynth equipped Knoppix ISO. Although
the this kind of works in that I do get to a Knoppix prompt, I normally
don't seam to have any joy with the speakup part. It did work once but I
don't know what qemu switches/configuration I used that time and it is
proving to be difficult to duplicate.
Since this is turning out to be somewhat futile, I wonder if anyone has
any better suggestions on how to successfully get a VM going? I've heard
that VMPlayer works quite well but I understand that I would need to have
X-windows installed on my Debian box. In order to do this (unless I am
wrong) I would need to first install Gnoppornicus or Orca to make the
X-windows/Gnome environment accessible to even install the VMPlayer.
Maybe there is a way around this? The last time I attempted to install
Gnoppornicus on my Debian box it failed miserably in that the packages
didn't go in smoothly and I think all that spoke was the initial welcome
message. I digress!!!
So if anyone has any thoughts they would be much appreciated.
Best regards,
Monty
^ permalink raw reply [flat|nested] 19+ messages in thread
* RE: virtual machines
` virtual machines Monty Lilburn
@ ` Stephen Clower
` Tyler Spivey
1 sibling, 0 replies; 19+ messages in thread
From: Stephen Clower @ UTC (permalink / raw)
To: 'Speakup is a screen review system for Linux.'
Yes, VM Player will, in the long run, save you considerable grief. I have
only used it on Windows, but I suspect you would need the XWindow system and
Gnome to install it. Gnopernicus is dead now, and from what I understand is
no longer being developed. Orca works pretty well, and LSR might also. I
would suggest using something like Qemu to generate a VMX file for you with
your virtual machine's configuration and then run the VM with VM Player. I
do so on Windows, and it works great.
Good luck.
Steve
-----Original Message-----
From: speakup-bounces@braille.uwo.ca [mailto:speakup-bounces@braille.uwo.ca]
On Behalf Of Monty Lilburn
Sent: Monday, January 29, 2007 2:41 PM
To: Speakup is a screen review system for Linux.
Subject: virtual machines
Hello All,
Recently I have been toying with the idea of running a virtual machine on
my Linux/Debian box. Ultimately my aim would be to have Windows XP
running as a guest O/S on my Debian host machine. I would hope to be able
to run Jaws on the Windows XP guest O/S too.
As a trial, I have been attempting to use Qemu. Before attempting to
get the Windows XP going, I thought I would try something relatively
simple like loading a Speakup/softsynth equipped Knoppix ISO. Although
the this kind of works in that I do get to a Knoppix prompt, I normally
don't seam to have any joy with the speakup part. It did work once but I
don't know what qemu switches/configuration I used that time and it is
proving to be difficult to duplicate.
Since this is turning out to be somewhat futile, I wonder if anyone has
any better suggestions on how to successfully get a VM going? I've heard
that VMPlayer works quite well but I understand that I would need to have
X-windows installed on my Debian box. In order to do this (unless I am
wrong) I would need to first install Gnoppornicus or Orca to make the
X-windows/Gnome environment accessible to even install the VMPlayer.
Maybe there is a way around this? The last time I attempted to install
Gnoppornicus on my Debian box it failed miserably in that the packages
didn't go in smoothly and I think all that spoke was the initial welcome
message. I digress!!!
So if anyone has any thoughts they would be much appreciated.
Best regards,
Monty
_______________________________________________
Speakup mailing list
Speakup@braille.uwo.ca
http://speech.braille.uwo.ca/mailman/listinfo/speakup
--
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.410 / Virus Database: 268.17.14/658 - Release Date: 1/29/2007
--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.410 / Virus Database: 268.17.14/658 - Release Date: 1/29/2007
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: configuring espeak 1.19
` Tomas Cerha
` Chuck Hallenbeck
@ ` Steve Holmes
` Tomas Cerha
1 sibling, 1 reply; 19+ messages in thread
From: Steve Holmes @ UTC (permalink / raw)
To: speakup
Two things here. Is there a direct module to link Espeak and Speech
Dispatcher yet? The second question is more concerning Speech Dispatcher
than Espeak and that is I am trying to get Speech Dispatcher to work
with the Cepstral voices. I have two of them: Callie and David. But
Speech Dispatcher won't select the right voice. Right now, David is the
default voice because he was the last one installed to Cepstral but I
want Speech Dispatcher to use Callie so I modified the
cepstral-generic.conf file to include Callie and David with addvoice
entries as you described but David still comes up talking every time.
If I hard code Callie in the command line after a '-v' option, she talks
sexxy as ever:). So I'm wondering about the reliability of voice
selections with the default voice sellection in the configuration vs the
hard coding of -v command line option. It would appear that addvoice
options aren't available or something. Hope this makes sense. Other
than that problem, Cepstral is off to a good start provided enough
system resources are available.
I'm using Speech Dispatcher 0.3 (July of 2006) or there abouts.
On Mon, Jan 29, 2007 at 05:15:18PM +0100, Tomas Cerha wrote:
> Chuck Hallenbeck napsal(a):
> > I want to use the new en-r voice selection. Using speak from the command
> > line like this, works fine:
> >
> > speak -v en-r "sample of speech goes here"
> >
> > but when I add the -v switch to the espeak-module.conf file in the
> > speech-dispatcher modules directory, it is ignored.
>
> Hi Chuck,
>
> you need to tune the voice mapping in your
> /etc/speech-dispatcher/modules/espeak-generic.conf. This is done by the
> AddVoice directive. There is a bunch of such directives in the default
> configuration file, so you may just turn the first of them from:
>
> AddVoice "en" "male1" "en"
>
> to:
>
> AddVoice "en" "male1" "en-r"
>
> See http://www.freebsoft.org/doc/speechd/speech-dispatcher_10.html#SEC27
> for more details.
>
> Your GenericExecuteSynth should look like:
> "echo \"$DATA\" | espeak -w /tmp/espeak.wav -v $VOICE -s $RATE -a
> $VOLUME -p $PITCH --stdin && aplay /tmp/espeak.wav"
>
> Best regards, Tomas.
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
>
--
HolmesGrown Solutions
The best solutions for the best price!
http://holmesgrown.ld.net/
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: configuring espeak 1.19
` configuring espeak 1.19 Steve Holmes
@ ` Tomas Cerha
` Steve Holmes
0 siblings, 1 reply; 19+ messages in thread
From: Tomas Cerha @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
Steve Holmes napsal(a):
> I want Speech Dispatcher to use Callie so I modified the
> cepstral-generic.conf file to include Callie and David with addvoice
> entries as you described but David still comes up talking every time.
> If I hard code Callie in the command line after a '-v' option, she talks
> sexxy as ever:).
Hi Steve, I don't know of cepstral-generic.conf file. Where did you get
it? You can try turning on the debug logging and you will see what the
command line exactly looks like. Just set `Debug 1' in
cepstral-generic.conf and see /var/log/speech-dispatcher/cepstral.log
(you may have a different logfile set for the module).
Regards, Tomas
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: virtual machines
` virtual machines Monty Lilburn
` Stephen Clower
@ ` Tyler Spivey
` Gregory Nowak
` Monty Lilburn
1 sibling, 2 replies; 19+ messages in thread
From: Tyler Spivey @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I just finished doing something like this as an experiment. I ended up
going
with orca and vmware workstation - orca won't read the buttons, but
everything else reads fine. I ultimately created an unattended xp cd
that installed everything (jaws, winrar, 7zip, etc), set some options,
and worked - for the most part. When something didn't work, I just
posted a screenshot that vmware generates (on linux in png, windows in
bmp), and someone on irc was able to read it to me. vmware play is a
spiky, many-facited thing that sometimes works - I couldn't get it going
at all on my last try. Qeu works, but even with the accelerator it took
5 seconds upon each press of the tab key for narrator to respond. With
vmware, I was able to call someone on skype and have a conversation, but
sound quality improved when I plugged in a USB headset.
Hope this helps,
Tyler
On Mon, Jan 29, 2007 at 08:41:24PM +0000, Monty Lilburn wrote:
> Hello All,
>
> Recently I have been toying with the idea of running a virtual machine on
> my Linux/Debian box. Ultimately my aim would be to have Windows XP
> running as a guest O/S on my Debian host machine. I would hope to be able
> to run Jaws on the Windows XP guest O/S too.
>
> As a trial, I have been attempting to use Qemu. Before attempting to
> get the Windows XP going, I thought I would try something relatively
> simple like loading a Speakup/softsynth equipped Knoppix ISO. Although
> the this kind of works in that I do get to a Knoppix prompt, I normally
> don't seam to have any joy with the speakup part. It did work once but I
> don't know what qemu switches/configuration I used that time and it is
> proving to be difficult to duplicate.
>
> Since this is turning out to be somewhat futile, I wonder if anyone has
> any better suggestions on how to successfully get a VM going? I've heard
> that VMPlayer works quite well but I understand that I would need to have
> X-windows installed on my Debian box. In order to do this (unless I am
> wrong) I would need to first install Gnoppornicus or Orca to make the
> X-windows/Gnome environment accessible to even install the VMPlayer.
> Maybe there is a way around this? The last time I attempted to install
> Gnoppornicus on my Debian box it failed miserably in that the packages
> didn't go in smoothly and I think all that spoke was the initial welcome
> message. I digress!!!
>
> So if anyone has any thoughts they would be much appreciated.
>
> Best regards,
> Monty
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (FreeBSD)
iD8DBQFFvm3ETsjaYASMWKQRAq3gAKCmgmtO2frSAgy2gfPScBnO4Q36cwCfalYO
fYc7XTpVeTjI3k/SbXICYO8=
=yIzG
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: virtual machines
` Tyler Spivey
@ ` Gregory Nowak
` Doug Sutherland
` Marcel Oats
` Monty Lilburn
1 sibling, 2 replies; 19+ messages in thread
From: Gregory Nowak @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
If I'm not mistaken, vmware is a commercial package, right? Is there
anything free, (either speech or beer), that can do the job fairly
well?
Greg
On Mon, Jan 29, 2007 at 01:57:25PM -0800, Tyler Spivey wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> I just finished doing something like this as an experiment. I ended up
> going
> with orca and vmware workstation - orca won't read the buttons, but
> everything else reads fine. I ultimately created an unattended xp cd
> that installed everything (jaws, winrar, 7zip, etc), set some options,
> and worked - for the most part. When something didn't work, I just
> posted a screenshot that vmware generates (on linux in png, windows in
> bmp), and someone on irc was able to read it to me. vmware play is a
> spiky, many-facited thing that sometimes works - I couldn't get it going
> at all on my last try. Qeu works, but even with the accelerator it took
> 5 seconds upon each press of the tab key for narrator to respond. With
> vmware, I was able to call someone on skype and have a conversation, but
> sound quality improved when I plugged in a USB headset.
> Hope this helps,
> Tyler
>
- --
web site: http://www.romuald.net.eu.org
gpg public key: http://www.romuald.net.eu.org/pubkey.asc
skype: gregn1
(authorization required, add me to your contacts list first)
- --
Free domains: http://www.eu.org/ or mail dns-manager@EU.org
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFFvreE7s9z/XlyUyARAvlLAJ41iNVUa44P9D+FF1yQGJWy8/IGWACeL6b2
9m8dGMDIg4oAxq7Un+zMSlE=
=8Bxt
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: virtual machines
` Gregory Nowak
@ ` Doug Sutherland
` Marcel Oats
1 sibling, 0 replies; 19+ messages in thread
From: Doug Sutherland @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
It's not free as in source, but vmware server and also
vmware player are free as in beer, available for both
windoze and linux. This is fairly recent, vmware used
to cost a pretty penny. Still does for commercial use,
but its free for the taking for induhviduals.
http://www.vmware.com/products/free_virtualization.html
-- Doug
Gregory Nowak wrote:
> If I'm not mistaken, vmware is a commercial package, right?
> Is there anything free, (either speech or beer), that can do
> the job fairly well?
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: virtual machines
` Tyler Spivey
` Gregory Nowak
@ ` Monty Lilburn
1 sibling, 0 replies; 19+ messages in thread
From: Monty Lilburn @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
Thanks guys, I'll see if I can get something going with vmware then!
Monty
On Mon, 29 Jan 2007, Tyler Spivey wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> I just finished doing something like this as an experiment. I ended up
> going
> with orca and vmware workstation - orca won't read the buttons, but
> everything else reads fine. I ultimately created an unattended xp cd
> that installed everything (jaws, winrar, 7zip, etc), set some options,
> and worked - for the most part. When something didn't work, I just
> posted a screenshot that vmware generates (on linux in png, windows in
> bmp), and someone on irc was able to read it to me. vmware play is a
> spiky, many-facited thing that sometimes works - I couldn't get it going
> at all on my last try. Qeu works, but even with the accelerator it took
> 5 seconds upon each press of the tab key for narrator to respond. With
> vmware, I was able to call someone on skype and have a conversation, but
> sound quality improved when I plugged in a USB headset.
> Hope this helps,
> Tyler
>
> On Mon, Jan 29, 2007 at 08:41:24PM +0000, Monty Lilburn wrote:
>> Hello All,
>>
>> Recently I have been toying with the idea of running a virtual machine on
>> my Linux/Debian box. Ultimately my aim would be to have Windows XP
>> running as a guest O/S on my Debian host machine. I would hope to be able
>> to run Jaws on the Windows XP guest O/S too.
>>
>> As a trial, I have been attempting to use Qemu. Before attempting to
>> get the Windows XP going, I thought I would try something relatively
>> simple like loading a Speakup/softsynth equipped Knoppix ISO. Although
>> the this kind of works in that I do get to a Knoppix prompt, I normally
>> don't seam to have any joy with the speakup part. It did work once but I
>> don't know what qemu switches/configuration I used that time and it is
>> proving to be difficult to duplicate.
>>
>> Since this is turning out to be somewhat futile, I wonder if anyone has
>> any better suggestions on how to successfully get a VM going? I've heard
>> that VMPlayer works quite well but I understand that I would need to have
>> X-windows installed on my Debian box. In order to do this (unless I am
>> wrong) I would need to first install Gnoppornicus or Orca to make the
>> X-windows/Gnome environment accessible to even install the VMPlayer.
>> Maybe there is a way around this? The last time I attempted to install
>> Gnoppornicus on my Debian box it failed miserably in that the packages
>> didn't go in smoothly and I think all that spoke was the initial welcome
>> message. I digress!!!
>>
>> So if anyone has any thoughts they would be much appreciated.
>>
>> Best regards,
>> Monty
>>
>> _______________________________________________
>> Speakup mailing list
>> Speakup@braille.uwo.ca
>> http://speech.braille.uwo.ca/mailman/listinfo/speakup
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.5 (FreeBSD)
>
> iD8DBQFFvm3ETsjaYASMWKQRAq3gAKCmgmtO2frSAgy2gfPScBnO4Q36cwCfalYO
> fYc7XTpVeTjI3k/SbXICYO8=
> =yIzG
> -----END PGP SIGNATURE-----
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: virtual machines
` Gregory Nowak
` Doug Sutherland
@ ` Marcel Oats
1 sibling, 0 replies; 19+ messages in thread
From: Marcel Oats @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
VMWare server is free, though you still have to register and get a
serial number. Fairly easy to use, though the buttons are not read under Orca.
Marcel
At 04:12 p.m. 30/01/2007, you wrote:
>-----BEGIN PGP SIGNED MESSAGE-----
>Hash: SHA1
>
>If I'm not mistaken, vmware is a commercial package, right? Is there
>anything free, (either speech or beer), that can do the job fairly
>well?
>
>Greg
>
>
>On Mon, Jan 29, 2007 at 01:57:25PM -0800, Tyler Spivey wrote:
> > -----BEGIN PGP SIGNED MESSAGE-----
> > Hash: SHA1
> >
> > I just finished doing something like this as an experiment. I ended up
> > going
> > with orca and vmware workstation - orca won't read the buttons, but
> > everything else reads fine. I ultimately created an unattended xp cd
> > that installed everything (jaws, winrar, 7zip, etc), set some options,
> > and worked - for the most part. When something didn't work, I just
> > posted a screenshot that vmware generates (on linux in png, windows in
> > bmp), and someone on irc was able to read it to me. vmware play is a
> > spiky, many-facited thing that sometimes works - I couldn't get it going
> > at all on my last try. Qeu works, but even with the accelerator it took
> > 5 seconds upon each press of the tab key for narrator to respond. With
> > vmware, I was able to call someone on skype and have a conversation, but
> > sound quality improved when I plugged in a USB headset.
> > Hope this helps,
> > Tyler
> >
>
>- --
>web site: http://www.romuald.net.eu.org
>gpg public key: http://www.romuald.net.eu.org/pubkey.asc
>skype: gregn1
>(authorization required, add me to your contacts list first)
>
>- --
>Free domains: http://www.eu.org/ or mail dns-manager@EU.org
>-----BEGIN PGP SIGNATURE-----
>Version: GnuPG v1.4.6 (GNU/Linux)
>
>iD8DBQFFvreE7s9z/XlyUyARAvlLAJ41iNVUa44P9D+FF1yQGJWy8/IGWACeL6b2
>9m8dGMDIg4oAxq7Un+zMSlE=
>=8Bxt
>-----END PGP SIGNATURE-----
>
>_______________________________________________
>Speakup mailing list
>Speakup@braille.uwo.ca
>http://speech.braille.uwo.ca/mailman/listinfo/speakup
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: configuring espeak 1.19
` Tomas Cerha
@ ` Steve Holmes
` Tomas Cerha
0 siblings, 1 reply; 19+ messages in thread
From: Steve Holmes @ UTC (permalink / raw)
To: speakup
On Mon, Jan 29, 2007 at 10:49:12PM +0100, Tomas Cerha wrote:
> Hi Steve, I don't know of cepstral-generic.conf file. Where did you get
> it? You can try turning on the debug logging and you will see what the
> command line exactly looks like. Just set `Debug 1' in
> cepstral-generic.conf and see /var/log/speech-dispatcher/cepstral.log
built my own. I just copied one of the others like DECTalk and altered
the commands so I got it basically working but can't control the voice
selection as I pointed out earlier. I will next code in the pitch,
rate, and volume parms. I did it for Espeak so it shouldn't be too hard
for Cepstral either. I'm just not sure about the voice selection. I
never tried it with espeak to know if it works anywhere else either.
--
HolmesGrown Solutions
The best solutions for the best price!
http://holmesgrown.ld.net/
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: configuring espeak 1.19
` Steve Holmes
@ ` Tomas Cerha
` Steve Holmes
0 siblings, 1 reply; 19+ messages in thread
From: Tomas Cerha @ UTC (permalink / raw)
To: speakup
Steve Holmes wrote:
>> I don't know of cepstral-generic.conf file. Where did you get it?
> built my own.
Great. Guess you wouldn't mind sharing it once it works all right...
> the commands so I got it basically working but can't control the voice
> selection as I pointed out earlier.
To set the default voice for the English language, you should have
something like that in your voice mapping:
AddVoice "en" "male1" "voice-name"
where `voice-name' is the name of the voice as recognized by cepstral.
Of course, you also need to use the $VOICE variable within the
GenericExecuteSynth command.
Let me know if that doesn't work and try to turn on debugging as
suggested earlier.
Best regards
Tomas
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: configuring espeak 1.19
` Tomas Cerha
@ ` Steve Holmes
0 siblings, 0 replies; 19+ messages in thread
From: Steve Holmes @ UTC (permalink / raw)
To: speakup
I'll try the debugging route to see what is in those variables. Yes; I
have the addvoice setting as you describe below. Yes, I'll gladly share
what I end up with unless someone beets me to it:).
On Tue, Jan 30, 2007 at 07:04:25PM +0100, Tomas Cerha wrote:
> Steve Holmes wrote:
> >> I don't know of cepstral-generic.conf file. Where did you get it?
> > built my own.
>
> Great. Guess you wouldn't mind sharing it once it works all right...
>
> > the commands so I got it basically working but can't control the voice
> > selection as I pointed out earlier.
>
> To set the default voice for the English language, you should have
> something like that in your voice mapping:
>
> AddVoice "en" "male1" "voice-name"
>
> where `voice-name' is the name of the voice as recognized by cepstral.
>
> Of course, you also need to use the $VOICE variable within the
> GenericExecuteSynth command.
>
> Let me know if that doesn't work and try to turn on debugging as
> suggested earlier.
>
> Best regards
>
> Tomas
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
>
--
HolmesGrown Solutions
The best solutions for the best price!
http://holmesgrown.ld.net/
^ permalink raw reply [flat|nested] 19+ messages in thread
end of thread, other threads:[~ UTC | newest]
Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
configuring espeak 1.19 Chuck Hallenbeck
` Jonathan Duddington
` Chuck Hallenbeck
` Jonathan Duddington
` Chuck Hallenbeck
` Tomas Cerha
` Chuck Hallenbeck
` virtual machines Monty Lilburn
` Stephen Clower
` Tyler Spivey
` Gregory Nowak
` Doug Sutherland
` Marcel Oats
` Monty Lilburn
` configuring espeak 1.19 Steve Holmes
` Tomas Cerha
` Steve Holmes
` Tomas Cerha
` Steve Holmes
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).