• Home
  • Raw
  • Download

Lines Matching refs:sonic

7     $ git clone git://github.com/waywardgeek/sonic.git
9 The source code for the Android version, sonic-ndk, can be cloned with:
11 $ git clone git://github.com/waywardgeek/sonic-ndk.git
23 There is a simple sonic library in ANSI C, and one in pure Java. Both are
33 The primary motivation behind sonic is to enable the blind and visually impaired
35 Sonic can also be used by the sighted. For example, sonic can improve the
41 sonic algorithms do not violate any patents, as most of it is very old, based
54 it to [this sonic sample](sonic.wav). Both are sped up by 2X. WSOLA
59 are all in the TD-PSOLA family. For speech rates below 2X, sonic uses PICOLA,
63 sonic is optimized for speed factors needed by the blind, up to 6X.
76 add sonic.c and sonic.h to your application (or Sonic.java), but consider
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
85 There are basically two ways to use sonic: batch or stream mode. The simplest
86 is batch mode where you pass an entire sound sample to sonic. All you do is
104 allows sonic to be inserted into a sound stream with fairly low latency. The
105 current maximum latency in sonic is 31 milliseconds, which is enough to process
110 all of the state used by sonic. Sonic should be thread safe, and multiple
116 When you're done with a sonic stream, you can free it's memory with:
120 By default, a sonic stream sets the speed, pitch, rate, and volume to 1.0, which means
153 You read the sped up speech samples from sonic like this:
162 having to flush or create a new sonic stream.
165 the sonic stream's buffers. To force sonic to process those samples use: