public inbox for speakup@linux-speakup.org
 help / color / mirror / Atom feed
* Low Speakup volume in Ubuntu?
@  Zachary Kline
   ` Ralph W. Reid
                   ` (2 more replies)
  0 siblings, 3 replies; 16+ messages in thread
From: Zachary Kline @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

Hiya,
    I've noticed that with speakup and Speech-dispatcher, my speech volume is quite low with Espeak to the point where I can only hear it if I strain my ears.  This is a little frustrating, but at least I've confirmed that the system works as intended for the most part.  I can modprobe speakup_sftsyn anyway.
Any answers on why the volume is so low?  Orca's isn't...
Thanks,
Zack.

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

* Re: Low Speakup volume in Ubuntu?
   Low Speakup volume in Ubuntu? Zachary Kline
@  ` Ralph W. Reid
   ` Gregory Nowak
   ` No speach with Orca Charlie Young
  2 siblings, 0 replies; 16+ messages in thread
From: Ralph W. Reid @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

Hello:

I have managed to increase the volume in Speech-dispatcher and Espeak
with the normalize program in Slackware Linux.  The file
/etc/speech-dispatcher/modules/espeak-generic.conf contained these lines:

GenericExecuteSynth \
"echo \"$DATA\" | speak -w /tmp/espeak.wav -v $VOICE -s $RATE -a $VOLUME -p $PITCH --stdin && aplay /tmp/espeak.wav"

These lines can be modified to include normalize to add 10db of gain as follows:

GenericExecuteSynth \
"echo \"$DATA\" | speak -w /tmp/espeak.wav -v $VOICE -s $RATE -a $VOLUME -p $PITCH --stdin && \
/usr/bin/normalize -q -g 10db /tmp/espeak.wav ; /usr/bin/aplay /tmp/espeak.wav"

Edit carefully--the version of Speech Dispatcher you are running might be different from the one I am running.

HTH, and have a great day.

On Sun, Aug 12, 2007 at 11:52:39PM -0700, Zachary Kline wrote:
> Hiya,
>     I've noticed that with speakup and Speech-dispatcher, my speech volume is quite low with Espeak to the point where I can only hear it if I strain my ears.  This is a little frustrating, but at least I've confirmed that the system works as intended for the most part.  I can modprobe speakup_sftsyn anyway.
> Any answers on why the volume is so low?  Orca's isn't...
> Thanks,
> Zack.

-- 
Ralph.  N6BNO.  Wisdom comes from central processing, not from I/O.
rreid@sunset.net  http://personalweb.sunset.net/~rreid
...passing through The City of Internet at the speed of light...
CIRCLE AREA = _pi * r ^ 2


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

* Re: Low Speakup volume in Ubuntu?
   Low Speakup volume in Ubuntu? Zachary Kline
   ` Ralph W. Reid
@  ` Gregory Nowak
     ` Zachary Kline
   ` No speach with Orca Charlie Young
  2 siblings, 1 reply; 16+ messages in thread
From: Gregory Nowak @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

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

Have a look at

/etc/speech-dispatcher/modules/espeak-generic.conf

In there, find the line that says:

GenericVolumeAdd        10

and change it to read

GenericVolumeAdd        100

Then, save the file, and restart speech-dispatcher/speechd-up for good
measure, though I don't remember if I did that or not. Also, I don't
remember if gnome-speech talks to espeak directly, or through
speech-dispatcher. If it does talk to espeak via speech-dispatcher,
then this will of course effect your speech in orca as well. Hth.

Greg



On Sun, Aug 12, 2007 at 11:52:39PM -0700, Zachary Kline wrote:
> Hiya,
>     I've noticed that with speakup and Speech-dispatcher, my speech volume is quite low with Espeak to the point where I can only hear it if I strain my ears.  This is a little frustrating, but at least I've confirmed that the system works as intended for the most part.  I can modprobe speakup_sftsyn anyway.
> Any answers on why the volume is so low?  Orca's isn't...
> Thanks,
> Zack.
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup

- -- 
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)

iD8DBQFGwI2r7s9z/XlyUyARAkG9AJ9L40q9QuDyCUZms/yFg1fIRm+gSwCfTP4C
bXlW5h+s1xMNG027AxvjYDk=
=qP2k
-----END PGP SIGNATURE-----


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

* Re: Low Speakup volume in Ubuntu?
   ` Gregory Nowak
@    ` Zachary Kline
       ` Gregory Nowak
  0 siblings, 1 reply; 16+ messages in thread
From: Zachary Kline @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

Hi,
    Thanks, Greg.  This seemed to do the trick.
    However, I'm having a Speakup punctuation problem which I believe I 
remember seeing mentioned on this list before.
    I can't find info on how to fix this in the archives...
Any clue?
Thanks,
Zack.

----- Original Message ----- 
From: "Gregory Nowak" <greg@romuald.net.eu.org>
To: "Speakup is a screen review system for Linux." <speakup@braille.uwo.ca>
Sent: Monday, August 13, 2007 9:58 AM
Subject: Re: Low Speakup volume in Ubuntu?


> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Have a look at
>
> /etc/speech-dispatcher/modules/espeak-generic.conf
>
> In there, find the line that says:
>
> GenericVolumeAdd        10
>
> and change it to read
>
> GenericVolumeAdd        100
>
> Then, save the file, and restart speech-dispatcher/speechd-up for good
> measure, though I don't remember if I did that or not. Also, I don't
> remember if gnome-speech talks to espeak directly, or through
> speech-dispatcher. If it does talk to espeak via speech-dispatcher,
> then this will of course effect your speech in orca as well. Hth.
>
> Greg
>
>
>
> On Sun, Aug 12, 2007 at 11:52:39PM -0700, Zachary Kline wrote:
>> Hiya,
>>     I've noticed that with speakup and Speech-dispatcher, my speech 
>> volume is quite low with Espeak to the point where I can only hear it if 
>> I strain my ears.  This is a little frustrating, but at least I've 
>> confirmed that the system works as intended for the most part.  I can 
>> modprobe speakup_sftsyn anyway.
>> Any answers on why the volume is so low?  Orca's isn't...
>> Thanks,
>> Zack.
>> _______________________________________________
>> Speakup mailing list
>> Speakup@braille.uwo.ca
>> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
> - -- 
> 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)
>
> iD8DBQFGwI2r7s9z/XlyUyARAkG9AJ9L40q9QuDyCUZms/yFg1fIRm+gSwCfTP4C
> bXlW5h+s1xMNG027AxvjYDk=
> =qP2k
> -----END PGP SIGNATURE-----
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
> 



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

* Re: Low Speakup volume in Ubuntu?
     ` Zachary Kline
@      ` Gregory Nowak
         ` Zachary Kline
  0 siblings, 1 reply; 16+ messages in thread
From: Gregory Nowak @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

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

Zack, you need to invoke speechd-up with the -t flag. Hth.

Greg


On Mon, Aug 13, 2007 at 10:10:27AM -0700, Zachary Kline wrote:
> Hi,
>     Thanks, Greg.  This seemed to do the trick.
>     However, I'm having a Speakup punctuation problem which I believe I 
> remember seeing mentioned on this list before.
>     I can't find info on how to fix this in the archives...
> Any clue?
> Thanks,
> Zack.
> 


- -- 
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)

iD8DBQFGwJUx7s9z/XlyUyARAg7BAJ0frwKfyGhZecnx4abu09KTmP9p5ACgo4JA
FQ/UmhomFGr/pbZU03cQ16I=
=YDms
-----END PGP SIGNATURE-----


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

* Re: Low Speakup volume in Ubuntu?
       ` Gregory Nowak
@        ` Zachary Kline
           ` Kenny Hitt
  0 siblings, 1 reply; 16+ messages in thread
From: Zachary Kline @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

Hi Greg,
    I can't find from where speechd-up is envoked so I can do this 
automatically.  I know that there is, in Gentoo, a /etc/init.d/speechd-up 
file, but there isn't one in Ubuntu that I can find.
    Is there some other place I should look?
Thanks,
Zack.

----- Original Message ----- 
From: "Gregory Nowak" <greg@romuald.net.eu.org>
To: "Speakup is a screen review system for Linux." <speakup@braille.uwo.ca>
Sent: Monday, August 13, 2007 10:30 AM
Subject: Re: Low Speakup volume in Ubuntu?


> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Zack, you need to invoke speechd-up with the -t flag. Hth.
>
> Greg
>
>
> On Mon, Aug 13, 2007 at 10:10:27AM -0700, Zachary Kline wrote:
>> Hi,
>>     Thanks, Greg.  This seemed to do the trick.
>>     However, I'm having a Speakup punctuation problem which I believe I
>> remember seeing mentioned on this list before.
>>     I can't find info on how to fix this in the archives...
>> Any clue?
>> Thanks,
>> Zack.
>>
>
>
> - -- 
> 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)
>
> iD8DBQFGwJUx7s9z/XlyUyARAg7BAJ0frwKfyGhZecnx4abu09KTmP9p5ACgo4JA
> FQ/UmhomFGr/pbZU03cQ16I=
> =YDms
> -----END PGP SIGNATURE-----
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
> 



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

* Re: Low Speakup volume in Ubuntu?
         ` Zachary Kline
@          ` Kenny Hitt
             ` Gregory Nowak
  0 siblings, 1 reply; 16+ messages in thread
From: Kenny Hitt @  UTC (permalink / raw)
  To: speakup

Hi.

speechd-up in Ubuntu is loaded by a udev rule, and not an init script.

          Kenny



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

* Re: Low Speakup volume in Ubuntu?
           ` Kenny Hitt
@            ` Gregory Nowak
  0 siblings, 0 replies; 16+ messages in thread
From: Gregory Nowak @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

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

On Mon, Aug 13, 2007 at 01:46:38PM -0500, Kenny Hitt wrote:
> Hi.
> 
> speechd-up in Ubuntu is loaded by a udev rule, and not an init script.

Yes, and it looks like that's done in

/etc/udev/rules.d/80-speechd-up.rules

Hth.

Greg


- -- 
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)

iD8DBQFGwLGU7s9z/XlyUyARAq+KAJ0R7ZUT5yQhn342wSMfTvU+3wXBBgCbBnBk
VS0V8kHuytnPleT3KhpNv3c=
=I8u2
-----END PGP SIGNATURE-----


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

* No speach with Orca
   Low Speakup volume in Ubuntu? Zachary Kline
   ` Ralph W. Reid
   ` Gregory Nowak
@  ` Charlie Young
     ` Kenny Hitt
                     ` (2 more replies)
  2 siblings, 3 replies; 16+ messages in thread
From: Charlie Young @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

Hi...
  I just installed Ubuntu on my computer and activated Orca but it won't work. When I turn on my computer the Orca dialog box is on the desk top so I know Orca is running but there's no speach. Does anyone have any idea what is wrong. Thanks.
  Charlie

       
---------------------------------
Moody friends. Drama queens. Your life? Nope! - their life, your story.
 Play Sims Stories at Yahoo! Games. 

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

* Re: No speach with Orca
   ` No speach with Orca Charlie Young
@    ` Kenny Hitt
     ` Chris Norman
     ` Which messenger for Linux would be best for a blind person to use? Charlie Young
  2 siblings, 0 replies; 16+ messages in thread
From: Kenny Hitt @  UTC (permalink / raw)
  To: speakup

Hi.

Did you get sound during login?  If not, you probably have sound card issues.
Since you didn't give much information, that's the best answer I can give for now.

          Kenny



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

* Re: No speach with Orca
   ` No speach with Orca Charlie Young
     ` Kenny Hitt
@    ` Chris Norman
     ` Which messenger for Linux would be best for a blind person to use? Charlie Young
  2 siblings, 0 replies; 16+ messages in thread
From: Chris Norman @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

This is one for the orca lise
(mailto:orca-list-request@gnome.org?subject=subscribe).

On Tue, 2007-08-28 at 22:27 -0700, Charlie Young wrote:
> Hi...
>   I just installed Ubuntu on my computer and activated Orca but it won't work. When I turn on my computer the Orca dialog box is on the desk top so I know Orca is running but there's no speach. Does anyone have any idea what is wrong. Thanks.
>   Charlie
> 
>        
> ---------------------------------
> Moody friends. Drama queens. Your life? Nope! - their life, your story.
>  Play Sims Stories at Yahoo! Games. 
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
-- 


Chris Norman.

<!-- chris.norman4@ntlworld.com -->



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

* Which messenger for Linux would be best for a blind person to use?
   ` No speach with Orca Charlie Young
     ` Kenny Hitt
     ` Chris Norman
@    ` Charlie Young
       ` Parham
       ` Chris Norman
  2 siblings, 2 replies; 16+ messages in thread
From: Charlie Young @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

Hi...
  I was wondering which messenger for Linux would be best for a blind person to use. I recently switched to Ubuntu. When I was using Windows I used a plugin for Windows Messenger that automaticly read incoming messeges. Any ideas? Thanks.
  Charlie

       
---------------------------------
Be a better Heartthrob. Get better relationship answers from someone who knows.
Yahoo! Answers - Check it out. 

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

* Re: Which messenger for Linux would be best for a blind person to use?
     ` Which messenger for Linux would be best for a blind person to use? Charlie Young
@      ` Parham
         ` Chris Norman
       ` Chris Norman
  1 sibling, 1 reply; 16+ messages in thread
From: Parham @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

People use GAim there on Linux Ubuntu.
----- Original Message ----- 
From: "Charlie Young" <cy41169@yahoo.com>
To: "Speakup is a screen review system for Linux." <speakup@braille.uwo.ca>
Sent: Monday, September 03, 2007 9:18 AM
Subject: Which messenger for Linux would be best for a blind person to use?


> Hi...
>  I was wondering which messenger for Linux would be best for a blind 
> person to use. I recently switched to Ubuntu. When I was using Windows I 
> used a plugin for Windows Messenger that automaticly read incoming 
> messeges. Any ideas? Thanks.
>  Charlie
>
>
> ---------------------------------
> Be a better Heartthrob. Get better relationship answers from someone who 
> knows.
> Yahoo! Answers - Check it out.
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup 



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

* Re: Which messenger for Linux would be best for a blind person to use?
     ` Which messenger for Linux would be best for a blind person to use? Charlie Young
       ` Parham
@      ` Chris Norman
  1 sibling, 0 replies; 16+ messages in thread
From: Chris Norman @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

gaim internet messenger is good. It's the one I am using at the minute.

On Sun, 2007-09-02 at 22:48 -0700, Charlie Young wrote:
> Hi...
>   I was wondering which messenger for Linux would be best for a blind person to use. I recently switched to Ubuntu. When I was using Windows I used a plugin for Windows Messenger that automaticly read incoming messeges. Any ideas? Thanks.
>   Charlie
> 
>        
> ---------------------------------
> Be a better Heartthrob. Get better relationship answers from someone who knows.
> Yahoo! Answers - Check it out. 
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
-- 


Chris Norman.

<!-- chris.norman4@ntlworld.com -->



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

* Re: Which messenger for Linux would be best for a blind person to use?
       ` Parham
@        ` Chris Norman
           ` dan Murphy
  0 siblings, 1 reply; 16+ messages in thread
From: Chris Norman @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

Or there is pebrot, come to think of it, for working in the console
(very nice), written in python.
 HTH.

On Mon, 2007-09-03 at 12:43 +0330, Parham wrote:
> People use GAim there on Linux Ubuntu.
> ----- Original Message ----- 
> From: "Charlie Young" <cy41169@yahoo.com>
> To: "Speakup is a screen review system for Linux." <speakup@braille.uwo.ca>
> Sent: Monday, September 03, 2007 9:18 AM
> Subject: Which messenger for Linux would be best for a blind person to use?
> 
> 
> > Hi...
> >  I was wondering which messenger for Linux would be best for a blind 
> > person to use. I recently switched to Ubuntu. When I was using Windows I 
> > used a plugin for Windows Messenger that automaticly read incoming 
> > messeges. Any ideas? Thanks.
> >  Charlie
> >
> >
> > ---------------------------------
> > Be a better Heartthrob. Get better relationship answers from someone who 
> > knows.
> > Yahoo! Answers - Check it out.
> > _______________________________________________
> > 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
-- 


Chris Norman.

<!-- chris.norman4@ntlworld.com -->



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

* Re: Which messenger for Linux would be best for a blind person to use?
         ` Chris Norman
@          ` dan Murphy
  0 siblings, 0 replies; 16+ messages in thread
From: dan Murphy @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

Actually I have found pebrot to be very good when working in the console 
with speekup.
On Mon, 3 Sep 2007, Chris Norman wrote:

> Or there is pebrot, come to think of it, for working in the console
> (very nice), written in python.
> HTH.
>
> On Mon, 2007-09-03 at 12:43 +0330, Parham wrote:
>> People use GAim there on Linux Ubuntu.
>> ----- Original Message -----
>> From: "Charlie Young" <cy41169@yahoo.com>
>> To: "Speakup is a screen review system for Linux." <speakup@braille.uwo.ca>
>> Sent: Monday, September 03, 2007 9:18 AM
>> Subject: Which messenger for Linux would be best for a blind person to use?
>>
>>
>>> Hi...
>>>  I was wondering which messenger for Linux would be best for a blind
>>> person to use. I recently switched to Ubuntu. When I was using Windows I
>>> used a plugin for Windows Messenger that automaticly read incoming
>>> messeges. Any ideas? Thanks.
>>>  Charlie
>>>
>>>
>>> ---------------------------------
>>> Be a better Heartthrob. Get better relationship answers from someone who
>>> knows.
>>> Yahoo! Answers - Check it out.
>>> _______________________________________________
>>> 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
> -- 
>
>
> Chris Norman.
>
> <!-- chris.norman4@ntlworld.com -->
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>


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

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

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
 Low Speakup volume in Ubuntu? Zachary Kline
 ` Ralph W. Reid
 ` Gregory Nowak
   ` Zachary Kline
     ` Gregory Nowak
       ` Zachary Kline
         ` Kenny Hitt
           ` Gregory Nowak
 ` No speach with Orca Charlie Young
   ` Kenny Hitt
   ` Chris Norman
   ` Which messenger for Linux would be best for a blind person to use? Charlie Young
     ` Parham
       ` Chris Norman
         ` dan Murphy
     ` Chris Norman

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).