public inbox for speakup@linux-speakup.org
 help / color / mirror / Atom feed
* Fix for DECTalk initscript problems
@  Jacob Schmude
   ` Stephen Clower
   ` Chuck Hallenbeck
  0 siblings, 2 replies; 15+ messages in thread
From: Jacob Schmude @  UTC (permalink / raw)
  To: speakup

Hi all
	Well, thanks to Mr. Hanke of the speechd time who made a change to
the generic.c module, I have been able to discover and resolve the problem
of DECTalk not starting at system boot-up. It turns out to be one of those
simple, should-have-been-obvious things that one feels like an idiot for
missing.
The Problem:
	DECTalk is installed in  the /usr/local tree, and say resides in
/usr/local/bin. However, the initscripts don't include /usr/local/bin in
their path statements, for valid security reasons. As a result of this,
the shell couldn't find the say command and thus it wasn't being
executed.
The Solution
	Edit dtk-generic.conf. Where the say command is referenced, put
the full path to say like:
/usr/local/bin/say
	Save the file. That's it. Now it will execute properly on startup.
HTH


^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Fix for DECTalk initscript problems
   Fix for DECTalk initscript problems Jacob Schmude
@  ` Stephen Clower
   ` Chuck Hallenbeck
  1 sibling, 0 replies; 15+ messages in thread
From: Stephen Clower @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

Great! Now if I can figure out how to fix that strange /var/run/*.pid error, I'll be able to use Speakup with Dectalk without having to login as root every time.



*********** REPLY SEPARATOR  ***********

On 5/2/2004 at 9:48 AM Jacob Schmude wrote:

>Hi all
>	Well, thanks to Mr. Hanke of the speechd time who made a change to
>the generic.c module, I have been able to discover and resolve the problem
>of DECTalk not starting at system boot-up. It turns out to be one of those
>simple, should-have-been-obvious things that one feels like an idiot for
>missing.
>The Problem:
>	DECTalk is installed in  the /usr/local tree, and say resides in
>/usr/local/bin. However, the initscripts don't include /usr/local/bin in
>their path statements, for valid security reasons. As a result of this,
>the shell couldn't find the say command and thus it wasn't being
>executed.
>The Solution
>	Edit dtk-generic.conf. Where the say command is referenced, put
>the full path to say like:
>/usr/local/bin/say
>	Save the file. That's it. Now it will execute properly on startup.
>HTH
>
>_______________________________________________
>Speakup mailing list
>Speakup@braille.uwo.ca
>http://speech.braille.uwo.ca/mailman/listinfo/speakup


Stephen Clower, that guy from the south.
You can reach me by any of the following:
E-Mail: steve@steve-audio.net
MSN: steve@steve-audio.net
AIM: AudioRabbit03

You can also check out my little home on the web by visiting http://www.steve-audio.net




^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Fix for DECTalk initscript problems
   Fix for DECTalk initscript problems Jacob Schmude
   ` Stephen Clower
@  ` Chuck Hallenbeck
     ` Jacob Schmude
  1 sibling, 1 reply; 15+ messages in thread
From: Chuck Hallenbeck @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Congratulations! That solves my problem too.

Next problem: How to set those voice parameters $VOICE, $PITCH,
and $RATE! The /proc/speakup variables pitch and rate affect
them, but I doubt that is the intended way.

Problem #2. Is there a preferred way to abandon the softsynth and
switch to another speakup driver using the external doubletalk?
For instance should speechd_up be killed? speech-dispatcher?

Chuck



On Sun, 2 May 2004, Jacob Schmude wrote:

> Hi all
> 	Well, thanks to Mr. Hanke of the speechd time who made a change to
> the generic.c module, I have been able to discover and resolve the problem
> of DECTalk not starting at system boot-up. It turns out to be one of those
> simple, should-have-been-obvious things that one feels like an idiot for
> missing.
> The Problem:
> 	DECTalk is installed in  the /usr/local tree, and say resides in
> /usr/local/bin. However, the initscripts don't include /usr/local/bin in
> their path statements, for valid security reasons. As a result of this,
> the shell couldn't find the say command and thus it wasn't being
> executed.
> The Solution
> 	Edit dtk-generic.conf. Where the say command is referenced, put
> the full path to say like:
> /usr/local/bin/say
> 	Save the file. That's it. Now it will execute properly on startup.
> HTH
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>

- -- 
The Moon is Waxing Gibbous (94% of Full)
My home page is now at http://www.mhcable.com/~chuckh
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iQCVAwUBQJVH6jVdG8M9x9tGAQJzBQQAo5WW0/c5dEzl2K6hraE9xfOh3banNrEi
uLsxrsNThFvt6SRR2D0hjl9vt8vLtggj56QWbdVAEL4rM6Xpw5exYLtm3pXgPUk2
UNQ5JgKTM2NIqWPSE37eIwv5aJtHgMqBUbeyx7lF6Z0E/iRxF3s5vHfIdjStRx1v
idCUEK/FI+w=
=nEAG
-----END PGP SIGNATURE-----



^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Fix for DECTalk initscript problems
   ` Chuck Hallenbeck
@    ` Jacob Schmude
       ` Chuck Hallenbeck
  0 siblings, 1 reply; 15+ messages in thread
From: Jacob Schmude @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

Hi
I'm not quite sure what you mean by this. You're changing the rate, pitch,
and voice while in speakup, so why wouldn't the /proc/speakup directory
files be used? Since you're changing the parameters from speakup, that is
indeed the preferred way to make use of them. You do this the same way you
would for other synths. BTW, pitch and rate have ranges 0-9, voice has
range 0-8 although what values work depends on the software synth being
used, values 0-7 work on dectalk.
To switch back to your ltlk, echo ltlk >/proc/speakup/synth_name and then
kill speechd_up. To switch back, change to sftsyn and start speechd_up
again.
HTH

On Sun, 2 May 2004, Chuck Hallenbeck wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Congratulations! That solves my problem too.
>
> Next problem: How to set those voice parameters $VOICE, $PITCH,
> and $RATE! The /proc/speakup variables pitch and rate affect
> them, but I doubt that is the intended way.
>
> Problem #2. Is there a preferred way to abandon the softsynth and
> switch to another speakup driver using the external doubletalk?
> For instance should speechd_up be killed? speech-dispatcher?
>
> Chuck
>
>
>
> On Sun, 2 May 2004, Jacob Schmude wrote:
>
> > Hi all
> > 	Well, thanks to Mr. Hanke of the speechd time who made a change to
> > the generic.c module, I have been able to discover and resolve the problem
> > of DECTalk not starting at system boot-up. It turns out to be one of those
> > simple, should-have-been-obvious things that one feels like an idiot for
> > missing.
> > The Problem:
> > 	DECTalk is installed in  the /usr/local tree, and say resides in
> > /usr/local/bin. However, the initscripts don't include /usr/local/bin in
> > their path statements, for valid security reasons. As a result of this,
> > the shell couldn't find the say command and thus it wasn't being
> > executed.
> > The Solution
> > 	Edit dtk-generic.conf. Where the say command is referenced, put
> > the full path to say like:
> > /usr/local/bin/say
> > 	Save the file. That's it. Now it will execute properly on startup.
> > HTH
> >
> > _______________________________________________
> > Speakup mailing list
> > Speakup@braille.uwo.ca
> > http://speech.braille.uwo.ca/mailman/listinfo/speakup
> >
>
> - --
> The Moon is Waxing Gibbous (94% of Full)
> My home page is now at http://www.mhcable.com/~chuckh
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.2.4 (GNU/Linux)
>
> iQCVAwUBQJVH6jVdG8M9x9tGAQJzBQQAo5WW0/c5dEzl2K6hraE9xfOh3banNrEi
> uLsxrsNThFvt6SRR2D0hjl9vt8vLtggj56QWbdVAEL4rM6Xpw5exYLtm3pXgPUk2
> UNQ5JgKTM2NIqWPSE37eIwv5aJtHgMqBUbeyx7lF6Z0E/iRxF3s5vHfIdjStRx1v
> idCUEK/FI+w=
> =nEAG
> -----END PGP SIGNATURE-----
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>


^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Fix for DECTalk initscript problems
     ` Jacob Schmude
@      ` Chuck Hallenbeck
         ` Jacob Schmude
         ` changing rate, pitch, voice from Speakup (was: Re: Fix for DECTalk initscript problems) Hynek Hanke
  0 siblings, 2 replies; 15+ messages in thread
From: Chuck Hallenbeck @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


Okay. Actually, I forgot about the speakup commands to change
rate! I have been doing it by echoing a value to the
/proc/speakup variables.

The thing about killing speechd_up is what I was missing. I have
been changing back to the ltlk just fine, but have then been
unable to bring the softsynth back since I had not been killing
speechd_up.

The more I use this facility, the more I like it.

You mentioned the clicks once (or someone did). But you hear the
same clicks from the doubletalk if you pipe it into a decent
sound system, such as patching it into "line in" on the sound
card. Maybe not quite as bad, but definitely choppy.

Chuck


On Sun, 2 May 2004, Jacob Schmude wrote:

> Hi
> I'm not quite sure what you mean by this. You're changing the rate, pitch,
> and voice while in speakup, so why wouldn't the /proc/speakup directory
> files be used? Since you're changing the parameters from speakup, that is
> indeed the preferred way to make use of them. You do this the same way you
> would for other synths. BTW, pitch and rate have ranges 0-9, voice has
> range 0-8 although what values work depends on the software synth being
> used, values 0-7 work on dectalk.
> To switch back to your ltlk, echo ltlk >/proc/speakup/synth_name and then
> kill speechd_up. To switch back, change to sftsyn and start speechd_up
> again.
> HTH
>
> On Sun, 2 May 2004, Chuck Hallenbeck wrote:
>
> > -----BEGIN PGP SIGNED MESSAGE-----
> > Hash: SHA1
> >
> > Congratulations! That solves my problem too.
> >
> > Next problem: How to set those voice parameters $VOICE, $PITCH,
> > and $RATE! The /proc/speakup variables pitch and rate affect
> > them, but I doubt that is the intended way.
> >
> > Problem #2. Is there a preferred way to abandon the softsynth and
> > switch to another speakup driver using the external doubletalk?
> > For instance should speechd_up be killed? speech-dispatcher?
> >
> > Chuck
> >
> >
> >
> > On Sun, 2 May 2004, Jacob Schmude wrote:
> >
> > > Hi all
> > > 	Well, thanks to Mr. Hanke of the speechd time who made a change to
> > > the generic.c module, I have been able to discover and resolve the problem
> > > of DECTalk not starting at system boot-up. It turns out to be one of those
> > > simple, should-have-been-obvious things that one feels like an idiot for
> > > missing.
> > > The Problem:
> > > 	DECTalk is installed in  the /usr/local tree, and say resides in
> > > /usr/local/bin. However, the initscripts don't include /usr/local/bin in
> > > their path statements, for valid security reasons. As a result of this,
> > > the shell couldn't find the say command and thus it wasn't being
> > > executed.
> > > The Solution
> > > 	Edit dtk-generic.conf. Where the say command is referenced, put
> > > the full path to say like:
> > > /usr/local/bin/say
> > > 	Save the file. That's it. Now it will execute properly on startup.
> > > HTH
> > >
> > > _______________________________________________
> > > Speakup mailing list
> > > Speakup@braille.uwo.ca
> > > http://speech.braille.uwo.ca/mailman/listinfo/speakup
> > >
> >
> > - --
> > The Moon is Waxing Gibbous (94% of Full)
> > My home page is now at http://www.mhcable.com/~chuckh
> > -----BEGIN PGP SIGNATURE-----
> > Version: GnuPG v1.2.4 (GNU/Linux)
> >
> > iQCVAwUBQJVH6jVdG8M9x9tGAQJzBQQAo5WW0/c5dEzl2K6hraE9xfOh3banNrEi
> > uLsxrsNThFvt6SRR2D0hjl9vt8vLtggj56QWbdVAEL4rM6Xpw5exYLtm3pXgPUk2
> > UNQ5JgKTM2NIqWPSE37eIwv5aJtHgMqBUbeyx7lF6Z0E/iRxF3s5vHfIdjStRx1v
> > idCUEK/FI+w=
> > =nEAG
> > -----END PGP SIGNATURE-----
> >
> >
> > _______________________________________________
> > Speakup mailing list
> > Speakup@braille.uwo.ca
> > http://speech.braille.uwo.ca/mailman/listinfo/speakup
> >
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>

- -- 
The Moon is Waxing Gibbous (95% of Full)
My home page is now at http://www.mhcable.com/~chuckh
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iQCVAwUBQJV1yTVdG8M9x9tGAQIIAwQAnxT4qJoAx2cbGRM9Xbqg2JIwNkxPkbkH
CMrWMmvU7AJ6If/++bI94KB0wCxRrGeXFH+ixuUEcbDswbS7O30srv9zTFjxGtYf
UhK09YccxZszo5KwNypjRTA5+RuGTPmHBaicNUHyXiW1NhenrjI0Gmr5EOjTi7v9
NfwUgDAYiIw=
=gv/T
-----END PGP SIGNATURE-----



^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Fix for DECTalk initscript problems
       ` Chuck Hallenbeck
@        ` Jacob Schmude
           ` Cheryl Homiak
         ` changing rate, pitch, voice from Speakup (was: Re: Fix for DECTalk initscript problems) Hynek Hanke
  1 sibling, 1 reply; 15+ messages in thread
From: Jacob Schmude @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

Hi
Echoing values to /proc/speakup is exactly how you're supposed to do it.

On Sun, 2 May 2004, Chuck Hallenbeck wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
>
> Okay. Actually, I forgot about the speakup commands to change
> rate! I have been doing it by echoing a value to the
> /proc/speakup variables.


^ permalink raw reply	[flat|nested] 15+ messages in thread

* changing rate, pitch, voice from Speakup (was: Re: Fix for DECTalk initscript problems)
       ` Chuck Hallenbeck
         ` Jacob Schmude
@        ` Hynek Hanke
           ` Igor Gueths
  1 sibling, 1 reply; 15+ messages in thread
From: Hynek Hanke @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

> Okay. Actually, I forgot about the speakup commands to change
> rate! I have been doing it by echoing a value to the
> /proc/speakup variables.

There is a Speakup command for setting rate, pitch and similar things?
I though the echo to /proc is the only way. Where can I read about
the shortcuts used for this?
 
Thanks,
Hynek


^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Fix for DECTalk initscript problems
         ` Jacob Schmude
@          ` Cheryl Homiak
             ` Jacob Schmude
             ` Chuck Hallenbeck
  0 siblings, 2 replies; 15+ messages in thread
From: Cheryl Homiak @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

Yeah, but the pitch and range change  when you reboot so it's a
pain!!!

-- 
Cheryl
"Where your treasure is, there will your heart be also."




^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Fix for DECTalk initscript problems
           ` Cheryl Homiak
@            ` Jacob Schmude
             ` Chuck Hallenbeck
  1 sibling, 0 replies; 15+ messages in thread
From: Jacob Schmude @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

Hi
That'll happen with any synth, put the echo lines you desire in your
speechd_up startup script right after speechd-up is started.

On Sun, 2 May 2004, Cheryl Homiak wrote:

> Yeah, but the pitch and range change  when you reboot so it's a
> pain!!!


^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: changing rate, pitch, voice from Speakup (was: Re: Fix for DECTalk initscript problems)
         ` changing rate, pitch, voice from Speakup (was: Re: Fix for DECTalk initscript problems) Hynek Hanke
@          ` Igor Gueths
             ` nick G
  0 siblings, 1 reply; 15+ messages in thread
From: Igor Gueths @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Play around with numpad insert+typewriter 1-6 keys.
On Mon, May 03, 2004 at 12:50:31AM +0200, Hynek Hanke wrote:
> > Okay. Actually, I forgot about the speakup commands to change
> > rate! I have been doing it by echoing a value to the
> > /proc/speakup variables.
> 
> There is a Speakup command for setting rate, pitch and similar things?
> I though the echo to /proc is the only way. Where can I read about
> the shortcuts used for this?
>  
> Thanks,
> Hynek
> 
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup

- -- 
Failure is not an option, it comes bundled with your Microsoft product.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQFAlYuwNohoaf1zXJMRAuhQAJ9SsjNw8cmVo399qtmrgxx2N7M4KQCffOKE
g3PQvgBGG5DMik2hR6m8lbA=
=SGf5
-----END PGP SIGNATURE-----


^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Fix for DECTalk initscript problems
           ` Cheryl Homiak
             ` Jacob Schmude
@            ` Chuck Hallenbeck
  1 sibling, 0 replies; 15+ messages in thread
From: Chuck Hallenbeck @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


Well, I store the preferred defaults in subdirectories under
/etc/speakup, and when I change synths, I restore the appropriate
defaults. See the scripts I posted.

On Sun, 2 May 2004, Cheryl Homiak wrote:

> Yeah, but the pitch and range change  when you reboot so it's a
> pain!!!
>
>

- -- 
The Moon is Waxing Gibbous (95% of Full)
My home page is now at http://www.mhcable.com/~chuckh
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iQCVAwUBQJWNDDVdG8M9x9tGAQLRIwQAuKCwOQlELoiPdqxVJyOwm7Eel1qRuZ4F
LMMFXITGqBZFcl7+Vj+nelZVuwOI0eCrh8LzVpOX1HqfSjomBESOmyliRv9jZWV6
Ss+8usQmwpb7qf5bWKwW0uQd5s9pKUSgbcf6JyF7Skd0mtDkkSIhkHXl23fvnfR/
LwB/BkQAOjE=
=QKPz
-----END PGP SIGNATURE-----



^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: changing rate, pitch, voice from Speakup (was: Re: Fix for DECTalk initscript problems)
           ` Igor Gueths
@            ` nick G
               ` Steve Holmes
  0 siblings, 1 reply; 15+ messages in thread
From: nick G @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

Wish there was a way to save that to the Kernel like in the old speakup
config.
Thanks,
Nick
----- Original Message ----- 
From: "Igor Gueths" <igueths@lava-net.com>
To: "Speakup is a screen review system for Linux." <speakup@braille.uwo.ca>
Sent: Sunday, May 02, 2004 8:00 PM
Subject: Re: changing rate, pitch, voice from Speakup (was: Re: Fix for
DECTalk initscript problems)


> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Play around with numpad insert+typewriter 1-6 keys.
> On Mon, May 03, 2004 at 12:50:31AM +0200, Hynek Hanke wrote:
> > > Okay. Actually, I forgot about the speakup commands to change
> > > rate! I have been doing it by echoing a value to the
> > > /proc/speakup variables.
> >
> > There is a Speakup command for setting rate, pitch and similar things?
> > I though the echo to /proc is the only way. Where can I read about
> > the shortcuts used for this?
> >
> > Thanks,
> > Hynek
> >
> > _______________________________________________
> > Speakup mailing list
> > Speakup@braille.uwo.ca
> > http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
> - -- 
> Failure is not an option, it comes bundled with your Microsoft product.
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.2.3 (GNU/Linux)
>
> iD8DBQFAlYuwNohoaf1zXJMRAuhQAJ9SsjNw8cmVo399qtmrgxx2N7M4KQCffOKE
> g3PQvgBGG5DMik2hR6m8lbA=
> =SGf5
> -----END PGP SIGNATURE-----
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup



^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: changing rate, pitch, voice from Speakup (was: Re: Fix for DECTalk initscript problems)
             ` nick G
@              ` Steve Holmes
                 ` nick G
  0 siblings, 1 reply; 15+ messages in thread
From: Steve Holmes @  UTC (permalink / raw)
  To: speakup

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Sun, May 02, 2004 at 08:43:39PM -0400, nick G wrote:
> Wish there was a way to save that to the Kernel like in the old speakup
> config.

There is.  The speakupconf command does this.  It esentially copies
the relevant /proc/speakup/parms to a separate directory.
'speakupconf save' does this and 'speakupconf load' copies them back
in.  I've been thinking of modifying this shell script to store the
settings in a separate directory for each synth type.  Chuck may
already have this going with his scripts.

- -- 
HolmesGrown Solutions
The best solutions for the best price!
http://ld.net/?holmesgrown
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQFAlltgWSjv55S0LfERAn8WAJ93K335d25f/yOgxlB9jK6v5um7nACdGbXz
+zv3W7g8Qj1xak5pm/TMxZc=
=5tdP
-----END PGP SIGNATURE-----


^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: changing rate, pitch, voice from Speakup (was: Re: Fix for DECTalk initscript problems)
               ` Steve Holmes
@                ` nick G
                   ` Steve Holmes
  0 siblings, 1 reply; 15+ messages in thread
From: nick G @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

Not there.  There is no speakupconf or speakupload in this CFS of speakup.
Thanks,
Nick
----- Original Message ----- 
From: "Steve Holmes" <steve@holmesgrown.com>
To: <speakup@braille.uwo.ca>
Sent: Monday, May 03, 2004 10:47 AM
Subject: Re: changing rate, pitch, voice from Speakup (was: Re: Fix for
DECTalk initscript problems)


> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On Sun, May 02, 2004 at 08:43:39PM -0400, nick G wrote:
> > Wish there was a way to save that to the Kernel like in the old speakup
> > config.
>
> There is.  The speakupconf command does this.  It esentially copies
> the relevant /proc/speakup/parms to a separate directory.
> 'speakupconf save' does this and 'speakupconf load' copies them back
> in.  I've been thinking of modifying this shell script to store the
> settings in a separate directory for each synth type.  Chuck may
> already have this going with his scripts.
>
> - -- 
> HolmesGrown Solutions
> The best solutions for the best price!
> http://ld.net/?holmesgrown
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.2.3 (GNU/Linux)
>
> iD8DBQFAlltgWSjv55S0LfERAn8WAJ93K335d25f/yOgxlB9jK6v5um7nACdGbXz
> +zv3W7g8Qj1xak5pm/TMxZc=
> =5tdP
> -----END PGP SIGNATURE-----
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup



^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: changing rate, pitch, voice from Speakup (was: Re: Fix for DECTalk initscript problems)
                 ` nick G
@                  ` Steve Holmes
  0 siblings, 0 replies; 15+ messages in thread
From: Steve Holmes @  UTC (permalink / raw)
  To: speakup

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Yes it is.  Or at least it was with recent versions of Speakup.  It is
originally located down in among the other speakup files under
drivers/char/speakup.  But now that you mention it, I just made the
changes to save synthesizer specific parameters and I uploaded it to
pub/incoming on the linux site.  Could Kirk or somebody move this into
the regular Speakup repository?  It saves the /proc/speakup parms into
a directory named by /proc/speakup/synth_name at the time the script
is run.

On Wed, May 05, 2004 at 08:48:32PM -0400, nick G wrote:
> Not there.  There is no speakupconf or speakupload in this CFS of speakup.
> Thanks,
> Nick
> ----- Original Message ----- 
> From: "Steve Holmes" <steve@holmesgrown.com>
> To: <speakup@braille.uwo.ca>
> Sent: Monday, May 03, 2004 10:47 AM
> Subject: Re: changing rate, pitch, voice from Speakup (was: Re: Fix for
> DECTalk initscript problems)
> 
> 
> > -----BEGIN PGP SIGNED MESSAGE-----
> > Hash: SHA1
> >
> > On Sun, May 02, 2004 at 08:43:39PM -0400, nick G wrote:
> > > Wish there was a way to save that to the Kernel like in the old speakup
> > > config.
> >
> > There is.  The speakupconf command does this.  It esentially copies
> > the relevant /proc/speakup/parms to a separate directory.
> > 'speakupconf save' does this and 'speakupconf load' copies them back
> > in.  I've been thinking of modifying this shell script to store the
> > settings in a separate directory for each synth type.  Chuck may
> > already have this going with his scripts.
> >
> > - -- 
> > HolmesGrown Solutions
> > The best solutions for the best price!
> > http://ld.net/?holmesgrown
> > -----BEGIN PGP SIGNATURE-----
> > Version: GnuPG v1.2.3 (GNU/Linux)
> >
> > iD8DBQFAlltgWSjv55S0LfERAn8WAJ93K335d25f/yOgxlB9jK6v5um7nACdGbXz
> > +zv3W7g8Qj1xak5pm/TMxZc=
> > =5tdP
> > -----END PGP SIGNATURE-----
> >
> > _______________________________________________
> > Speakup mailing list
> > Speakup@braille.uwo.ca
> > http://speech.braille.uwo.ca/mailman/listinfo/speakup
> 
> 
> _______________________________________________
> 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://ld.net/?holmesgrown
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQFAmdVDWSjv55S0LfERAiNdAKDIkTXS2+7Jqyi3dxrYFSsOzEhyMACbB5L1
3CyD4dSunnW3ifroJBJ7XKc=
=p2ja
-----END PGP SIGNATURE-----


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~ UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
 Fix for DECTalk initscript problems Jacob Schmude
 ` Stephen Clower
 ` Chuck Hallenbeck
   ` Jacob Schmude
     ` Chuck Hallenbeck
       ` Jacob Schmude
         ` Cheryl Homiak
           ` Jacob Schmude
           ` Chuck Hallenbeck
       ` changing rate, pitch, voice from Speakup (was: Re: Fix for DECTalk initscript problems) Hynek Hanke
         ` Igor Gueths
           ` nick G
             ` Steve Holmes
               ` nick G
                 ` 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).