[Asterisk-Users] English vs American voice files

Nicolás Gudiño asternic at gmail.com
Mon Sep 20 09:06:20 MST 2004


Hello,

On Mon, 20 Sep 2004 16:48:19 +0100, Bill Seddon
<bill.seddon at lyquidity.com> wrote:
> Steve
> 
> Can you offer some recommendations regarding the sox arguments to use?  My
> use of sox for down sampling is limited to this kind of command:
> 
> sox in.wav -r 8000 out.gsm
> 
> Are there other arguments that will give better sound from compressed
> formats?
> 
> Thanks
> 

I use this script to convert to .gsm with great success:

#!/bin/bash
BASE=`echo $1 | cut -d\. -f1`
echo $BASE
sox $1 -t gsm -r 8000 -g -b -c 1 $BASE.gsm resample -ql


Best regards,

-- 
Nicolás Gudiño
Buenos Aires - Argentina



More information about the asterisk-users mailing list