Main page I Packages I Help I Forum
a place to talk about SvarDOS and other DOS-related things
> The mentioned ESpeak seems to have traces of DOS support (DJGPP) in its source.Compiling espeak is not enough. Georgiana would like a screen reader that talks on its own, ie without TTS hardware. To achieve this, a TSR screen reader like Provox. ASAP, JAWS, etc would have to output speech instructions to espeak, and the latter would have to generate samples in realtime and feed them to a Sound Blaster. All this while the actual application is being operated by the user. Not a trivial feat. Mateusz
> I will reply to Georgiana that this probably is a dead end.Nothing is impossible, but the amount of required work to achieve a functional ScreenReader-with-TTS-output TSR is certainly huge. Probably unrealistic on anything less than 32bits, but on some pentium with lots of RAM and a sound card dedicated to TTS, it should be possible, either as an oldschool TSR or as a JEMMEX extension - if only there is someone out there willing to dedicate a few months of his life creating such thing. For any practical matter I think the only realistic path is to use an external synth, like a Braille 'n Speak. These things are rare and tend to be expensive nowadays, that's why I had created an emulated version that can be run on a cheap RPi (vide my Rasp 'n Speak system). https://emubns.sourceforge.net/ https://emubns.sourceforge.net/raspnspeak.html Mateusz