I am able to use sox to convert audio files from ulaw to wav (MS ADPCM), is there a way, using sox or another command line tool, to convert them to g726 ? ( g726-32 since it is supported by * ) tia, -baji. --
On 7/20/07, Thomas Kenyon wrote:> convert file.g729 file.g726-32 in the asterisk CLI works here. > as does file.g726-16 (but not 24 or 40). > > The weird thing is, it doesn't seem to transcode from ulaw/alaw but > works fine from g729/gsm.thank you ! now I have another command to experiment with. The downside to converting from g729 / gsm to g726 is that they are lossier than g726, which is richer in information. Ideally convert from ulaw to everything else. thnx again. -baji. --