4

https://vocalizer-nvda.com/downloads

There are a bunch of voice addons here, and I'd like to use them on Ubuntu/Linux to read text documents, in the way where I would give it a text document or a string of text, and it would generate an audio file I can play in rhythmbox.

Is there a way to do this? I don't mind using wine.

Anon
  • 12,339

2 Answers2

1

Unfortunately, NVDA isn't listed in Wine AppDB. It means that untested on Wine yet.

But, you can try one of this for Linux.

adadion
  • 358
1

Alternatively

SVOX pico2wave A very minimalistic TTS, a better sounding than espeak

gSpeech is a simple Python, GTK+ front end for the command line application pico2wave from the GNU/Linux SVOX Pico implementation.

Also see this

Prinz
  • 621