See the source of src/mod/applications/mod_conference/mod_conference.c, function conference_thread_run<br><br>It reads frames from each of the participants and manually combines them all to form a mux frame, which is then sent to all participants. This is done using the internal audio representation (possibly L16). So even where everyone is using the same codec, e.g. PCMA, there&#39;s transcoding going on.<br>
<br>I don&#39;t know any way to achieve what you want at the moment, but someone else might. You should be able to write you own module to do it too though.<br><br>-Steve<br><br><br><div class="gmail_quote">On 28 June 2010 10:34, Achim Stamm <span dir="ltr">&lt;<a href="mailto:stamm@lyth.de">stamm@lyth.de</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Hello!<br>
<br>
I have following problem:<br>
<br>
I get 160 Bytes Audio data (Format PCM A Law) from a Free Switch Session<br>
and save the data in a byte vector.<br>
At same time i get 160 Bytes Audio data (Format PCM A Law) from an<br>
external program and save the data in a byte vector.<br>
I want to merge the two audio data like a conference FreeSwitch Session<br>
mixed them.<br>
Can I use a Free Switch audio - Merge (C ++)  Function ?<br>
How does Free Switch merge Audio Data in Conference mode ?<br>
<br>
regards<br>
<br>
Achim Stamm<br>
<br>
--<br>
Achim Stamm, Dipl.-Inform. (FH)<br>
<br>
<br>
Lyncker &amp; Theis GmbH<br>
Wilhelmstr. 16<br>
65185 Wiesbaden<br>
Germany<br>
<br>
Fon +49 611/9006951<br>
Fax +49 611/9406125<br>
<br>
<br>
Handelsregister: HRB 23156 Amtsgericht Wiesbaden<br>
Steuernummer: 04323897052<br>
USt-IdNr.: DE255806399<br>
<br>
Geschäftsführer:<br>
Filip Lyncker,<br>
Armin Theis<br>
<br>
<br>
_______________________________________________<br>
FreeSWITCH-dev mailing list<br>
<a href="mailto:FreeSWITCH-dev@lists.freeswitch.org">FreeSWITCH-dev@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-dev" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-dev</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</blockquote></div><br>