mirror of
https://github.com/openharmony/third_party_sonic.git
synced 2026-07-01 20:54:04 -04:00
0e01d019537c9c6d34a6411458c0e1fa36da0aad
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
Description
Languages
C
62.6%
Java
33.3%
Makefile
1.7%
Roff
1.7%
Shell
0.7%