Changes

Jump to: navigation, search

Media/WebRTC Audio Perf

24 bytes added, 06:50, 10 December 2013
Feeding output of to the Peer Connection
<p>{{Bug|932845}} deals with supporting hints mechanism for streams generated from mozCaptureStreamUnitlEnded() to enable proper working of Peer Connection API. </p>
<code>
// localAudio is an <audio> , localPC is a PeerConnection Object<br>localAudio.src = "input.wav";<br>localAudioStream = localAudio.mozCaptureStreamUnitlEnded();<br>localAudio.play();<br>localPC.addStream(localAudioStream);<br>
</code>
<br>
 
==== Record, Cleanup and Compute PESQ ====
<p>From the previous 2 sub-sections we have the following <br>
Confirm
35
edits

Navigation menu