Adds audio volume demo to the index page.
BUG= R=henrika@webrtc.org Review URL: https://webrtc-codereview.appspot.com/5589005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5263 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
59d5705385
commit
df02283279
@ -6,7 +6,7 @@
|
||||
<h1>WebRTC Samples</h1>
|
||||
<p>
|
||||
Here are some sample pages that demonstrate basic
|
||||
<a href="http://www.webrtc.org">WebRTC</a> concepts. If you are new to WebRTC,
|
||||
<a href="http://www.webrtc.org">WebRTC</a> concepts. If you are new to WebRTC,
|
||||
you may want to check out this
|
||||
<a href="http://www.html5rocks.com/en/tutorials/webrtc/basics/">
|
||||
WebRTC overview</a> first.
|
||||
@ -43,6 +43,19 @@ WebRTC overview</a> first.
|
||||
<td>
|
||||
Shows how to perform face tracking using webcam video.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="html/local-audio-rendering.html">local-audio-rendering.html</a>
|
||||
</td>
|
||||
<td>
|
||||
Shows usage of a local media stream connected to an HTML5 audio tag.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="html/local-audio-volume.html">local-audio-volume.html</a></td>
|
||||
<td>
|
||||
Shows how to display the volume of a local audio track.</td>
|
||||
</tr>
|
||||
<tr><td> </td> <td> </td></tr>
|
||||
<tr>
|
||||
<td colspan="2" scope="col" style="background-color: rgb(0, 204, 255);">
|
||||
@ -96,12 +109,6 @@ WebRTC overview</a> first.
|
||||
<td>
|
||||
Shows how to send Data using PeerConnection API.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="html/local-audio-rendering.html">local-audio-rendering.html</a></td>
|
||||
<td>
|
||||
Shows usage of a local media stream connected to an HTML5 audio tag.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="html/webaudio-and-webrtc.html">webaudio-and-webrtc.html</a></td>
|
||||
|
Loading…
x
Reference in New Issue
Block a user