Audio: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(→‎SF MusicTech demos: link to Huffduffer example of audio element)
Line 19: Line 19:
* [https://developer.mozilla.org/en/html/element/audio HTML5 audio element]
* [https://developer.mozilla.org/en/html/element/audio HTML5 audio element]
* [https://developer.mozilla.org/Talk:En/Media_formats_supported_by_the_audio_and_video_elements Media formats supported by the audio and video elements] (AKA whither MP3 support?)
* [https://developer.mozilla.org/Talk:En/Media_formats_supported_by_the_audio_and_video_elements Media formats supported by the audio and video elements] (AKA whither MP3 support?)
* [[Audio Data API]] ([[Audio_Data_API_JS_Library|JS Library]]))
* [[Audio Data API]] ([[Audio_Data_API_JS_Library|JS Library]])
* [https://developer.mozilla.org/en/Introducing_the_Audio_API_Extension Introducing The Audio API Extension]
* [https://developer.mozilla.org/en/Introducing_the_Audio_API_Extension Introducing The Audio API Extension]



Revision as of 17:54, 10 May 2011

you are here: wiki.mozilla.org/audio

SF MusicTech demos

SF MusicTech 2011-05-09 demos of HTML5 Audio and Firefox Audio API support

  1. HTML5 audio element on HuffDuffer: <audio src="..."> </audio>
  2. Tone Generator (tutorial)
  3. Simple synth using Audio API (tutorial)
  4. Voron | Demo Studio (about)
  5. HTML5 Audio Data API - Spectrum Visualizer

more demos

More info

More info on HTML5 Audio and Firefox Audio APIs.

Standardization:

See also