Audio: Difference between revisions
Jump to navigation
Jump to search
(→SF MusicTech demos: audio element) |
m (→More info: t) |
||
Line 18: | Line 18: | ||
* [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 11:22, 9 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
- HTML5 audio element:
<audio src="..."> </audio>
- Tone Generator (tutorial)
- Simple synth using Audio API (tutorial)
- Voron | Demo Studio (about)
- HTML5 Audio Data API - Spectrum Visualizer
more demos
- Pocket Full of HTML5 (Audio + Canvas visualizations)
More info
More info on HTML5 Audio and Firefox Audio APIs.
- HTML5 audio element
- Media formats supported by the audio and video elements (AKA whither MP3 support?)
- Audio Data API (JS Library))
- Introducing The Audio API Extension
Standardization:
- W3C Audio Working Group (Established 2011 March, participants, wiki, @w3caudio)
See also
- More events