| Fri, 20 Jun 2014 14:44:00 +0200 | Paul Adenot | add annoying warning an link to the new location of the document
default tip | changeset | 
| Mon, 02 Sep 2013 18:26:41 +0200 | Paul Adenot | Bug 21777 - Specify that "audioprocess" events should be dispatched to ScriptProcessorNodes when they're not connected to an output node. | changeset | 
| Mon, 02 Sep 2013 10:30:56 +0200 | Paul Adenot | Bug 23092 - Clarify DelayNode timing specifics. | changeset | 
| Fri, 30 Aug 2013 18:15:31 +0200 | Paul Adenot | Bug 22287 - Specify default value for frequency (440) and detune (0). | changeset | 
| Fri, 30 Aug 2013 18:15:30 +0200 | Paul Adenot | Refer to the value attribute of an AudioParam in a consistent manner. | changeset | 
| Thu, 29 Aug 2013 19:16:48 +0200 | Paul Adenot | Remove the #OldNames section. | changeset | 
| Fri, 23 Aug 2013 17:52:36 +0200 | Paul Adenot | Corrects a typo where onaudioprocess was called onprocessaudio. | changeset | 
| Tue, 16 Jul 2013 12:13:55 -0700 | crogers | Bug 21545: remove old text about computedValue | changeset | 
| Mon, 08 Jul 2013 17:32:25 -0400 | Ehsan Akhgari | Remove the synchronous createBuffer function from the spec | changeset | 
| Thu, 04 Jul 2013 21:00:14 -0400 | Chris Lowis | Add ids to IDL code markup | changeset | 
| Mon, 01 Jul 2013 11:33:27 -0700 | crogers | change example to use createGain() instead of createGainNode() | changeset | 
| Tue, 18 Jun 2013 12:10:03 -0700 | crogers | fix minor typo | changeset | 
| Mon, 17 Jun 2013 13:24:23 -0700 | crogers | Bug 19561: Change name of WaveTable to PeriodicWave | changeset | 
| Mon, 17 Jun 2013 13:16:48 -0700 | crogers | Make old API names non-normative | changeset | 
| Tue, 28 May 2013 15:20:25 +0200 | Paul Adenot | Rename an occurence of maxNumberOfChannels to maxChannelCount | changeset | 
| Fri, 24 May 2013 20:11:48 -0400 | Ehsan Akhgari | Remove the mention of sound-field from the spec | changeset | 
| Thu, 23 May 2013 20:43:53 -0400 | Ehsan Akhgari | Mandate a NOT_SUPPORTED_ERR exception when passing invalid arguments to createBuffer | changeset | 
| Wed, 22 May 2013 17:06:18 -0400 | Ehsan Akhgari | Specify what happens when AudioNode.channelCount is set to 0 | changeset | 
| Wed, 22 May 2013 13:16:46 -0700 | crogers | fix text about input/output channels in createScriptProcessor() : Part 2 | changeset | 
| Wed, 22 May 2013 13:12:49 -0700 | crogers | fix text about input/output channels in createScriptProcessor() | changeset | 
| Tue, 21 May 2013 15:51:34 -0700 | crogers | Specify the WaveShaperNode.oversample attribute | changeset | 
| Sun, 12 May 2013 13:35:02 -0400 | Ehsan Akhgari | Clarify that WaveShaperNode.curve can be null | changeset | 
| Mon, 06 May 2013 21:09:00 -0400 | Ehsan Akhgari | Remove AudioBufferSourceNode.activeSourceCount | changeset | 
| Mon, 06 May 2013 14:04:03 -0400 | Ehsan Akhgari | Remove the soundfield panning algorithm from the spec | changeset | 
| Sat, 04 May 2013 16:16:39 -0400 | Ehsan Akhgari | Specify the ended event for AudioBufferSourceNode and OscillatorNode | changeset | 
| Wed, 01 May 2013 22:21:44 -0400 | Ehsan Akhgari | Change the IDL for the decoding createBuffer to reflect the fact that it can return null | changeset | 
| Wed, 01 May 2013 12:36:48 -0700 | crogers | cleanup description of .channelCount and related attributes | changeset | 
| Tue, 30 Apr 2013 12:02:26 -0700 | crogers | Add detail about initial value for ScriptProcessorNode.channelCount | changeset | 
| Tue, 30 Apr 2013 11:58:25 -0700 | crogers | Make ScriptProcessorNode.channelCountMode be 'explicit' | changeset | 
| Mon, 29 Apr 2013 16:33:10 -0700 | crogers | Bug 17343: AudioBufferSourceNode state semantics and transitions undefined | changeset | 
| Sat, 27 Apr 2013 17:44:17 -0400 | Ehsan Akhgari | Replace Unicode quotes in code samples with ASCII quotes | changeset | 
| Tue, 23 Apr 2013 15:29:42 -0400 | Ehsan Akhgari | Make the |when| argument to AudioBufferSourceNode.start/stop optional | changeset | 
| Mon, 22 Apr 2013 13:17:21 -0700 | crogers | Fix MediaStreamAudioSourceNode and MediaStreamAudioDestinationNode sections, adding channel mixing rules for MediaStreamAudioDestinationNode | changeset | 
| Thu, 18 Apr 2013 18:29:33 -0400 | Ehsan Akhgari | Fix a typo | changeset | 
| Thu, 18 Apr 2013 18:27:38 -0400 | Ehsan Akhgari | Specify the exception codes for createScriptProcessor | changeset | 
| Thu, 18 Apr 2013 18:22:34 -0400 | Ehsan Akhgari | Make the aBufferSize argument to createJavaScriptNode optional too | changeset | 
| Thu, 18 Apr 2013 17:16:38 -0400 | Ehsan Akhgari | Make the bufferSize argument to createScriptProcessor optional | changeset | 
| Sat, 13 Apr 2013 20:41:36 -0400 | Ehsan Akhgari | Remove AudioProcessingEvent.node in favor of Event.target | changeset | 
| Mon, 08 Apr 2013 18:04:24 -0700 | crogers | Bug 21545: AudioParam - min/maxValue, intrinsic value, computedValue (Part 1) | changeset | 
| Mon, 08 Apr 2013 17:41:35 -0700 | crogers | Bug 21541: Move information on multi channel to audio node definition | changeset | 
| Mon, 08 Apr 2013 15:58:37 -0700 | crogers | Bug 21529: OfflineAudioContext should be event target | changeset | 
| Mon, 08 Apr 2013 15:23:47 -0700 | crogers | Bug 21525: AudioDestinationNode does not always talk to audio hardware | changeset | 
| Mon, 08 Apr 2013 15:12:49 -0700 | crogers | Bug 21513: Features list need updating to reflect current contents of spec | changeset | 
| Mon, 08 Apr 2013 14:56:13 -0700 | crogers | Bug 20681: spatial coords should just be in metres | changeset | 
| Mon, 08 Apr 2013 14:51:39 -0700 | crogers | Bug 19704: Acceptable range for value of AnalyserNode's fftSize | changeset | 
| Mon, 08 Apr 2013 13:23:13 -0400 | Ehsan Akhgari | Bug 21629: Make AudioBufferSourceNode.playbackRate read-only | changeset | 
| Fri, 05 Apr 2013 16:10:29 -0700 | crogers | Bug 21517: Remove AudioContext constructor code example | changeset | 
| Fri, 05 Apr 2013 16:05:49 -0700 | crogers | Bug 21544: Specify channel mixing rules for each node | changeset | 
| Fri, 05 Apr 2013 15:39:33 -0700 | crogers | Improve organization of channel mixing normative requirements | changeset | 
| Fri, 05 Apr 2013 15:02:56 -0700 | crogers | Bug 21523: Make AudioContext and AudioNode Lifetime sections informative | changeset | 
| Fri, 05 Apr 2013 14:49:12 -0700 | crogers | Bug 21514: API Overview is missing some interfaces | changeset | 
| Fri, 05 Apr 2013 14:38:59 -0700 | croger | Bug 21516: Remove "Terminology and Algorithms" section | changeset | 
| Tue, 02 Apr 2013 18:15:22 -0700 | crogers | Require alternate names | changeset | 
| Tue, 02 Apr 2013 17:56:18 -0700 | crogers | require alternate names instead of making them deprecated | changeset | 
| Tue, 02 Apr 2013 13:37:31 -0700 | crogers | Remove AudioSourceNode from spec - it doesn't extend AudioNode and is not a concrete node type | changeset | 
| Tue, 02 Apr 2013 15:32:51 -0400 | Ehsan Akhgari | Move the channel count attributes to AudioNode | changeset | 
| Tue, 02 Apr 2013 15:09:39 -0400 | Ehsan Akhgari | Further clarifications on the AnalyserNode methods | changeset | 
| Sun, 31 Mar 2013 23:53:34 -0400 | Ehsan Akhgari | Specify the AnalyserNode attributes a bit more | changeset | 
| Tue, 26 Mar 2013 16:41:45 -0700 | Ehsan Akhgari | Make ConvolverNode.buffer nullable | changeset | 
| Tue, 26 Mar 2013 14:06:14 -0700 | Ehsan Akhgari | Fix a typo | changeset | 
| Wed, 20 Mar 2013 23:55:29 -0400 | Ehsan Akhgari | Refer to the HTML spec for EventHandler | changeset | 
| Wed, 20 Mar 2013 23:51:17 -0400 | Ehsan Akhgari | Clear the wording of the spec with regards to AudioProcessingEvent | changeset | 
| Fri, 15 Mar 2013 18:30:29 -0400 | Ehsan Akhgari | Make AudioNode and EventTarget and onaudioprocess an EventHandler | changeset | 
| Mon, 11 Mar 2013 17:48:08 -0400 | Ehsan Akhgari | Fix the WebIDL enum syntax in the Web Audio spec | changeset | 
| Mon, 04 Mar 2013 17:01:14 -0800 | crogers | Change .maxNumberOfChannels attribute to .maxChannelCount adding more detailed text | changeset | 
| Mon, 04 Mar 2013 15:04:40 -0500 | Ehsan Akhgari | Use Web IDL to define OfflineAudioContext's constrctor | changeset | 
| Mon, 25 Feb 2013 16:01:27 -0800 | crogers | remove WebKit-specific IDL stuff | changeset | 
| Mon, 25 Feb 2013 15:52:15 -0800 | crogers | specify default values for mixing rules | changeset | 
| Mon, 25 Feb 2013 15:48:12 -0800 | crogers | minor fix removing mention of setInputMixingMode() | changeset | 
| Mon, 25 Feb 2013 15:45:19 -0800 | crogers | Define channel mixing rules as AudioNode attributes instead of setInputMixingMode() | changeset | 
| Tue, 19 Feb 2013 12:30:35 -0800 | crogers | minor tweak to <code class> so it's not marked as IDL | changeset | 
| Wed, 13 Feb 2013 17:30:40 -0800 | crogers | Describe much more detailed up and down-mixing rules | changeset | 
| Tue, 12 Feb 2013 15:38:23 -0800 | crogers | Be more specific about numbers of channels of inputs and outputs | changeset | 
| Wed, 06 Feb 2013 14:50:32 -0800 | crogers | Add section describing MediaStreamAudioDestinationNode | changeset | 
| Mon, 04 Feb 2013 16:06:13 -0800 | crogers | most floating-point attributes should be double-precision | changeset | 
| Sun, 27 Jan 2013 09:45:30 -0800 | Chris Wilson | Removed body of spec, replaced with forwarding message. | changeset | 
| Fri, 18 Jan 2013 16:04:20 +0000 | Olivier Thereaux | small change to be more RFC2119-friendly | changeset | 
| Thu, 13 Dec 2012 13:15:57 -0800 | Chris Wilson | Restructured MIDIInput/Output/Port.  https://www.w3.org/Bugs/Public/show_bug.cgi?id=20381 | changeset | 
| Thu, 13 Dec 2012 11:32:53 -0800 | Chris Wilson | Renamed fingerprint to id. https://www.w3.org/Bugs/Public/show_bug.cgi?id=20376 | changeset | 
| Thu, 13 Dec 2012 17:58:27 +0200 | Jussi Kalliokoski | Some terminology enhancements, see #20364 and #20376 | changeset | 
| Thu, 13 Dec 2012 17:28:26 +0200 | Jussi Kalliokoski | Fix a small typo in the previous commit. | changeset | 
| Thu, 13 Dec 2012 17:26:36 +0200 | Jussi Kalliokoski | Some terminology and interface fixes, see #20364 and 20376. | changeset | 
| Tue, 11 Dec 2012 08:55:23 -0800 | Chris Wilson | MUST update as per bug 18992. | changeset | 
| Mon, 10 Dec 2012 16:16:22 -0800 | Chris Wilson | Moved event target to MIDI Input. | changeset | 
| Mon, 10 Dec 2012 12:04:26 -0800 | Chris Wilson | Tweaked MIDI channel reference as per Florian's comment.  https://www.w3.org/Bugs/Public/show_bug.cgi?id=20254 | changeset | 
| Mon, 10 Dec 2012 12:02:50 -0800 | Chris Wilson | Tweaked MIDI channel reference as per Florian's comment.  https://www.w3.org/Bugs/Public/show_bug.cgi?id=20254 | changeset | 
| Mon, 10 Dec 2012 12:01:17 -0800 | Chris Wilson | Tweaked MIDI channel reference as per Florian's comment.  https://www.w3.org/Bugs/Public/show_bug.cgi?id=20254 | changeset | 
| Mon, 10 Dec 2012 11:59:36 -0800 | crogers | fix broken links | changeset | 
| Mon, 10 Dec 2012 11:34:44 -0800 | crogers | fix validation errors | changeset | 
| Mon, 10 Dec 2012 09:59:45 -0800 | Chris Wilson | Tweaked examples of MIDI API usage.  https://www.w3.org/Bugs/Public/show_bug.cgi?id=20254 | changeset | 
| Mon, 10 Dec 2012 09:52:42 -0800 | Chris Wilson | Tweaked examples of MIDI API usage.  https://www.w3.org/Bugs/Public/show_bug.cgi?id=20254 | changeset | 
| Sun, 09 Dec 2012 17:31:42 -0800 | crogers | update Change Log | changeset | 
| Sun, 09 Dec 2012 17:13:56 -0800 | crogers | Basic description of OfflineAudioContext | changeset | 
| Fri, 07 Dec 2012 12:38:48 -0800 | Chris Wilson | Added some examples of MIDI API usage.  https://www.w3.org/Bugs/Public/show_bug.cgi?id=20254 | changeset | 
| Wed, 05 Dec 2012 14:00:10 -0800 | Chris Wilson | This should cover https://www.w3.org/Bugs/Public/show_bug.cgi?id=20125 - last exceptions. | changeset | 
| Wed, 05 Dec 2012 12:32:47 -0800 | Chris Wilson | Tweaks to make fingerprint clearer and resolve https://www.w3.org/Bugs/Public/show_bug.cgi?id=19803. | changeset | 
| Wed, 05 Dec 2012 11:28:42 -0800 | Chris Wilson | Collapse MIDIMessage into MIDIEvent, as per https://www.w3.org/Bugs/Public/show_bug.cgi?id=19975. | changeset | 
| Tue, 04 Dec 2012 15:59:30 -0800 | crogers | minor correction to wording for minValue and maxValue | changeset | 
| Tue, 04 Dec 2012 15:49:29 -0800 | crogers | Bug 20161: Make decodeAudioData neuter its array buffer argument when it begins decoding a buffer, and bring it back to normal when the decoding is finished | changeset | 
| Tue, 04 Dec 2012 15:35:17 -0800 | crogers | Bug 20039: Refine description of audio decoding | changeset | 
| Tue, 04 Dec 2012 15:23:07 -0800 | crogers | elaborate on decoding steps for AudioContext createBuffer() and decodeAudioData() | changeset | 
| Tue, 04 Dec 2012 14:56:19 -0800 | crogers | Bug 19770: Note that if the last event for an AudioParam is a setCurveValue event, the computed value after that event will be equal to the latest curve value | changeset | 
| Tue, 04 Dec 2012 14:48:04 -0800 | crogers | Bug 19769: Note that before the first automation event, the computed AudioParam value will be AudioParam.value | changeset | 
| Tue, 04 Dec 2012 14:40:51 -0800 | crogers | Bug 19768: Explicitly mention that the initial value of AudioParam.value will be defaultValue | changeset | 
| Tue, 04 Dec 2012 14:35:59 -0800 | crogers | Bug 19767: Explicitly mention that the 2nd component of AudioParam.computedValue will be 0 if there are no AudioNodes connected to it | changeset | 
| Tue, 04 Dec 2012 14:30:08 -0800 | crogers | Bug 19764: Note in the spec that AudioParam.minValue/maxValue are merely informational | changeset | 
| Mon, 03 Dec 2012 18:03:13 -0800 | crogers | Convert integer constants to Web IDL enum string constants | changeset | 
| Mon, 03 Dec 2012 15:19:22 -0800 | crogers | Bug 17411: (AudioPannerNodeUnits): AudioPannerNode units are underspecified | changeset | 
| Thu, 29 Nov 2012 15:59:38 -0500 | Ehsan Akhgari | Change the Web IDL description of decodeAudioData arguments | changeset | 
| Wed, 28 Nov 2012 10:30:40 -0800 | Chris Wilson | EventTarget -> Event.  Typo. | changeset | 
| Wed, 28 Nov 2012 10:29:14 -0800 | Chris Wilson | Test of removing MIDIMessage and fingerprint. | changeset | 
| Wed, 28 Nov 2012 10:28:18 -0800 | Chris Wilson | Cleanup: fixed IDL parameters for MIDIMessage, removed mention of send in MIDIMessage description. | changeset | 
| Wed, 28 Nov 2012 10:06:25 -0800 | Chris Wilson | Cleanup: tweaked order of MIDIPort members (so the description and details match in order); tweaked one wording (replaced "stream" with a less loaded word), and added MIDIEvent to the API set list/TOC. | changeset | 
| Mon, 19 Nov 2012 11:57:29 -0600 | Chris Wilson | Prohibited running status; fixed leftover timestamp description in MIDIMessage description; detailed allowed contents of send() data. | changeset | 
| Mon, 19 Nov 2012 11:43:17 -0600 | Chris Wilson | Fixed MIDI and HRT references, now that biblio db is updated.  Fixes https://www.w3.org/Bugs/Public/show_bug.cgi?id=19813 completely. | changeset | 
| Wed, 14 Nov 2012 13:24:01 -0800 | crogers | Bug 17393: (UseDoubles): float/double inconsistency | changeset | 
| Wed, 14 Nov 2012 13:16:57 -0800 | crogers | Bug 17356: (AudioListenerOrientation): AudioListener.setOrientation vectors | changeset | 
| Wed, 14 Nov 2012 12:56:06 -0800 | crogers | Bug 19957: PannerNode.coneGain is unused | changeset | 
| Wed, 14 Nov 2012 12:40:46 -0800 | crogers | Bug 17412: AudioPannerNodeVectorNormalization): AudioPannerNode orientation normalization unspecified | changeset | 
| Wed, 14 Nov 2012 12:16:41 -0800 | crogers | Bug 17411: (AudioPannerNodeUnits): AudioPannerNode units are underspecified | changeset | 
| Tue, 13 Nov 2012 16:14:22 -0800 | crogers | be more explicit about maxDelayTime units | changeset | 
| Tue, 13 Nov 2012 16:02:50 -0800 | crogers | Bug 19766: Clarify that reading AudioParam.computedValue will return the latest computed value for the latest audio quantum | changeset | 
| Tue, 13 Nov 2012 15:47:25 -0800 | crogers | Bug 19872: Should specify the defaults for PannerNode's position, ... | changeset | 
| Tue, 13 Nov 2012 15:27:53 -0800 | crogers | Bug 17390: (Joe Berkovitz): Loop start/stop points | changeset | 
| Tue, 13 Nov 2012 14:49:20 -0800 | croger | Bug 19765: Note that setting AudioParam.value will be ignored when any automation events have been set on the object | changeset | 
| Tue, 13 Nov 2012 14:39:07 -0800 | crogers | Bug 19873: Clarify PannerNode.listener | changeset | 
| Tue, 13 Nov 2012 13:35:21 -0800 | crogers | Bug 19900: Clarify the default values for the AudioParam attributes of BiquadFilterNode | changeset | 
| Tue, 13 Nov 2012 13:06:38 -0800 | crogers | Bug 19884: Specify the default value and ranges for the DynamicsCompressorNode AudioParam members | changeset | 
| Tue, 13 Nov 2012 12:57:02 -0800 | crogers | Bug 19910: Disallow AudioContext.createDelay(max) where max <= 0 | changeset | 
| Mon, 12 Nov 2012 12:02:18 -0800 | crogers | Add example code for more complex example | changeset | 
| Fri, 02 Nov 2012 11:34:18 -0700 | Chris Wilson | Since MIDIMessage is not longer passed into the API, changed MIDIMessage to not be a dictionary type (not a big deal anymore, since MIDIMessages no longer need to be created by the developer, they're only passed to on message callbacks) - https://www.w3.org/Bugs/Public/show_bug.cgi?id=19761 | changeset | 
| Thu, 01 Nov 2012 16:55:11 -0700 | Chris Wilson | Consolidated sendMIDIMessage() and sendMessage() into one call, which takes a sequence<short> - this should allow use of UInt8Arrays and Arrays of numbers.  This resolves https://www.w3.org/Bugs/Public/show_bug.cgi?id=18764. | changeset | 
| Thu, 01 Nov 2012 10:57:07 -0700 | Chris Wilson | Added MIDI spec reference (direct ref; waiting for addition to the Biblio dB.) https://www.w3.org/Bugs/Public/show_bug.cgi?id=19813 | changeset | 
| Thu, 01 Nov 2012 11:32:39 -0400 | Ehsan Akhgari | Specify the default value for the AudioContext.createDelay() optional argument in Web IDL | changeset | 
| Wed, 31 Oct 2012 13:15:47 -0700 | Chris Wilson | cleanup - Removed connect/disconnect events (https://www.w3.org/Bugs/Public/show_bug.cgi?id=19762). | changeset | 
| Wed, 31 Oct 2012 12:45:06 -0700 | Chris Wilson | Removed connect/disconnect events (https://www.w3.org/Bugs/Public/show_bug.cgi?id=19762). | changeset | 
| Tue, 30 Oct 2012 20:29:48 -0400 | Ehsan Akhgari | Mark the AudioParam members as readonly | changeset | 
| Tue, 30 Oct 2012 20:24:52 -0400 | Ehsan Akhgari | Make GainNode and DelayNode valid Web IDL | changeset | 
| Tue, 30 Oct 2012 11:34:15 -0700 | Chris Wilson | Housekeeping. | changeset | 
| Tue, 30 Oct 2012 11:33:13 -0700 | Chris Wilson | Housekeeping. | changeset | 
| Mon, 29 Oct 2012 14:29:23 -0700 | crogers | consolidate AudioBufferSourceNode start() method | changeset | 
| Fri, 19 Oct 2012 15:15:28 -0700 | crogers | Bug 18332: Node creation method naming inconsistencies | changeset | 
| Fri, 19 Oct 2012 10:56:44 -0700 | Chris Wilson | Final tweak. | changeset | 
| Fri, 19 Oct 2012 10:54:25 -0700 | Chris Wilson | Tweaks for publishing. | changeset | 
| Fri, 19 Oct 2012 14:54:26 +0300 | Jussi Kalliokoski | Prepared the Web MIDI API for publishing | changeset | 
| Thu, 18 Oct 2012 07:03:46 -0700 | Chris Wilson | Fixed validation error | changeset | 
| Wed, 17 Oct 2012 16:26:47 -0700 | Chris Wilson | Bug 19187: Web MIDI API needs better intro text | changeset | 
| Mon, 15 Oct 2012 17:22:54 -0700 | crogers | Bug 17407: Interface naming inconsistency | changeset | 
| Mon, 15 Oct 2012 10:11:34 -0700 | Chris Wilson | Fixed typo. | changeset | 
| Tue, 09 Oct 2012 17:21:19 -0700 | crogers | Bug 17369: Oscillator.detune attribute not defined | changeset | 
| Tue, 09 Oct 2012 16:08:50 -0700 | crogers | Bug 17346: HTMLMediaElement integration | changeset | 
| Tue, 09 Oct 2012 15:20:50 -0700 | crogers | Bug 17354: AudioListener default position, orientation and velocity | changeset | 
| Tue, 09 Oct 2012 15:02:04 -0700 | crogers | Bug 17795: Behavior of multiple connections to same node needs to be explicitly defined | changeset | 
| Mon, 08 Oct 2012 13:18:45 -0700 | crogers | Add missing AudioContext.createWaveShaper() method | changeset | 
| Fri, 05 Oct 2012 18:13:44 -0700 | crogers | Bug 17399: AudioParam sampling is undefined | changeset | 
| Fri, 05 Oct 2012 17:41:52 -0700 | crogers | Bug 17386: Realtime Analysis empty section | changeset | 
| Fri, 05 Oct 2012 17:38:14 -0700 | crogers | minor tweak to down-mix section | changeset | 
| Fri, 05 Oct 2012 17:35:05 -0700 | crogers | Bug 17380: Channel down mixing incomplete | changeset | 
| Fri, 05 Oct 2012 15:40:57 -0700 | crogers | Bug 17375: MixerGainStructure should be marked as informative | changeset | 
| Fri, 05 Oct 2012 14:29:20 -0700 | crogers | Bug 17381: (EventScheduling): Event Scheduling ('Need more detail here') | changeset | 
| Fri, 05 Oct 2012 13:12:46 -0700 | crogers | Fix 18663: Need a method to get a readonly reading of the combined value when using AudioParam automation curve | changeset | 
| Fri, 05 Oct 2012 12:48:36 -0700 | crogers | Fix 18662: Setting audioparam value while there is an automation curve will cancel that automation curve and set value immediately | changeset | 
| Fri, 05 Oct 2012 12:26:28 -0700 | crogers | Fix 18661: Use startTime / endTime parameter names for AudioParam automation methods | changeset | 
| Wed, 03 Oct 2012 12:26:39 -0700 | crogers | Specify default value for .distanceModel | changeset | 
| Tue, 02 Oct 2012 12:33:36 -0700 | crogers | Fix Issues 17338 and 17337: AudioGain interface is not needed (Part 2) | changeset | 
| Tue, 02 Oct 2012 12:28:55 -0700 | crogers | Fix Issues 17338 and 17337: AudioGain interface is not needed | changeset | 
| Mon, 01 Oct 2012 16:33:12 -0700 | Chris Wilson | Added more introductory text (https://www.w3.org/Bugs/Public/show_bug.cgi?id=19187), and added index as a type for getInput/getOutput (https://www.w3.org/Bugs/Public/show_bug.cgi?id=19188). | changeset | 
| Mon, 01 Oct 2012 16:23:14 -0700 | Chris Wilson | Added more introductory text (https://www.w3.org/Bugs/Public/show_bug.cgi?id=19187), and added index as a type for getInput/getOutput (https://www.w3.org/Bugs/Public/show_bug.cgi?id=19188). | changeset | 
| Mon, 01 Oct 2012 16:20:03 -0700 | Chris Wilson | Added more introductory text (https://www.w3.org/Bugs/Public/show_bug.cgi?id=19187), and added index as a type for getInput/getOutput (https://www.w3.org/Bugs/Public/show_bug.cgi?id=19188). | changeset | 
| Thu, 27 Sep 2012 07:09:25 -0400 | Joe Berkovitz | Update audio workstation usecase to incorporate numerical synthesis of audio. | changeset | 
| Wed, 26 Sep 2012 18:22:36 -0400 | Ehsan Akhgari | Make AudioBufferSourceNode.buffer nullable | changeset | 
| Tue, 25 Sep 2012 12:56:14 -0700 | crogers | noteOn/noteOff changed to start/stop -- added deprecation notes | changeset | 
| Fri, 14 Sep 2012 18:06:31 +0200 | tmichel | Test file for Thierry | changeset | 
| Wed, 12 Sep 2012 11:04:14 +0100 | Olivier Thereaux | markup fix | changeset | 
| Sun, 09 Sep 2012 11:18:26 +0300 | Jussi Kalliokoski | Fixes to MIDI API | changeset | 
| Thu, 06 Sep 2012 16:25:40 +0100 | Olivier Thereaux | integrating some of the suggestions by Werther Azevedo for the game scenario - generative and multi-track music requirements | changeset | 
| Wed, 05 Sep 2012 15:13:25 +0300 | Jussi Kalliokoski | Major changes to Web MIDI API | changeset | 
| Mon, 03 Sep 2012 14:15:43 +0100 | Olivier Thereaux | proposed shortname + accessibility considerations (Bugzilla 17699, 17697) | changeset | 
| Thu, 30 Aug 2012 10:57:59 -0400 | Joe Berkovitz | Clarify lack of prepackaged support for automatic level detection on a signal path. | changeset | 
| Thu, 30 Aug 2012 10:59:38 +0100 | Olivier Thereaux | More editorial fixes. Typos, en-GBisms. Also adding <abbr>s for better readability/accessibility | changeset | 
| Thu, 30 Aug 2012 10:50:00 +0100 | Olivier Thereaux | Minor editorial fixes | changeset | 
| Thu, 30 Aug 2012 08:49:36 +0100 | Olivier Thereaux | markup fixes | changeset | 
| Thu, 30 Aug 2012 08:48:53 +0100 | Olivier Thereaux | markup fixes | changeset | 
| Thu, 30 Aug 2012 08:46:30 +0100 | Olivier Thereaux | removing obsolete sections from the UC&R draft | changeset | 
| Thu, 30 Aug 2012 08:42:47 +0100 | Olivier Thereaux | adding paragraph in the intro about following the web audio API draft, and dating | changeset | 
| Wed, 29 Aug 2012 11:46:32 -0400 | Joe Berkovitz | Fix editor's draft URI to point to correct DVCS repository location. | changeset | 
| Wed, 29 Aug 2012 13:22:32 +0100 | Olivier Thereaux | fixing markup | changeset | 
| Fri, 24 Aug 2012 18:27:29 -0400 | Ehsan Akhgari | Make the AudioContext object have a constructor | changeset | 
| Fri, 24 Aug 2012 15:54:10 -0400 | Ehsan Akhgari | Denote IDL definitions as Web IDL | changeset | 
| Fri, 24 Aug 2012 15:04:37 -0400 | Ehsan Akhgari | Use `long` instead of `int`, since the int type doesn't exist in Web IDL | changeset | 
| Fri, 24 Aug 2012 15:02:43 -0400 | Ehsan Akhgari | Add a missing attribute keyword in AudioProcessingEvent | changeset | 
| Fri, 24 Aug 2012 13:59:35 +0100 | Olivier Thereaux | merging the two video production scenarios | changeset | 
| Wed, 22 Aug 2012 15:24:48 -0400 | Joe Berkovitz | Build out web-based guitar practice scenario. | changeset | 
| Wed, 22 Aug 2012 14:10:29 -0400 | Joe Berkovitz | Add explanatory notes to User Control of Audio scenario explaining interplay between extension APIs (to enumerate windows) and unimplemented Web Audio API touch points to control volume on a window by window basis. | changeset | 
| Wed, 22 Aug 2012 14:00:16 -0400 | Joe Berkovitz | Add explicit mentions of lack of speed/pitch change support in Web Audio API. | changeset | 
| Tue, 21 Aug 2012 15:36:48 -0400 | Ehsan Akhgari | Remove the 'raises' notation from the IDLs | changeset | 
| Fri, 17 Aug 2012 21:44:07 +0100 | Olivier Thereaux | Automated merge with https://dvcs.w3.org/hg/audio | changeset | 
| Fri, 17 Aug 2012 21:44:03 +0100 | Olivier Thereaux | making our usage of reSpec more SSL-friendly | changeset | 
| Thu, 16 Aug 2012 16:30:55 -0700 | crogers | Issue 17398: Add more detailed information about how AudioParam value is calculated | changeset | 
| Thu, 16 Aug 2012 15:21:38 -0700 | crogers | another try with the style sheet | changeset | 
| Thu, 16 Aug 2012 14:53:54 -0700 | crogers | use local style sheet to avoid https errors | changeset | 
| Thu, 16 Aug 2012 15:35:37 +0100 | Olivier Thereaux | adding mix-in-the-client feature to radio broadcast scenario. See Also bugzilla 17695 | changeset | 
| Wed, 15 Aug 2012 23:05:49 -0400 | Ehsan Akhgari | Replace the white-space based indentation of Web IDL code with a CSS-based one | changeset | 
| Wed, 15 Aug 2012 22:56:03 -0400 | Ehsan Akhgari | Remove more useless trailing whitespaces | changeset | 
| Wed, 15 Aug 2012 22:47:21 -0400 | Ehsan Akhgari | Remove the optional 'in' keyword from the Web IDL method declarations | changeset | 
| Wed, 15 Aug 2012 22:42:03 -0400 | Ehsan Akhgari | Add trailing semicolons for Web IDL interface declarations | changeset | 
| Wed, 15 Aug 2012 22:37:32 -0400 | Ehsan Akhgari | Remove useless trailing spaces | changeset | 
| Wed, 15 Aug 2012 22:35:33 -0400 | Ehsan Akhgari | Use the correct Web IDL notation for the AudioBufferCallback callback type | changeset | 
| Wed, 15 Aug 2012 22:28:37 -0400 | Ehsan Akhgari | Remove the extra semicolon in the IDL file for AudioContext | changeset | 
| Wed, 15 Aug 2012 22:24:02 -0400 | Ehsan Akhgari | Replace the old [Optional] IDL tag with the Web IDL optional keyword | changeset | 
| Wed, 15 Aug 2012 12:54:35 +0100 | Olivier Thereaux | fixing the implementation notes for the DJ scenario | changeset | 
| Wed, 15 Aug 2012 12:52:03 +0100 | Olivier Thereaux | fixing the implementation notes for the DJ scenario | changeset | 
| Tue, 14 Aug 2012 10:18:19 -0400 | Ehsan Akhgari | Empty changeset to test my commit access | changeset | 
| Mon, 13 Aug 2012 13:30:03 -0700 | crogers | update ChangeLog | changeset | 
| Mon, 13 Aug 2012 13:26:52 -0700 | crogers | Integrate Thierry Michel's 3rd public working draft edits | changeset | 
| Mon, 13 Aug 2012 17:17:41 +0100 | Olivier Thereaux | fixing diagram | changeset | 
| Mon, 13 Aug 2012 16:39:46 +0100 | Olivier Thereaux | adding second diagram for DJ scenario but removing from text | changeset | 
| Mon, 13 Aug 2012 15:10:04 +0100 | Olivier Thereaux | merging DJ and viz Use Cases into single scenario, adding diagram to explain need for two audiodestinationnodes | changeset | 
| Sun, 12 Aug 2012 18:16:58 +0300 | Jussi Kalliokoski | Some consistency fixes to MIDI API, WRT device-port wording | changeset | 
| Sun, 12 Aug 2012 18:01:36 +0300 | Jussi Kalliokoski | Added one missing name change to Web MIDI API | changeset | 
| Sun, 12 Aug 2012 17:58:04 +0300 | Jussi Kalliokoski | More naming changes to Web MIDI API | changeset | 
| Sun, 12 Aug 2012 17:43:35 +0300 | Jussi Kalliokoski | A few naming changes to MIDI API per issue #17724 | changeset | 
| Fri, 10 Aug 2012 13:29:08 -0400 | Joe Berkovitz | Automated merge with https://dvcs.w3.org/hg/audio | changeset | 
| Fri, 10 Aug 2012 13:29:01 -0400 | Joe Berkovitz | Rework Podcast on a Flight scenario. | changeset | 
| Fri, 10 Aug 2012 13:05:12 -0400 | Joe Berkovitz | Removed Language Learning scenario since it's covered almost identically by the pitch slow-down requirement built into the Online Radio Show scenario which also is concerned with language comprehension. | changeset | 
| Fri, 10 Aug 2012 12:38:38 -0400 | Joe Berkovitz | Rework UI/DOM sounds scenario into "Playful sonification" scenario and add Notes/Implementation section. | changeset | 
| Fri, 10 Aug 2012 12:12:23 -0400 | Joe Berkovitz | Clean up Online Music Production Tool scenario and inject references to API features. | changeset | 
| Fri, 10 Aug 2012 11:55:53 -0400 | Joe Berkovitz | Clean up and fill out 3D game scenario. | changeset | 
| Fri, 10 Aug 2012 17:09:07 +0100 | Olivier Thereaux | upgrading reSpec | changeset | 
| Fri, 10 Aug 2012 10:28:25 -0400 | Joe Berkovitz | Incorporate Olivier's feedback on Music Creation Environment scenario. | changeset | 
| Fri, 10 Aug 2012 10:16:27 -0400 | Joe Berkovitz | Revise UC4 as per Olivier Thereaux comments. | changeset | 
| Fri, 10 Aug 2012 13:39:36 +0100 | Olivier Thereaux | removing scenario numbering (duplicate) and priorities (obsolete) | changeset | 
| Sat, 04 Aug 2012 08:45:54 -0400 | Joe Berkovitz | Combined original UC5 and UC6 into new Scenario 5 that unifies both. | changeset | 
| Fri, 03 Aug 2012 15:04:58 -0400 | Joe Berkovitz | Rewrote text for UC 4 in extended format as per new scenario style. | changeset | 
| Fri, 03 Aug 2012 07:57:47 +0100 | Olivier Thereaux | credits update | changeset | 
| Thu, 02 Aug 2012 16:40:29 +0100 | Olivier Thereaux | iterating on the scenario and requirements for the 3D game use case, based on Joe's review | changeset | 
| Thu, 02 Aug 2012 14:49:58 +0100 | Olivier Thereaux | iterating on the scenario and requirements for the video chat use case, based on Joe's review | changeset | 
| Fri, 13 Jul 2012 13:29:18 +0100 | Olivier Thereaux | notes and formatting for Scenario 3 | changeset | 
| Fri, 13 Jul 2012 12:12:54 +0100 | Olivier Thereaux | minor edits on Scenario 1, Edits on Scenario 2 and addition of notes on Scenarion 2 | changeset | 
| Wed, 11 Jul 2012 13:27:11 +0100 | Olivier Thereaux | update to WG list | changeset | 
| Wed, 11 Jul 2012 10:57:30 +0100 | Olivier Thereaux | fixing unfinished text in web audio requirements doc intro | changeset | 
| Wed, 11 Jul 2012 10:50:10 +0100 | Olivier Thereaux | adding intro text. Revising tone of scenario 1 for proposal to the WG | changeset | 
| Mon, 09 Jul 2012 12:25:58 -0700 | crogers | update ChangeLog for publication | changeset | 
| Tue, 26 Jun 2012 15:56:31 -0700 | crogers | add MediaStreamAudioSourceNode | changeset | 
| Tue, 26 Jun 2012 21:35:01 +0300 | Jussi Kalliokoski | A few changes to the Web MIDI API based on feedback. | changeset | 
| Mon, 18 Jun 2012 13:26:21 -0700 | crogers | minor formatting fix | changeset | 
| Mon, 18 Jun 2012 13:19:34 -0700 | crogers | Add details for azimuth/elevation calculation | changeset | 
| Fri, 15 Jun 2012 17:35:27 -0700 | crogers | Add equal-power-panning details | changeset | 
| Thu, 14 Jun 2012 17:31:16 -0700 | crogers | Add equations for distance models | changeset | 
| Wed, 13 Jun 2012 17:40:49 -0700 | crogers | Bug 17334: Add precise equations for AudioParam.setTargetValueAtTime() | changeset | 
| Mon, 11 Jun 2012 13:00:17 +0100 | Olivier Thereaux | adding tools directory; small script to monitor issues | changeset | 
| Fri, 08 Jun 2012 17:44:26 -0700 | crogers | fix small typo | changeset | 
| Fri, 08 Jun 2012 16:54:04 -0700 | crogers | Bug 17413: AudioBuffers' relationship to AudioContext | changeset | 
| Fri, 08 Jun 2012 16:05:45 -0700 | crogers | Bug 17359: Add much more detail about ConvolverNode | changeset | 
| Fri, 08 Jun 2012 12:59:29 -0700 | crogers | minor formatting fix | changeset | 
| Fri, 08 Jun 2012 12:57:11 -0700 | crogers | Bug 17335: Add much more technical detail to setValueCurveAtTime() | changeset | 
| Wed, 06 Jun 2012 16:34:43 -0700 | crogers | Add much more detail about parameter automation, including an example | changeset | 
| Wed, 06 Jun 2012 17:06:49 +0300 | Jussi Kalliokoski | Added a permission model for Web MIDI API | changeset | 
| Tue, 05 Jun 2012 23:07:38 +0300 | Jussi Kalliokoski | Tweaks to the Web MIDI API. | changeset | 
| Tue, 05 Jun 2012 13:58:25 +0300 | Jussi Kalliokoski | Minor tweak to Web MIDI API. | changeset | 
| Tue, 05 Jun 2012 13:56:15 +0300 | Jussi Kalliokoski | Simplify the Web MIDI API spec a bit. | changeset | 
| Mon, 04 Jun 2012 17:25:08 -0700 | crogers | ISSUE-85: Oscillator folding considerations | changeset | 
| Mon, 04 Jun 2012 17:02:20 -0700 | crogers | ISSUE-45: AudioGain scale underdefined | changeset | 
| Mon, 04 Jun 2012 16:40:43 -0700 | crogers | ISSUE-41: AudioNode as input to AudioParam underdefined | changeset | 
| Mon, 04 Jun 2012 16:14:48 -0700 | crogers | ISSUE-20: Relationship to currentTime | changeset | 
| Mon, 04 Jun 2012 15:48:49 -0700 | crogers | ISSUE-94: Dynamic Lifetime | changeset | 
| Mon, 04 Jun 2012 13:59:31 -0700 | crogers | ISSUE-42: add more detail about AudioParam sampling and block processing | changeset | 
| Mon, 04 Jun 2012 12:28:48 -0700 | crogers | fix typo - minor edits | changeset | 
| Fri, 01 Jun 2012 18:40:20 +0300 | Jussi Kalliokoski | Fixed timestamps in MIDI API | changeset | 
| Thu, 31 May 2012 12:08:38 +0100 | Olivier Thereaux | Adding multi-channel requirement per ISSUE-9: Multi-Channel support in Use Cases & Reqs | changeset | 
| Fri, 25 May 2012 08:47:10 +0100 | Olivier Thereaux | merging the webaudio and midi+reqs branches | changeset | 
| Thu, 24 May 2012 18:01:20 -0700 | crogers | ISSUE-69: add implementors guide for linear convolution | changeset | 
| Thu, 24 May 2012 17:35:45 -0700 | crogers | ISSUE-49: better define AudioBuffer audio data access | changeset | 
| Thu, 24 May 2012 17:15:29 -0700 | crogers | fix small typo | changeset | 
| Thu, 24 May 2012 17:13:34 -0700 | crogers | ISSUE-24: define circular routing behavior | changeset | 
| Thu, 24 May 2012 16:35:24 -0700 | crogers | ISSUE-42: specify a-rate or k-rate for each AudioParam | changeset | 
| Wed, 23 May 2012 15:45:32 +0300 | Jussi Kalliokoski | MIDI API linkability fix | changeset | 
| Wed, 23 May 2012 15:42:00 +0300 | Jussi Kalliokoski | More MIDI API specificity. | changeset | 
| Wed, 23 May 2012 15:17:48 +0300 | Jussi Kalliokoski | More specificity to the MIDI API. | changeset | 
| Wed, 23 May 2012 13:40:24 +0300 | Jussi Kalliokoski | Making the MIDI API spec a bit clearer. | changeset | 
| Wed, 23 May 2012 13:35:23 +0300 | Jussi Kalliokoski | Specify some event-related things. | changeset | 
| Wed, 23 May 2012 12:23:33 +0300 | Jussi Kalliokoski | Initial draft of the MIDI API. | changeset | 
| Tue, 22 May 2012 14:34:32 +0100 | Olivier Thereaux | Port of http://www.w3.org/2011/audio/wiki/index.php?title=Use_Cases_and_Requirements&oldid=453 from Audio WG Wiki | changeset | 
| Fri, 18 May 2012 17:01:36 -0700 | crogers | ISSUE-53: noteOn and noteOff interaction | changeset | 
| Fri, 18 May 2012 16:33:29 -0700 | crogers | ISSUE-34: Remove .name attribute from AudioParam | changeset | 
| Fri, 18 May 2012 16:27:19 -0700 | crogers | ISSUE-33: Add maxNumberOfChannels attribute to AudioDestinationNode | changeset | 
| Fri, 18 May 2012 15:50:08 -0700 | crogers | ISSUE-19: added more info about AudioBuffer - IEEE 32-bit | changeset | 
| Fri, 18 May 2012 15:37:27 -0700 | crogers | ISSUE-29: remove reference to webkitAudioContext | changeset | 
| Fri, 27 Apr 2012 12:36:54 -0700 | crogers | fix two small typos reported by James Wei | changeset | 
| Tue, 24 Apr 2012 12:27:11 -0700 | crogers | small cleanup to AudioChannelSplitter and AudioChannelMerger | changeset | 
| Tue, 17 Apr 2012 11:35:56 -0700 | crogers | small fix to createWaveTable() | changeset | 
| Mon, 16 Apr 2012 16:00:40 -0700 | crogers | fix broken image links | changeset | 
| Fri, 13 Apr 2012 16:32:42 -0700 | crogers | * Cleanup AudioNode connect() and disconnect() method descriptions. | changeset | 
| Fri, 13 Apr 2012 16:16:57 -0700 | crogers | * Add Oscillator and WaveTable | changeset | 
| Wed, 11 Apr 2012 17:27:46 -0700 | crogers | * add AudioContext .activeSourceCount attribute | changeset | 
| Tue, 10 Apr 2012 16:07:59 -0700 | crogers | Rebased editor's draft document based on edits from Thierry Michel (from 2nd public working draft) | changeset | 
| Mon, 12 Mar 2012 15:32:19 -0700 | crogers | add DynamicsCompressorNode parameters | changeset | 
| Fri, 09 Mar 2012 15:16:42 -0800 | crogers | update changelog | changeset | 
| Fri, 09 Mar 2012 15:12:42 -0800 | crogers | * add optional maxDelayTime argument to createDelayNode() | changeset | 
| Mon, 06 Feb 2012 16:52:39 -0800 | crogers | * Cleanup JavaScriptAudioNode section | changeset | 
| Mon, 06 Feb 2012 14:03:43 -0800 | crogers | TEST: trivial white-space change | changeset | 
| Tue, 13 Dec 2011 16:39:36 +1300 | Robert O'Callahan | Add 'addFollowing' API to make sequential combination of multiple inputs more reliable. | changeset | 
| Tue, 06 Dec 2011 00:12:58 +1300 | Robert O'Callahan | Rename 'captureAudio' to 'audioCaptured' and make it read-only. | changeset | 
| Thu, 03 Nov 2011 11:10:05 +1300 | Robert O'Callahan | Renaming to 'streams' | changeset | 
| Fri, 28 Oct 2011 18:27:39 +1300 | Robert O'Callahan | Block streams that have no consumers | changeset | 
| Tue, 25 Oct 2011 22:41:35 +1300 | Robert O'Callahan | Changed 'ended' to 'finished', make finished a permanent state, create separate media element APIs to extract bounded and unbounded streams, and automatically remove finished inputs from processing nodes | changeset | 
| Thu, 20 Oct 2011 14:48:37 +1300 | Robert O'Callahan | Fix table of contents | changeset | 
| Thu, 20 Oct 2011 14:47:25 +1300 | Robert O'Callahan | Added Audio constructor taking a MediaStream | changeset | 
| Fri, 14 Oct 2011 19:13:24 +1300 | Robert O'Callahan | Small wording tweaks. Also, make ProcessMediaEvent inherit from Event. | changeset | 
| Thu, 29 Sep 2011 16:28:27 +1300 | Robert O'Callahan | various fixes | changeset | 
| Thu, 01 Sep 2011 16:13:26 +1200 | Robert O'Callahan | Make ended streams repeat the last frame of video. | changeset | 
| Wed, 31 Aug 2011 14:43:00 +1200 | Robert O'Callahan | Redefine the ended state to not be blocking, just producing silence. | changeset | 
| Sat, 16 Jul 2011 23:54:46 +1200 | Robert O'Callahan | Remove enableAt, make sure that the enable start times can only be set when we first add a new input port. | changeset | 
| Mon, 11 Jul 2011 10:56:55 +1200 | Robert O'Callahan | More updates | changeset | 
| Thu, 07 Jul 2011 17:44:42 +1200 | Robert O'Callahan | Spot fix | changeset | 
| Thu, 07 Jul 2011 17:43:28 +1200 | Robert O'Callahan | More updates | changeset | 
| Tue, 05 Jul 2011 18:27:57 +1200 | Robert O'Callahan | More updates | changeset | 
| Tue, 05 Jul 2011 17:26:43 +1200 | Robert O'Callahan | Removed ability to change workers on a ProcessedMediaStream; made audio format fixed for the lifetime of a stream | changeset | 
| Fri, 01 Jul 2011 10:53:12 +1200 | Robert O'Callahan | Fix examples | changeset | 
| Fri, 01 Jul 2011 03:40:03 +1200 | Robert O'Callahan | Major rework | changeset | 
| Thu, 16 Jun 2011 17:23:30 +1200 | Robert O'Callahan | Initial checkin | changeset | 
| Fri, 04 Nov 2011 15:53:14 -0700 | crogers | fix small typo | changeset | 
| Fri, 04 Nov 2011 15:40:58 -0700 | crogers | Add more technical detail to BiquadFilterNode description (contributed by Raymond Toy) | changeset | 
| Sat, 15 Oct 2011 19:08:15 -0700 | crogers | small edits to the introduction | changeset | 
| Sat, 15 Oct 2011 19:00:15 -0700 | crogers | initial commit | changeset | 
| Tue, 04 Oct 2011 12:10:47 -0700 | crogers | change style-sheet to Editor's Draft | changeset | 
| Tue, 04 Oct 2011 12:06:35 -0700 | crogers | Working -> Editor | changeset | 
| Tue, 13 Sep 2011 12:49:11 -0700 | crogers | add convolution reverb design document | changeset | 
| Mon, 29 Aug 2011 17:05:58 -0700 | crogers | document the decodeAudioData() method | changeset | 
| Mon, 22 Aug 2011 14:36:33 -0700 | crogers | fix broken MediaElementAudioSourceNode link | changeset | 
| Mon, 22 Aug 2011 14:33:57 -0700 | crogers | refine section describing integration with HTMLMediaElement | changeset | 
| Mon, 01 Aug 2011 12:05:53 -0700 | crogers | add Privacy section | changeset | 
| Mon, 18 Jul 2011 17:53:50 -0700 | crogers | small update - tweak musical applications thumbnail images | changeset | 
| Mon, 18 Jul 2011 17:23:00 -0700 | crogers | initial commit of Web Audio API specification | changeset | 
| ... |