Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 537334 - app-accessibility/svox-1.0 - SVOX PicoTTS text-to-speech engine
Summary: app-accessibility/svox-1.0 - SVOX PicoTTS text-to-speech engine
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Default Assignee for New Packages
URL: https://android.googlesource.com/plat...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-22 11:00 UTC by Alessandro Di Marco
Modified: 2015-10-19 13:19 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
the ebuild (svox-1.0.ebuild,1.31 KB, text/plain)
2015-01-22 11:01 UTC, Alessandro Di Marco
Details
fix (0001-autoconf-building-of-library-using-libtool.patch,2.26 KB, patch)
2015-01-22 11:04 UTC, Alessandro Di Marco
Details | Diff
fix (0002-gitignore-for-autotools-files.patch,863 bytes, patch)
2015-01-22 11:05 UTC, Alessandro Di Marco
Details | Diff
pico2wave TTS (0003-pico2wave-Convert-text-to-.wav-using-svox-text-to-sp.patch,15.08 KB, patch)
2015-01-22 11:06 UTC, Alessandro Di Marco
Details | Diff
C headers (0004-add-header-files.patch,1.33 KB, patch)
2015-01-22 11:07 UTC, Alessandro Di Marco
Details | Diff
langs (0005-Install-lang-files.patch,768 bytes, patch)
2015-01-22 11:07 UTC, Alessandro Di Marco
Details | Diff
fix (0006-Set-picolangdir.patch,1.09 KB, patch)
2015-01-22 11:08 UTC, Alessandro Di Marco
Details | Diff
fix (0008-64bits.patch,1.00 KB, patch)
2015-01-22 11:08 UTC, Alessandro Di Marco
Details | Diff
fix (0009-Fix-link-order.patch,640 bytes, patch)
2015-01-22 11:10 UTC, Alessandro Di Marco
Details | Diff
fix (0010-platform.patch,804 bytes, patch)
2015-01-22 11:11 UTC, Alessandro Di Marco
Details | Diff
minor fix (0011-subdir.patch,343 bytes, patch)
2015-01-22 11:12 UTC, Alessandro Di Marco
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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