<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>