blob: 0cc1e29bb44bffb1f119651dceea19d8ef4d1cc1 [file] [log] [blame]
Sonic is a simple algorithm for speeding up or slowing down speech. However,
it's optimized for speed ups of over 2X, unlike previous algorithms for changing
speech rate. The Sonic library is a very simple ANSI C library that is designed
to easily be integrated into streaming voice applications, like TTS back ends.
The primary motivation behind Sonic is to enable the blind and visually impaired
to improve their productivity with open source speech engines, like espeak.
Sonic can also be used by the sighted. For example, Sonic can improve the
experience of listening to an audio book on an Android phone.
Sonic is Copyright 2010, Bill Cox, all rights reserved. It is released as open
source under the Lesser Gnu Public License version 2.1. All files except main.c
and all the sound samples are LGPL. main.c and the sound samples in the samples
directory are in the public domain.
Author: Bill Cox
email: waywardgeek@gmail.com