Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 537334

Summary: app-accessibility/svox-1.0 - SVOX PicoTTS text-to-speech engine
Product: Gentoo Linux Reporter: Alessandro Di Marco <dmr>
Component: New packagesAssignee: Default Assignee for New Packages <maintainer-wanted>
Status: UNCONFIRMED ---    
Severity: enhancement CC: dmr, wschlich
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: https://android.googlesource.com/platform/external/svox/
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: the ebuild
fix
fix
pico2wave TTS
C headers
langs
fix
fix
fix
fix
minor fix

Description Alessandro Di Marco 2015-01-22 11:00:16 UTC
Hi!

Please find attached ebuild+patches for SVOX PicoTTS text-to-speech engine. The build produces a small footprint TTS named pico2wave along with all that's needed (C headers+libs) to enable svox features in external programs (see pico2wave.c for details).

Best,
Comment 1 Alessandro Di Marco 2015-01-22 11:01:54 UTC
Created attachment 394572 [details]
the ebuild
Comment 4 Alessandro Di Marco 2015-01-22 11:06:30 UTC
Created attachment 394578 [details, diff]
pico2wave TTS

stolen from http://ftp.de.debian.org/debian/pool/non-free/s/svox/svox_1.0+git20130326-3.debian.tar.xz
Comment 11 Alessandro Di Marco 2015-01-22 11:12:00 UTC
Created attachment 394594 [details, diff]
minor fix
Comment 12 Alessandro Di Marco 2015-01-22 11:23:31 UTC
Patches stolen from debian distro. The code base is quite old (2013) but AFAIK this is the only one that makes a fully functional TTS engine with no segfaults whatsoever.

usage hint:

pico2wave -w /tmp/speech.wav -l en-GB "Hello World"
aplay /tmp/speech.wav