Lines Matching +full:debian +full:- +full:android
3 [Download the latest tar-ball from here](download).
9 The source code for the Android version, sonic-ndk, can be cloned with:
11 $ git clone git://github.com/waywardgeek/sonic-ndk.git
13 There is a simple test app for android that demos capabilities. You can
14 [install the Android application from here](Sonic-NDK.apk)
17 Main.java in the latest tar-ball, or get the code from git.
27 - espeak
28 - Debian Sid as package libsonic
29 - Android Astro Player Nova
30 - Android Osplayer
31 - Multiple closed source TTS engines
36 experience of listening to an audio book on an Android phone.
42 on [PICOLA](http://keizai.yokkaichi-u.ac.jp/~ikeda/research/picola.html), and
59 are all in the TD-PSOLA family. For speech rates below 2X, sonic uses PICOLA,
68 and can deal with sound streams in 16-bit signed integer, 32-bit floating point,
69 or 8-bit unsigned formats. The source code is in plain ANSI C. In short, it's
74 Sonic is still a new library, but is in Debian Sid. It will take a while
77 switching to -lsonic once the library is available on your distro.
79 The file [main.c](main.c) is the source code for the sonic command-line application. It
82 in debian/control like libsndfile are there to compile the sonic command-line
92 which should be 16-bit signed integers. Stereo mode is supported, as
94 adjacent in the input array. Because the samples are modified in-place, be sure
95 that there is room in the samples array for the speed-changed samples. In
133 exceed the maximum range of a 16-bit integer. Speech rate scales how fast
172 If float, the sound data should be between -1.0 and 1.0. Internally, all sound
173 data is converted to 16-bit integers for processing.