Bug 21513: Features list need updating to reflect current contents of spec
authorcrogers
Mon, 08 Apr 2013 15:12:49 -0700
changeset 291 9769f4b94d63
parent 290 5c21ad646174
child 292 d76c9043e607
Bug 21513: Features list need updating to reflect current contents of spec
webaudio/specification.html
--- a/webaudio/specification.html	Mon Apr 08 14:56:13 2013 -0700
+++ b/webaudio/specification.html	Mon Apr 08 15:12:49 2013 -0700
@@ -447,9 +447,29 @@
     href="#DynamicLifetime-section">dynamic creation</a> of effects. </li>
   <li>Automation of audio parameters for envelopes, fade-ins / fade-outs,
     granular effects, filter sweeps, LFOs etc. </li>
+  <li>Flexible handling of channels in an audio stream, allowing them to be split and merged.</li>
+
   <li>Processing of audio sources from an <code>audio</code> or
     <code>video</code> <a href="#MediaElementAudioSourceNode">media
     element</a>. </li>
+  
+    <li>Processing live audio input using a <a href="#MediaStreamAudioSourceNode">MediaStream</a>
+    from getUserMedia().  
+     </li>
+    
+  <li>Integration with WebRTC  
+  <ul>  
+  
+
+   <li>Processing audio received from a remote peer using a <a href="#MediaStreamAudioSourceNode">MediaStream</a>.
+    </li>
+
+  <li>Sending a generated or processed audio stream to a remote peer using a <a href="#MediaStreamAudioDestinationNode">MediaStream</a>.
+     </li>
+
+     </ul>
+     </li>
+
   <li>Audio stream synthesis and processing <a
     href="#JavaScriptProcessing-section">directly in JavaScript</a>. </li>
   <li><a href="#Spatialization-section">Spatialized audio</a> supporting a wide
@@ -487,6 +507,8 @@
   <li>Efficient biquad filters for lowpass, highpass, and other common filters.
   </li>
   <li>A Waveshaping effect for distortion and other non-linear effects</li>
+  <li>Oscillators</li>
+
 </ul>
 
 <div id="ModularRouting-section">