mirror of
https://github.com/openharmony/third_party_sonic.git
synced 2026-07-01 20:54:04 -04:00
18 lines
940 B
Plaintext
18 lines
940 B
Plaintext
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
|