[Asterisk-Users] Re: wav instead of gsm for vm-sounds?

Kevin P. Fleming kpfleming at digium.com
Sat Sep 17 06:44:57 MST 2005


Damon Estep wrote:

> # for a in *.wav; do sox $a `echo $a|sed -e s/wav//`ul ; done

I'll even give you another helpful hint (assuming you are using bash):

# for a in *.wav; do sox $a ${a%.wav}.ul; done

'man bash' is interesting reading :-)



More information about the asterisk-users mailing list