diff options
| author | Marcin Bukat <marcin.bukat@gmail.com> | 2016-09-04 22:39:30 +0200 |
|---|---|---|
| committer | Franklin Wei <frankhwei536@gmail.com> | 2016-09-05 16:29:45 -0400 |
| commit | f7fff144eb2f3b47894ab082715f60af395fa11c (patch) | |
| tree | f9b14d522d01245d421e27e8bd135909831a6117 /apps/plugins/SUBDIRS | |
| parent | 4f4ea9958d4d685ac8eef727aa2b294a3e3f9aaa (diff) | |
| download | rockbox-f7fff144eb2f3b47894ab082715f60af395fa11c.zip rockbox-f7fff144eb2f3b47894ab082715f60af395fa11c.tar.gz rockbox-f7fff144eb2f3b47894ab082715f60af395fa11c.tar.bz2 rockbox-f7fff144eb2f3b47894ab082715f60af395fa11c.tar.xz | |
Port of picoTTS
!!! This is work in progress !!!!
Original sources of library taken from android tree:
https://android.googlesource.com/platform/external/svox/+/master/pico/lib/
The license is Apache2 which is rather permissive.
So far I tested this with english text in simulator.
Change-Id: Ia597987edc969eba04f91c5755dd297fd3037a95
Diffstat (limited to 'apps/plugins/SUBDIRS')
| -rw-r--r-- | apps/plugins/SUBDIRS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/SUBDIRS b/apps/plugins/SUBDIRS index a4bb3d9..c8e6439 100644 --- a/apps/plugins/SUBDIRS +++ b/apps/plugins/SUBDIRS @@ -80,6 +80,7 @@ passmgr /* some features are #ifdef'ed out */ #if MEMORYSIZE > 2 /* we need a lot of RAM for instruments */ midi mikmod +picotts #endif /* beatbox */ |