<br><div class="gmail_quote">On Sat, Oct 10, 2009 at 11:47 PM, Steve Edwards <span dir="ltr">&lt;<a href="http://asterisk.org">asterisk.org</a>@<a href="http://sedwards.com">sedwards.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">On Sat, 10 Oct 2009, RSCL Mumbai wrote:<br>
<br>
&gt; How should I convert my .wav prompts into aLaw, uLaw, G729 ?<br>
<br>
</div>The standard Asterisk prompts are already available in a wide variety of<br>
encodings.<br>
<br>
Try &quot;googling&quot; for &quot;asterisk convert mp3 to wav&quot;<br>
<br>
Some will suggest to use Asterisk. Besides appearing to use a sledgehammer<br>
for a fly-swatter, I don&#39;t like using a mission critical resource when<br>
there are better alternatives like sox -- especially for scripting.<br>
<br>
g729 will be a bit of a bitch, however.<br>
<br>
I cobbled up a script to use mpg123 (to convert from MP3 to WAV), sox,<br>
and normalize.<br>
<div><div></div><div class="h5"><br></div></div></blockquote><div><br><br>My IVR prompts are in .WAV format.<br><br>Refering to your previous post :<br>`````````````````````````<br>You should strive to have prompts available in all the channel encodings<br>

actually used by your system. I have systems that only use ULAW, so all of<br>
my prompts are encoded as ULAW. (Sometimes I &quot;cheat&quot; and use WAV files<br>
since they are easier to work with and transcoding from WAV to ULAW is<br>
&quot;cheap.&quot;)<br>
`````````````````````````<br><br>Can I convert my .WAV IVR greetings, MOH and other recordings into G729 format to prevent transcoding and hence CPU usage ?<br><br>Thx<br><br><br><br><br> </div></div>