Like Andre said, asterisk has a convert command that you can call from the asterisk console, or via the command line that will go between any of the codecs that your asterisk installation supports:
asterisk -rx 'file convert /path/to/src.wav /path/to/dest.g722' On 24 March 2010 01:10, Martin Glazer <[email protected]> wrote: > Thanks Bruce - this doesn't appear to do g722 conversion, only 8KHz wav, > GSM, sln and g729. > > Bruce N wrote: > >> Yes, it's here: >> http://www.digium.com/en/products/ivr/audio-converter.php >> Can convert to g.729, GSM, SLN, and 8KHz. >> It maybe the easiest way of doing this going forward. I haven't used but >> would like to hear feedback. >> -Bruce >> > Date: Tue, 23 Mar 2010 08:29:39 -0600 >> > From: [email protected] >> > To: [email protected] >> > Subject: [on-asterisk] Convert to g722 >> > >> > Hi, >> > >> > I have some Asterisk prompts that I would like to get converted to g722 >> > and so avoid the transcoding hit. I am running Asterisk 1.4 with the >> > g722 backport patch. >> > >> > I found some posts from the asterisk mailing list referring to a >> utility >> > from Digium, but I couldn't get it compiled (I am not a programmer). >> > >> http://lists.digium.com/pipermail/asterisk-dev/2009-October/040205.html >> > >> > Anybody know of a linux (preferable) or windows utility to create these >> > g722 files? >> > >> > Thanks >> > >> > Martin >> > >> > >> > >> > --------------------------------------------------------------------- >> > To unsubscribe, e-mail: [email protected] >> > For additional commands, e-mail: [email protected] >> > >> >> ------------------------------------------------------------------------ >> Live connected with Messenger on your phone Learn more. < >> http://go.microsoft.com/?linkid=9712957> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
