All things of interest - an entrepreneur loves coding and open source
Friday, 20 December 2013
convert mp3 to gsm/ulaw for Asterisk
# Install mpg123 to convert mp3 to wav file
mpg123 -w
; convert the output wav file to format that Asterisk can recognize
sox -v 0.9 input.wav -c 1 -r 8000 output.wav
; -v: reduce volume
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment