Audio: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(added S5 presentation link)
 
(3 intermediate revisions by the same user not shown)
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>&lt;audio src="..."&gt; &lt;/audio&gt;</code>
# [http://huffduffer.com/t/41135 HTML5 audio element on HuffDuffer]: <code>&lt;audio src="..."&gt; &lt;/audio&gt;</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])
# [https://developer.mozilla.org/en-US/demos/detail/voron/launch Voron | Demo Studio] ([https://developer.mozilla.org/en-US/demos/detail/voron/ about])
# [https://developer.mozilla.org/en-US/demos/detail/voron/launch Voron | Demo Studio] ([https://developer.mozilla.org/en-US/demos/detail/voron/ about])
# [http://www.storiesinflight.com/jsfft/visualizer/index.html HTML5 Audio Data API - Spectrum Visualizer]
# [http://www.storiesinflight.com/jsfft/visualizer/index.html HTML5 Audio Data API - Spectrum Visualizer]
Presentation (S5) : http://tantek.com/presentations/2011/05/sfmusictech/
Photos from the session: http://www.flickr.com/photos/tags/sfmt2011html5audio


=== more demos ===
=== more demos ===
Line 19: Line 23:
* [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]



Latest revision as of 21:37, 18 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

Presentation (S5) : http://tantek.com/presentations/2011/05/sfmusictech/

Photos from the session: http://www.flickr.com/photos/tags/sfmt2011html5audio

more demos

More info

More info on HTML5 Audio and Firefox Audio APIs.

Standardization:

See also