speech-tools

C++ speech processing library and tools from University of Edinburgh

brewmacoslinux
Try with needOr install directly
Source

About

C++ speech software library from the University of Edinburgh

Commands

ch_trackch_wavefestivaltext2wave

Examples

Convert text to speech using Festival with speech-tools$ echo 'Hello world' | text2wave -o output.wav
Extract pitch track from an audio file$ ch_track -otype ascii input.wav -o pitch.txt
Convert audio file format using ch_wave$ ch_wave -itype wav input.wav -otype raw -o output.raw