webrtc/samples/js/demos/html
henrika@webrtc.org 7a5615bc84 New WebAudio-WebRTC demo.
Capture microphone input and stream it out to a peer with a processing effect applied to the audio.

The audio stream is: 

o Recorded using live-audio input.
o Filtered using an HP filter with fc=1500 Hz.
o Encoded using Opus.
o Transmitted (in loopback) to remote peer using RTCPeerConnection where it is decoded.
o Finally, the received remote stream is used as source to an <audio> tag and played out locally.

Press any key to add an effect to the transmitted audio while talking.

Please note that: 

o Linux is currently not supported.
o Sample rate and channel configuration must be the same for input and output sides on Windows.
o Only the Default microphone device can be used for capturing.

R=phoglund@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/1256004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@4006 4adac7df-926f-26a2-2b94-8c16560cd09d
2013-05-13 09:29:13 +00:00
..
constraints-and-stats.html Show stats from both sides 2013-04-06 10:05:55 +00:00
dc1.html Remove executable bit from dc1.html. 2013-04-18 01:56:07 +00:00
device-switch.html A device switcher code example, with fake. 2013-04-17 14:24:21 +00:00
dtmf1.html Added new demo states.html & updated existing demos to work on firefox. 2013-04-25 23:22:03 +00:00
face.html Update demos to have local audio control muted by default. 2013-03-11 16:58:07 +00:00
gum1.html Adding webrtc-sample demos under trunk/samples. 2013-02-27 23:22:10 +00:00
gum2.html Adding webrtc-sample demos under trunk/samples. 2013-02-27 23:22:10 +00:00
gum3.html Adding webrtc-sample demos under trunk/samples. 2013-02-27 23:22:10 +00:00
local-audio-rendering.html Updated local-audio-rendering.html to remove unmute. 2013-03-14 23:34:19 +00:00
multiple.html Added new demo states.html & updated existing demos to work on firefox. 2013-04-25 23:22:03 +00:00
pc1-audio.html Added new demo states.html & updated existing demos to work on firefox. 2013-04-25 23:22:03 +00:00
pc1.html Added new demo states.html & updated existing demos to work on firefox. 2013-04-25 23:22:03 +00:00
pranswer.html Added new demo states.html & updated existing demos to work on firefox. 2013-04-25 23:22:03 +00:00
rehydrate.html Update demos to have local audio control muted by default. 2013-03-11 16:58:07 +00:00
states.html Added new demo states.html & updated existing demos to work on firefox. 2013-04-25 23:22:03 +00:00
webaudio-and-webrtc.html New WebAudio-WebRTC demo. 2013-05-13 09:29:13 +00:00