Yeah, that&#39;s why I had to record to two files(read&amp;write) and need to mix together by using sox.  Do you only try to using PCMU to save CPU power matt? As Anthony said, the difference can be ignored. And you also need to take extra effort to make sure transcoding will not happen on a conversation. <br>
<br>But it maybe useful for expensive codecs like g729, iLBC, speex etc for recording heavy scenarios. I&#39;d like to take a look if there is a 5k bounty ;)<br><br><div class="gmail_quote">2009/11/26 Anthony Minessale <span dir="ltr">&lt;<a href="mailto:anthony.minessale@gmail.com">anthony.minessale@gmail.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">The processor power saved is negligible between PCMU and raw PCM and not worth the fuss.<br>
If you didn&#39;t decode the audio first you would not be able to mix the stream to produce a single file.<br>So if we went to the trouble of making native media bugs to be able to do that you could barely use them so it would not be worth the 5k or more bounty to develop that functionality.<br>

<br><br><br><div class="gmail_quote"><div><div></div><div class="h5">On Sun, Nov 22, 2009 at 12:48 PM, Matthew Fong <span dir="ltr">&lt;<a href="mailto:mattdfong@gmail.com" target="_blank">mattdfong@gmail.com</a>&gt;</span> wrote:<br>
</div></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div></div><div class="h5">
I&#39;m trying to conserve processor power by recording in native file format, PCMU in my case. It works great with the following line<div><br></div><div>session:execute(&quot;record&quot;, &quot;/tmp/my_recording.&quot;..session:getVariable(&quot;read_codec&quot;));</div>


<div><br></div><div>however it fails to work with</div><div><br></div><div>session:execute(&quot;record_session&quot;, &quot;/tmp/my_recording.&quot;..session:getVariable(&quot;read_codec&quot;));</div><div>or </div><div>


record = api:execute(&quot;sched_api&quot;, &#39;+1 none uuid_record &#39;..session:getVariable(&quot;uuid&quot;)..&#39; start /tmp/my_recording.&#39;..session:getVariable(&quot;read_codec&quot;));</div><div><br></div><div>


Why is it that it works with record, but not with record_session or uuid_record? Is there something I&#39;m over looking? In the latter two the consul reports</div><div><br></div><div>2009-11-22 18:39:04.265284 [INFO] mod_native_file.c:82 Opening File [/tmp/my_recording.PCMU] 8000hz</div>


<div><br></div><div>as if it&#39;s recording, but /tmp/my_recording.PCMU never shows up. However if I change it to .wav instead of .PCMU it works. Any ideas?</div><div><br></div><div>--matt</div>
<br></div></div><div class="im">_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></div></blockquote></div><br><br clear="all"><br>-- <br>Anthony Minessale II<br><br>FreeSWITCH <a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org/</a><br>ClueCon <a href="http://www.cluecon.com/" target="_blank">http://www.cluecon.com/</a><br>

Twitter: <a href="http://twitter.com/FreeSWITCH_wire" target="_blank">http://twitter.com/FreeSWITCH_wire</a><br><br>AIM: anthm<br><a href="mailto:MSN%3Aanthony_minessale@hotmail.com" target="_blank">MSN:anthony_minessale@hotmail.com</a><br>
GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com" target="_blank">PAYPAL:anthony.minessale@gmail.com</a><br>
IRC: <a href="http://irc.freenode.net" target="_blank">irc.freenode.net</a> #freeswitch<br><br>FreeSWITCH Developer Conference<br><a href="mailto:sip%3A888@conference.freeswitch.org" target="_blank">sip:888@conference.freeswitch.org</a><br>
<a href="http://iax:guest@conference.freeswitch.org/888" target="_blank">iax:guest@conference.freeswitch.org/888</a><br>
<a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org" target="_blank">googletalk:conf+888@conference.freeswitch.org</a><br>pstn:213-799-1400<br>
<br>_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br>