Audio: Difference between revisions
Jump to navigation
Jump to search
(→SF MusicTech demos: link to Huffduffer example of audio element) |
|||
Line 4: | Line 4: | ||
SF MusicTech 2011-05-09 demos of HTML5 Audio and Firefox Audio API support | SF MusicTech 2011-05-09 demos of HTML5 Audio and Firefox Audio API support | ||
# HTML5 audio element: <code><audio src="..."> </audio></code> | # [http://huffduffer.com/t/41135 HTML5 audio element on HuffDuffer]: <code><audio src="..."> </audio></code> | ||
# Tone Generator ([https://developer.mozilla.org/en/Creating_a_Web_based_tone_generator tutorial]) | # Tone Generator ([https://developer.mozilla.org/en/Creating_a_Web_based_tone_generator tutorial]) | ||
# [http://niiden.com/simplesynth/simplesynth.html Simple synth using Audio API] ([https://developer.mozilla.org/en/Creating_a_simple_synth tutorial]) | # [http://niiden.com/simplesynth/simplesynth.html Simple synth using Audio API] ([https://developer.mozilla.org/en/Creating_a_simple_synth tutorial]) |
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
- HTML5 audio element on HuffDuffer:
<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)
- The Band web-based video karaoke, requires Firefox 4 + Rainbow add-on; more info & screencast here
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