HTML audio: Difference between revisions

Content deleted Content added
ref cols, tidy, upd chrome
Add link for history of Audio Data API (which landed in 2010)
Line 68:
[[Google Chrome|Google's Chrome browser]] implements this API since version 14, released in 2011.<ref>{{cite web | url=http://www.webmonkey.com/2011/09/chrome-14-adds-better-audio-native-client-support/ | title=Chrome 14 Adds Better Audio, ‘Native Client’ Support |author=Scott Gilbertson |date=2011-09-19 |work=[[Webmonkey]] |publisher=[[Wired (magazine)|Wired]] |accessdate=2012-07-04}}</ref>
 
[[Firefox_4|Mozilla's Firefox browser]] implements a similar Audio Data API extension since version 4, implemented in 2010 <ref>{{cite web | url=https://wiki.mozilla.org/Audio_Data_API | title=Audio Data API}}</ref> and released in 2011, but Mozilla warns it is non-standard and deprecated.<ref>{{cite web |url=https://developer.mozilla.org/en/Introducing_the_Audio_API_Extension |title=Introducing the Audio API extension |date=2012-03-05 |work=[[Mozilla Developer Network]] |publisher=[[Mozilla]] |archiveurl=https://developer.mozilla.org/index.php?title=en/Introducing_the_Audio_API_Extension&revision=25 |archivedate=2012-03-05 |accessdate=2012-07-04}}</ref>
Some JavaScript audio processing and synthesis libraries such as [http://oampo.github.com/Audiolet/ Audiolet] support both APIs.