SONIC(1) | General Commands Manual | SONIC(1) |
sonic - Speech speed manipulator
sonic [OPTION]... inFile outFile
Sonic is used to make wav files of speech faster or slower. The primary advance in sonic is the ability to speed speech up by much more than 2X, with minimal distortion. However, sonic can be used for both speeding up and slowing down speech files. Additionally, sonic can change the pitch and volume.
sonic -s 3.2 book.wav book_fast.wav
The above command would increase the speed of an audio book called book.wav by a factor of 3.2, and write the result in book_fast.wav.
sonic -s 0.5 -v 1.5 spanish.wav spanish_slow.wav
This would slow down the file spanish.wav by a factor of 2, make the volume 50% louder, and write the result to spanish_slow.wav.
sonic -p 2.0 low.wav high.wav
This would make a low voice sound very high pitched.
Bill Cox waywardgeek@gmail.com Sonic Version 0.2, Copyright 2010, Bill Cox, Apache 2.0 license