[Asterisk-Users] recording files for menues

Michiel Betel michiel at betel.nl
Sun Nov 2 07:05:37 MST 2003


Shoval Tomer wrote:

> How do you suggest doing that?
>
> How can I convert wav files to gsm files?
>
>  
>
> thanks
>
#!/bin/sh
for i in *.wav; do sox $i -r 8000 `basename $i *.wav`.gsm resample -ql; done

>  
>





More information about the asterisk-users mailing list