Re: [BRLTTY] Speech stops with espeak-ng

2016-11-22 Thread Sebastian Humenda
Hi kendell clark schrieb am 21.11.2016, 18:19 -0600: >I've been trying to track this bug down for months, although I didn't know if >it was espeak ng or brltty, I thought it was just my lack of knowledge and I >was configuring it wrong. I've been trying to add console speech to the linux >distribu

Re: [BRLTTY] Speech stops with espeak-ng

2016-11-21 Thread kendell clark
hi I've been trying to track this bug down for months, although I didn't know if it was espeak ng or brltty, I thought it was just my lack of knowledge and I was configuring it wrong. I've been trying to add console speech to the linux distribution I help develop, called sonar, using brltty b

Re: [BRLTTY] Speech stops with espeak-ng

2016-11-21 Thread Sebastian Humenda
Hi Samuel, Samuel Thibault schrieb am 21.11.2016, 21:29 +0100: >Samuel Thibault, on Mon 21 Nov 2016 21:28:17 +0100, wrote: >> Also, which versions of libespeak-ng1 and libasound2 packages do you have? > >I'm asking this because I'm not getting any issue with version 1.1.2-1 >of libasound2. I'm sor

Re: [BRLTTY] Speech stops with espeak-ng

2016-11-21 Thread Samuel Thibault
Hello, Sebastian Humenda, on Mon 21 Nov 2016 15:30:04 +0100, wrote: > The issue is that brltty doesn't crash and hence I cannot provide a back > trace. Then you can just attach with gdb: $ gdb /sbin/brltty $(pgrep brltty) ... (gdb) thread apply all bt ... and post us the result. To get a mean

Re: [BRLTTY] Speech stops with espeak-ng

2016-11-21 Thread Samuel Thibault
Samuel Thibault, on Mon 21 Nov 2016 21:28:17 +0100, wrote: > Also, which versions of libespeak-ng1 and libasound2 packages do you have? I'm asking this because I'm not getting any issue with version 1.1.2-1 of libasound2. I do have issues with a patched version of libasound2 which was sent to the

Re: [BRLTTY] Speech output fails after an external USB keyboard is plugged in

2016-09-11 Thread Eric Scheibler
I've missed a thread on this list, which already addresses my espeak problem. After applying the attached patch for the alsa library, all seems to work fine again. Sorry for the noise. Cheers Eric ___ This message was sent via the BRLTTY mailing list.

Re: [BRLTTY] Speech Dispatcher location.

2016-07-09 Thread Mike Gorse
On Fri, 8 Jul 2016, Dave Mielke wrote: Newer Speech Dispatcher releases have a .pc file whereas older ones don't. This shall finally be handled in brltty's configure script, but, in order to make the fix as general as possible, do any of you know if eSpeak and/or Festival Lite also now have a .p

Re: [BRLTTY] Speech Dispatcher location.

2016-07-09 Thread Dave Mielke
The latest development code should work for both the older and newer (with .pc) Speech Dispatcher paradigms. Please test it. -- Dave Mielke | 2213 Fox Crescent | The Bible is the very Word of God. Phone: 1-613-726-0014 | Ottawa, Ontario | http://Mielke.cc/bible/ EMail: d...@mielke.cc

Re: [BRLTTY] Speech and keypad

2012-05-23 Thread Tom Fowle
I usually just move the system cursor back and forth by one character, that brings the speech and braille cursers right to the system unless you have tracking off. tom Fowle On Wed, May 23, 2012 at 11:57:17AM -0400, Dave Mielke wrote: > [quoted lines by Mario Lang on 2012/05/23 at 17:38 +0200] >

Re: [BRLTTY] Speech and keypad

2012-05-23 Thread Nicolas Pitre
On Wed, 23 May 2012, Dave Mielke wrote: > [quoted lines by Mario Lang on 2012/05/23 at 17:38 +0200] > > >while looking I noticed that the complement is apparently missing, bring > >speech location to cursor? Or am I missing something? > > BRL_CMD_HOME brings both the braille display and the sp

Re: [BRLTTY] Speech and keypad

2012-05-23 Thread Dave Mielke
[quoted lines by Mario Lang on 2012/05/23 at 17:38 +0200] >while looking I noticed that the complement is apparently missing, bring >speech location to cursor? Or am I missing something? BRL_CMD_HOME brings both the braille display and the speech cursor to the system cursor. Is that sufficient

Re: [BRLTTY] Speech and keypad

2012-05-23 Thread Mario Lang
Dave Mielke writes: >>I tried cut&pasting, it took me a long time to realize it was doing it >>from the braille position, not speech. That seems to make it rather >>difficult to cut&paste without a display. > > It uses the system cursor - not the braille position. That functionality was > develo

Re: [BRLTTY] Speech and keypad

2012-05-23 Thread Dave Mielke
[quoted lines by Stéphane Doyon on 2012/05/23 at 00:07 -0400] >I keep entering garbage zeros and dots and pluses. Is there a >convenient way to disable keypad key presses that don't resolve to a >BRLTTY command? They could, I suppose, all be defined to NOOP. On the other hand, if we do that then

Re: [BRLTTY] Speech cursor.

2009-05-25 Thread Nicolas Pitre
On Mon, 25 May 2009, Mario Lang wrote: > Dave Mielke writes: > > > Should it jump to the braille display position if it is moved? > > Good question, I am not quite sure. We could add yet another toggle to > have this configurable. I already use this feature all the time, obtained with autospe

Re: [BRLTTY] Speech cursor.

2009-05-25 Thread Mario Lang
Dave Mielke writes: > One of the interesting projects I'll be considering is the introduction of a > speech cursor. In principle, it's an easy thing to do. I need some guidance > from speech users, however, regarding cursor tracking. Clearly, the speech > cursor should move independently from

Re: [BRLTTY] Speech cursor.

2009-05-12 Thread Luke Yelavich
On Wed, May 13, 2009 at 02:14:50PM EST, Dave Mielke wrote: > [quoted lines by Jason White on 2009/05/13 at 13:02 +1000] > > >Ideally, the user should be able to change this behaviour with commands > >issued > >from the braille display or the keyboard, as I can think of usage scenarios > >for all

Re: [BRLTTY] Speech cursor.

2009-05-12 Thread Dave Mielke
[quoted lines by Jason White on 2009/05/13 at 13:02 +1000] >Ideally, the user should be able to change this behaviour with commands issued >from the braille display or the keyboard, as I can think of usage scenarios >for all of these possibilities. Yes, but I'd still like to make the default be w

Re: [BRLTTY] Speech cursor.

2009-05-12 Thread Luke Yelavich
On Wed, May 13, 2009 at 12:47:37PM EST, Dave Mielke wrote: > One of the interesting projects I'll be considering is the introduction of a > speech cursor. In principle, it's an easy thing to do. I need some guidance > from speech users, however, regarding cursor tracking. Clearly, the speech > c

Re: [BRLTTY] Speech cursor.

2009-05-12 Thread Jason White
Dave Mielke wrote: > In principle, it's an easy thing to do. I need some guidance > from speech users, however, regarding cursor tracking. Clearly, the speech > cursor should move independently from the system cursor and braille display > position. When, however, should the speech cursor be aut

Re: [BRLTTY] speech problem

2008-07-03 Thread Daniel Dalton
On Fri, Jul 04, 2008 at 06:18:42PM +1000, Daniel Dalton wrote: > Hi, ok, sorry about the delay... > > On Sun, Jun 29, 2008 at 10:05:50AM +0200, Hermann wrote: > > > > > Just keep the bin from the svn and delete the other one. > > Unfortunately the svn package installs brltty different than > >

Re: [BRLTTY] speech problem

2008-07-03 Thread Daniel Dalton
Hi, ok, sorry about the delay... On Sun, Jun 29, 2008 at 10:05:50AM +0200, Hermann wrote: > > Just keep the bin from the svn and delete the other one. > Unfortunately the svn package installs brltty different than Well... now, none say the letters. I reinstalled debian, but still no luck, no le

Re: [BRLTTY] speech problem

2008-06-29 Thread Jason White
On Sun, Jun 29, 2008 at 10:05:50AM +0200, Hermann wrote: > Just keep the bin from the svn and delete the other one. > Unfortunately the svn package installs brltty different than > Debian. Delete /sbin/brltty and place a symlink to /bin/brltty in /sbin > instead. While we're discussing the init

Re: [BRLTTY] speech problem

2008-06-29 Thread Hermann
Daniel Dalton <[EMAIL PROTECTED]> writes: > On Sun, Jun 29, 2008 at 12:33:04AM +1000, Daniel Dalton wrote: >> A recompile didn't help, but the one from the repo worked fine, so I >> will have another try in the morning... > > It seems, both must be installed for brltty from apt to say the letters.

Re: [BRLTTY] speech problem

2008-06-28 Thread Daniel Dalton
On Sun, Jun 29, 2008 at 12:33:04AM +1000, Daniel Dalton wrote: > A recompile didn't help, but the one from the repo worked fine, so I > will have another try in the morning... It seems, both must be installed for brltty from apt to say the letters. When I run sudo /bin/brltty (that is where brltty

Re: [BRLTTY] speech problem

2008-06-28 Thread Daniel Dalton
A recompile didn't help, but the one from the repo worked fine, so I will have another try in the morning... Thanks. On Sat, Jun 28, 2008 at 11:53:54PM +1000, Daniel Dalton wrote: > Hi, > > I'm on debian lenny and have the following problem with brltty r3727. > I set auto speak to yes and I am

Re: [BRLTTY] Speech-dispatcher crashes when encountering semi-graphical characters

2008-03-24 Thread Hermann
Hi, I managed to fix this: Espeak always changes a link in /usr/lib from: libespeak.so.1 -> libespeak.so.1.1.36 to: libespeak.so.1 -> libespeak.so.1 I've reported this to the SD list without getting an answer. I think a reason might be that I made libespeak.so.1.1.36 executable, which seems not t

Re: [BRLTTY] Speech-dispatcher crashes when encountering semi-graphical characters

2008-03-24 Thread Dave Mielke
[quoted lines by Hermann on 2008/03/24 at 14:01 +0100] >If this is true, then the command: >setfont >or >consolechars -d >should solve this, but I tried and it didn't. All other brltty speech drivers work, and, for sD, the only unique action taken is to call SD's own spd_sayf(). If there's a pro

Re: [BRLTTY] Speech-dispatcher crashes when encountering semi-graphical characters

2008-03-24 Thread Hermann
am Mo 24. Mär 2008 um 13:35:15 schrieb Dave Mielke <[EMAIL PROTECTED]>: > [quoted lines by Hermann on 2008/03/24 at 11:11 +0100] > > >I tested the same with another SD module, and it must be indeed a problem > >with SD and the Espeak module. Switching to > >Espeak-generic works. > >However: This

Re: [BRLTTY] Speech-dispatcher crashes when encounteringsemi-graphical characters

2008-03-24 Thread Dave Mielke
[quoted lines by Hermann on 2008/03/24 at 11:11 +0100] >I tested the same with another SD module, and it must be indeed a problem with >SD and the Espeak module. Switching to >Espeak-generic works. >However: This happens only in brltty with SD, all other apps I use with SD are >OK (SBL, Speakup

Re: [BRLTTY] Speech-dispatcher crashes when encountering semi-graphical characters

2008-03-24 Thread Dave Mielke
[quoted lines by Hermann on 2008/03/24 at 12:54 +0100] >I wrote to the SD list, but I'm not so sure, that it's an Espeak bug allone: >Espeak doesn't do this in other apps, other >SD modules work right and on my laptop with Gutsy and brltty 3.72 with Orca >2.22.0 and Espeak 1.36.02 I don't exper

Re: [BRLTTY] Speech-dispatcher crashes when encountering semi-graphical characters

2008-03-24 Thread Hermann
am Mo 24. Mär 2008 um 12:15:01 schrieb Sérgio Neves <[EMAIL PROTECTED]>: > Hi, > It seems Dave is certain, lol. > We have to write to speech-dispatcher's list. > If you do the same experience with orca on gnome-terminal, you will see that > espeak module crashes too. You discovered a espeak's modu

Re: [BRLTTY] Speech-dispatcher crasheswhen encounteringsemi-graphical characters

2008-03-24 Thread Sérgio Neves
: "Hermann" <[EMAIL PROTECTED]> To: Sent: Monday, March 24, 2008 10:11 AM Subject: Re: [BRLTTY] Speech-dispatcher crasheswhen encounteringsemi-graphical characters am Mo 24. Mär 2008 um 10:41:45 schrieb Dave Mielke <[EMAIL PROTECTED]>: > [quoted lines by Sérgio Neves on 20

Re: [BRLTTY] speech-dispatcher and brltty

2008-03-24 Thread Daniel Dalton
On Fri, 21 Mar 2008, Dave Mielke wrote: > [quoted lines by Daniel Dalton on 2008/03/22 at 11:36 +1100] > >>> brltty to be unicode-based became more important. We'll get back to it, >>> though. >> >> I know this is a stupid question, but > > I don't believe there's any such thing as a stupid quest

Re: [BRLTTY] Speech-dispatcher crashes when encounteringsemi-graphical characters

2008-03-24 Thread Samuel Thibault
Hello, Dave Mielke, le Mon 24 Mar 2008 00:38:30 -0400, a écrit : > [quoted lines by Sérgio Neves on 2008/03/24 at 04:13 -] > > >I did what you said, and it happens the same thing with me: > >speech-dispatcher crashes and I have to restart it and the speech driver. > > I suggest that you ask

Re: [BRLTTY] Speech-dispatcher crashes when encounteringsemi-graphical characters

2008-03-24 Thread Samuel Thibault
Hermann, le Mon 24 Mar 2008 11:11:31 +0100, a écrit : > I tested the same with another SD module, and it must be indeed a problem > with SD and the Espeak module. Switching to > Espeak-generic works. > However: This happens only in brltty with SD, all other apps I use with SD > are OK (SBL, Spea

Re: [BRLTTY] Speech-dispatcher crashes when encounteringsemi-graphical characters

2008-03-24 Thread Hermann
am Mo 24. Mär 2008 um 10:41:45 schrieb Dave Mielke <[EMAIL PROTECTED]>: > [quoted lines by Sérgio Neves on 2008/03/24 at 04:13 -] > > >I did what you said, and it happens the same thing with me: > >speech-dispatcher crashes and I have to restart it and the speech driver. > > I suggest that y

Re: [BRLTTY] Speech-dispatcher crashes when encounteringsemi-graphical characters

2008-03-23 Thread Dave Mielke
[quoted lines by Sérgio Neves on 2008/03/24 at 04:13 -] >I did what you said, and it happens the same thing with me: >speech-dispatcher crashes and I have to restart it and the speech driver. I suggest that you ask a SpeechDispatcher person to figure out what's wrong because brltty simply r

Re: [BRLTTY] Speech-dispatcher crashes when encounteringsemi-graphical characters

2008-03-23 Thread Sérgio Neves
Hi, I did what you said, and it happens the same thing with me: speech-dispatcher crashes and I have to restart it and the speech driver. Best regards Sérgio Neves - Original Message - From: "Hermann" <[EMAIL PROTECTED]> To: Sent: Sunday, March 23, 2008 4:02 PM Subject: [BRLTTY] Speech

Re: [BRLTTY] speech-dispatcher and brltty

2008-03-22 Thread Nath
Hi, One thing which I think will be very useful would be to have the possibility to read text word by word. I explain : now when you type text on the keyboard each caracter you type is immediately spoken. Personnally I have difficulties to compose my text as the tts enumerate all the caracters I t

Re: [BRLTTY] speech-dispatcher and brltty

2008-03-21 Thread Dave Mielke
[quoted lines by Daniel Dalton on 2008/03/22 at 11:36 +1100] >> brltty to be unicode-based became more important. We'll get back to it, >> though. > >I know this is a stupid question, but I don't believe there's any such thing as a stupid question. If any of us doesn't know something then it's

Re: [BRLTTY] speech-dispatcher and brltty

2008-03-21 Thread Daniel Dalton
On Fri, 21 Mar 2008, Dave Mielke wrote: > If you only want to enter a single capital letter then leave out dot 5 so that > the mode change is temporary. Yep, thanks that works. Very useful. >> Do you know what the list is called? >> Or subscribing details? > > No, I don't. I'll google some more

Re: [BRLTTY] speech-dispatcher and brltty

2008-03-21 Thread Dave Mielke
[quoted lines by Daniel Dalton on 2008/03/22 at 09:35 +1100] >> Add dot 3 to the combination if you want dot 7 turned on, and add dot 6 for >> dot >> 8. > >Thanks, that worked. If you only want to enter a single capital letter then leave out dot 5 so that the mode change is temporary. >Well ok

Re: [BRLTTY] speech-dispatcher and brltty

2008-03-21 Thread Daniel Dalton
On Thu, 20 Mar 2008, Dave Mielke wrote: > [quoted lines by Daniel Dalton on 2008/03/20 at 15:32 +1100] > >> Speaking of caps how do I enter one with the braille note input? >> I use space + dots 45 to get into input mode. > > Add dot 3 to the combination if you want dot 7 turned on, and add dot 6

Re: [BRLTTY] speech-dispatcher and brltty

2008-03-20 Thread Sérgio Neves
ch appears only when autospeak preference is enabled. Thanks Best regards Sérgio Neves - Original Message - From: "Dave Mielke" <[EMAIL PROTECTED]> To: "Informal discussion between users and developers of BRLTTY." Sent: Thursday, March 20, 2008 5:22 AM Subje

Re: [BRLTTY] speech-dispatcher and brltty

2008-03-19 Thread Dave Mielke
[quoted lines by Daniel Dalton on 2008/03/20 at 15:32 +1100] >Speaking of caps how do I enter one with the braille note input? >I use space + dots 45 to get into input mode. Add dot 3 to the combination if you want dot 7 turned on, and add dot 6 for dot 8. >Ok. Any idea on how I can get punctua

Re: [BRLTTY] speech-dispatcher and brltty

2008-03-19 Thread Daniel Dalton
On Wed, 19 Mar 2008, Dave Mielke wrote: > [quoted lines by Daniel Dalton on 2008/03/20 at 07:54 +1100] > >> -Could we perhaps use a higher pitch voice to tell that there is a cap? >> Like most screenreaders? > > What about a whole word which starts with a capital letter? What about a word No chan

Re: [BRLTTY] speech-dispatcher and brltty

2008-03-19 Thread Dave Mielke
[quoted lines by Daniel Dalton on 2008/03/20 at 07:54 +1100] >-Could we perhaps use a higher pitch voice to tell that there is a cap? >Like most screenreaders? What about a whole word which starts with a capital letter? What about a word that's all in capitals? >-No punctuation what so ever is

Re: [BRLTTY] speech-dispatcher and brltty

2008-03-19 Thread Dave Mielke
[quoted lines by Sérgio Neves on 2008/03/19 at 23:46 -] >1. How does brltty control the volume and rate of speech-dispatcher? Is it >through speech-dispatcher's API? Yes, through Speech Dispatcher's API. >2. When brltty starts, how many time is it checking for the presence of >speech-dispa

Re: [BRLTTY] speech-dispatcher and brltty

2008-03-19 Thread Sérgio Neves
gt; To: "Informal discussion between users and developers of BRLTTY." Sent: Wednesday, March 19, 2008 8:03 PM Subject: Re: [BRLTTY] speech-dispatcher and brltty [quoted lines by Sérgio Neves on 2008/03/19 at 06:09 -] >Here is the brltty's log in attachment. Thanks. Pleas

Re: [BRLTTY] speech-dispatcher and brltty

2008-03-19 Thread Daniel Dalton
On Wed, 19 Mar 2008, Dave Mielke wrote: [quoted lines by Sérgio Neves on 2008/03/19 at 06:09 -] Here is the brltty's log in attachment. Thanks. Please try the latest brltty code from svn to see if Speech Dispatcher now works correctly. Please also test the volume and rate settings to see

Re: [BRLTTY] speech-dispatcher and brltty

2008-03-19 Thread Dave Mielke
[quoted lines by Sérgio Neves on 2008/03/19 at 06:09 -] >Here is the brltty's log in attachment. Thanks. Please try the latest brltty code from svn to see if Speech Dispatcher now works correctly. Please also test the volume and rate settings to see if they work correctly. -- Dave Mielke

Re: [BRLTTY] speech-dispatcher and brltty

2008-03-18 Thread Sérgio Neves
Hi, Here is the brltty's log in attachment. Thanks Best regards Sérgio Neves - Original Message - From: "Dave Mielke" <[EMAIL PROTECTED]> To: "Informal discussion between users and developers of BRLTTY." Sent: Tuesday, March 18, 2008 4:31 PM Subject:

Re: [BRLTTY] speech-dispatcher and brltty

2008-03-18 Thread Dave Mielke
[quoted lines by Sérgio Neves on 2008/03/18 at 06:41 -] >I installed libspeechd-dev and brltty's ./configure starts to recognize >speech-dispatcher, but: >1. when I activate brltty's autospeak preference, and put >speech-driver sd >in /etc/brltty.conf, it doesn't speak. Can you please show

Re: [BRLTTY] speech-dispatcher and brltty

2008-03-17 Thread Daniel Dalton
On Tue, 18 Mar 2008, Sérgio Neves wrote: Hi, I installed libspeechd-dev and brltty's ./configure starts to recognize speech-dispatcher, but: 1. when I activate brltty's autospeak preference, and put speech-driver sd in /etc/brltty.conf, it doesn't speak. Same here. Any info would be greatly

Re: [BRLTTY] speech-dispatcher and brltty

2008-03-17 Thread Sérgio Neves
AIL PROTECTED]> To: "Informal discussion between users and developers of BRLTTY." Sent: Monday, March 17, 2008 8:10 PM Subject: Re: [BRLTTY] speech-dispatcher and brltty On Mon, 17 Mar 2008, Samuel Thibault wrote: > The development part of speech dispatcher, called libspeechd-dev I

Re: [BRLTTY] speech-dispatcher and brltty

2008-03-17 Thread Jason White
On Tue, Mar 18, 2008 at 07:10:47AM +1100, Daniel Dalton wrote: > On Mon, 17 Mar 2008, Samuel Thibault wrote: > > > The development part of speech dispatcher, called libspeechd-dev > > I installed this with apt. > So do I need to tell brltty that the files are located in /usr/lib? > Or will it fin

Re: [BRLTTY] speech-dispatcher and brltty

2008-03-17 Thread Dave Mielke
[quoted lines by Daniel Dalton on 2008/03/18 at 07:10 +1100] >So do I need to tell brltty that the files are located in /usr/lib? >Or will it find them? It should find it. If it doesn't find it then please provide us with a copy of your config.log. -- Dave Mielke | 2213 Fox Crescent

Re: [BRLTTY] speech-dispatcher and brltty

2008-03-17 Thread Samuel Thibault
Daniel Dalton, le Tue 18 Mar 2008 07:10:47 +1100, a écrit : > On Mon, 17 Mar 2008, Samuel Thibault wrote: > > > The development part of speech dispatcher, called libspeechd-dev > > I installed this with apt. > So do I need to tell brltty that the files are located in /usr/lib? > Or will it find t

Re: [BRLTTY] speech-dispatcher problem

2008-03-17 Thread Daniel Dalton
On Mon, 17 Mar 2008, Mario Lang wrote: > Jason White <[EMAIL PROTECTED]> writes: > On Mon, Mar 17, 2008 at 08:25:16AM +1100, Daniel Dalton wrote: >> >> When I choose speech-dispatcher in brltty.conf and boot it says: >> speech-dispatcher: open failure. >> >> I have no speech. >> >> Anyone know

Re: [BRLTTY] speech-dispatcher and brltty

2008-03-17 Thread Daniel Dalton
On Mon, 17 Mar 2008, Samuel Thibault wrote: > The development part of speech dispatcher, called libspeechd-dev I installed this with apt. So do I need to tell brltty that the files are located in /usr/lib? Or will it find them? Or do I need to point to the exact so file? Also if I must tell brlt

Re: [BRLTTY] speech-dispatcher problem

2008-03-17 Thread Mario Lang
Jason White <[EMAIL PROTECTED]> writes: > On Mon, Mar 17, 2008 at 08:25:16AM +1100, Daniel Dalton wrote: >> >> When I choose speech-dispatcher in brltty.conf and boot it says: >> speech-dispatcher: open failure. >> >> I have no speech. >> >> Anyone know why? I am guessing this is because you a

Re: [BRLTTY] speech-dispatcher and brltty

2008-03-17 Thread Samuel Thibault
Sérgio Neves, le Mon 17 Mar 2008 04:41:00 -, a écrit : > I have ubuntu 7.10 and speech-dispatcher 0.6.6 installed in /usr. > I looked for ./configure output of brltty 3.9 and it says that package > speech-dispatcher cannot be found. > What are the requirements in order for brltty to recognize

Re: [BRLTTY] speech-dispatcher problem

2008-03-17 Thread Daniel Dalton
On Mon, 17 Mar 2008, Jason White wrote: > On Mon, Mar 17, 2008 at 08:25:16AM +1100, Daniel Dalton wrote: >> >> When I choose speech-dispatcher in brltty.conf and boot it says: >> speech-dispatcher: open failure. >> >> I have no speech. >> >> Anyone know why? > > I haven't used speech dispatcher. I

Re: [BRLTTY] speech-dispatcher problem

2008-03-16 Thread Jason White
On Mon, Mar 17, 2008 at 08:25:16AM +1100, Daniel Dalton wrote: > > When I choose speech-dispatcher in brltty.conf and boot it says: > speech-dispatcher: open failure. > > I have no speech. > > Anyone know why? I haven't used speech dispatcher. If you don't get a reply soon, try writing to the s

Re: [BRLTTY] speech with brltty

2008-03-16 Thread Daniel Dalton
On Sun, 16 Mar 2008, Jason White wrote: > On Sun, Mar 16, 2008 at 09:10:34PM +1100, Daniel Dalton wrote: >> So I don't really like festival. I was thinking of using via voice. > > Have you tried eSpeak? (sudo apt-get install espeak if you're running Debian). Yes and I really like it! With speakup

Re: [BRLTTY] speech with brltty

2008-03-16 Thread Jason White
On Sun, Mar 16, 2008 at 09:10:34PM +1100, Daniel Dalton wrote: > So I don't really like festival. I was thinking of using via voice. Have you tried eSpeak? (sudo apt-get install espeak if you're running Debian). > If so would I need to use Stephane Doyon's files on his site? Or are they now > bui

Re: [BRLTTY] speech with brltty

2008-03-16 Thread Daniel Dalton
On Sun, 16 Mar 2008, Daniel Dalton wrote: > On Sat, 15 Mar 2008, Mario Lang wrote: > > You have to select a speech driver, just like you have to Uh... The message didn't quote properly. Sorry about the missing > signs. Here is my message. > select a braille driver for your display. Either edit

Re: [BRLTTY] speech with brltty

2008-03-16 Thread Daniel Dalton
On Sat, 15 Mar 2008, Mario Lang wrote: You have to select a speech driver, just like you have to select a braille driver for your display. Either edit /etc/brltty.conf, uncommenting the appropriate speech driver, or Thank you! That worked. So I don't really like festival. I was thinking of usin

Re: [BRLTTY] speech with brltty

2008-03-15 Thread Mario Lang
Daniel Dalton <[EMAIL PROTECTED]> writes: > On Thu, 21 Feb 2008, Dave Mielke wrote: > >> [quoted lines by Daniel Dalton on 2008/02/21 at 22:19 +1100] >> >>> How do I get brltty talking with speech-dispatcher? >>> >>> And then will it read as I use the arrows? (Like other screenreaders?) >>> >>> Wh

Re: [BRLTTY] speech with brltty

2008-03-14 Thread Daniel Dalton
On Thu, 21 Feb 2008, Dave Mielke wrote: > [quoted lines by Daniel Dalton on 2008/02/21 at 22:19 +1100] > >> How do I get brltty talking with speech-dispatcher? >> >> And then will it read as I use the arrows? (Like other screenreaders?) >> >> What is the command to get this going? >> I still want

Re: [BRLTTY] speech with brltty

2008-02-21 Thread Dave Mielke
[quoted lines by Daniel Dalton on 2008/02/21 at 22:19 +1100] >How do I get brltty talking with speech-dispatcher? > >And then will it read as I use the arrows? (Like other screenreaders?) > >What is the command to get this going? >I still want braille with my braille note too... If you mean that

Re: [BRLTTY] speech

2007-11-05 Thread mattias
: Re: [BRLTTY] speech [quoted lines by mattias on 2007/11/05 at 20:47 +0100] >Can someone give me the command line to enable festival with brltty? -s fv -- Dave Mielke | 2213 Fox Crescent | I believe that the Bible is the Phone: 1-613-726-0014 | Ottawa, Ontario | Word of

Re: [BRLTTY] speech

2007-11-05 Thread Dave Mielke
[quoted lines by mattias on 2007/11/05 at 20:47 +0100] >Can someone give me the command line to enable festival with brltty? -s fv -- Dave Mielke | 2213 Fox Crescent | I believe that the Bible is the Phone: 1-613-726-0014 | Ottawa, Ontario | Word of God. Please contact me EMail: [EM

Re: [BRLTTY] speech

2007-11-05 Thread mattias
Thanks Wich speech-driver exist? -Ursprungligt meddelande- Från: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] För Yannick PLASSIARD Skickat: den 5 november 2007 12:07 Till: Informal discussion between users and developers of BRLTTY. Ämne: Re: [BRLTTY] speech Hello, > How to enable spe

Re: [BRLTTY] speech

2007-11-05 Thread Yannick PLASSIARD
Hello, > How to enable speech in brltty? > Also the command line Use the -s command-line flag to select the speech driver you would like to use. Then, into the Preferences Menu, have a look at some features such as autospeak and speak-line-mode. Regards, Yannick > > _