MCSE,MCITP,MCT,MCTS
This is how you convert wav files to gsm files used by Asterisk for i in *.wavdo sox $i -r 8000 -c 1 $(basename $i .wav).gsm resample -qldone
This is how you convert wav files to gsm files used by Asterisk
for i in *.wavdo sox $i -r 8000 -c 1 $(basename $i .wav).gsm resample -qldone
Will this command work on any Linux install as we have a cut down version running on a atcom device?So was wondering if i can do it on a different computer and upload the files?
I'm afraid Matthew I simply dont know.
Will this command work on any Linux install as we have a cut down version running on a atcom device?
ReplyDeleteSo was wondering if i can do it on a different computer and upload the files?
I'm afraid Matthew I simply dont know.
ReplyDelete