Thank you Ross.<br><br>
<div><span class="gmail_quote">On 7/25/06, <b class="gmail_sendername">Ross Finlayson</b> &lt;<a href="mailto:finlayson@live555.com">finlayson@live555.com</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">&gt;hi,<br>&gt;<br>&gt;I'm using the Live555 package and want to write G.711 audio streamer.<br>&gt;Is there anyone that already got it?
<br><br>G.711 is just u-law (or a-law) audio.&nbsp;&nbsp;Note the<br>&quot;testWAVAudioStreamer&quot; demo application (that streams audio from a<br>WAV audio file).&nbsp;&nbsp;If you uncomment the line<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; #define CONVERT_TO_ULAW 1<br>
in &quot;testWAVAudioStreamer.cpp&quot;, you will get G.711 u-law audio RTP streaming.<br><br>To stream G.711 a-law audio, you (or someone else) would need to<br>write a new &quot;aLawFromPCMAudio&quot; filter, similar to the existing
<br>&quot;uLawFromPCMAudio&quot; filter class.<br>--<br><br>Ross Finlayson<br>Live Networks, Inc.<br><a href="http://www.live555.com/">http://www.live555.com/</a><br>_______________________________________________<br>live-devel mailing list
<br><a href="mailto:live-devel@lists.live555.com">live-devel@lists.live555.com</a><br><a href="http://lists.live555.com/mailman/listinfo/live-devel">http://lists.live555.com/mailman/listinfo/live-devel</a><br></blockquote>
</div><br>