audio-api.json 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289
  1. {
  2. "title":"Web Audio API",
  3. "description":"High-level JavaScript API for processing and synthesizing audio",
  4. "spec":"http://www.w3.org/TR/webaudio/",
  5. "status":"wd",
  6. "links":[
  7. {
  8. "url":"https://github.com/corbanbrook/audionode.js",
  9. "title":"Polyfill to support Web Audio API in Firefox"
  10. },
  11. {
  12. "url":"http://docs.webplatform.org/wiki/apis/webaudio",
  13. "title":"WebPlatform Docs"
  14. },
  15. {
  16. "url":"http://www.doboism.com/projects/webaudio-compatibility/",
  17. "title":"Additional browser compatibility tests for specific features"
  18. },
  19. {
  20. "url":"https://github.com/g200kg/WAAPISim",
  21. "title":"Polyfill to enable Web Audio API through Firefox Audio Data api or flash"
  22. }
  23. ],
  24. "bugs":[
  25. {
  26. "description":"Safari does not appear to support `createMediaElementSource`"
  27. }
  28. ],
  29. "categories":[
  30. "JS API"
  31. ],
  32. "stats":{
  33. "ie":{
  34. "5.5":"n",
  35. "6":"n",
  36. "7":"n",
  37. "8":"n",
  38. "9":"n",
  39. "10":"n",
  40. "11":"n"
  41. },
  42. "edge":{
  43. "12":"y",
  44. "13":"y",
  45. "14":"y"
  46. },
  47. "firefox":{
  48. "2":"n",
  49. "3":"n",
  50. "3.5":"n",
  51. "3.6":"n",
  52. "4":"n",
  53. "5":"n",
  54. "6":"n",
  55. "7":"n",
  56. "8":"n",
  57. "9":"n",
  58. "10":"n",
  59. "11":"n",
  60. "12":"n",
  61. "13":"n",
  62. "14":"n",
  63. "15":"n",
  64. "16":"n",
  65. "17":"n",
  66. "18":"n",
  67. "19":"n",
  68. "20":"n",
  69. "21":"n",
  70. "22":"n",
  71. "23":"n",
  72. "24":"n",
  73. "25":"y",
  74. "26":"y",
  75. "27":"y",
  76. "28":"y",
  77. "29":"y",
  78. "30":"y",
  79. "31":"y",
  80. "32":"y",
  81. "33":"y",
  82. "34":"y",
  83. "35":"y",
  84. "36":"y",
  85. "37":"y",
  86. "38":"y",
  87. "39":"y",
  88. "40":"y",
  89. "41":"y",
  90. "42":"y",
  91. "43":"y",
  92. "44":"y",
  93. "45":"y",
  94. "46":"y",
  95. "47":"y",
  96. "48":"y",
  97. "49":"y",
  98. "50":"y",
  99. "51":"y",
  100. "52":"y",
  101. "53":"y"
  102. },
  103. "chrome":{
  104. "4":"n",
  105. "5":"n",
  106. "6":"n",
  107. "7":"n",
  108. "8":"n",
  109. "9":"n",
  110. "10":"y x",
  111. "11":"y x",
  112. "12":"y x",
  113. "13":"y x",
  114. "14":"y x",
  115. "15":"y x",
  116. "16":"y x",
  117. "17":"y x",
  118. "18":"y x",
  119. "19":"y x",
  120. "20":"y x",
  121. "21":"y x",
  122. "22":"y x",
  123. "23":"y x",
  124. "24":"y x",
  125. "25":"y x",
  126. "26":"y x",
  127. "27":"y x",
  128. "28":"y x",
  129. "29":"y x",
  130. "30":"y x",
  131. "31":"y x",
  132. "32":"y x",
  133. "33":"y x",
  134. "34":"y",
  135. "35":"y",
  136. "36":"y",
  137. "37":"y",
  138. "38":"y",
  139. "39":"y",
  140. "40":"y",
  141. "41":"y",
  142. "42":"y",
  143. "43":"y",
  144. "44":"y",
  145. "45":"y",
  146. "46":"y",
  147. "47":"y",
  148. "48":"y",
  149. "49":"y",
  150. "50":"y",
  151. "51":"y",
  152. "52":"y",
  153. "53":"y",
  154. "54":"y",
  155. "55":"y",
  156. "56":"y",
  157. "57":"y"
  158. },
  159. "safari":{
  160. "3.1":"n",
  161. "3.2":"n",
  162. "4":"n",
  163. "5":"n",
  164. "5.1":"n",
  165. "6":"y x",
  166. "6.1":"y x",
  167. "7":"y x",
  168. "7.1":"y x",
  169. "8":"y x",
  170. "9":"y x",
  171. "9.1":"y x",
  172. "10":"y x",
  173. "TP":"y x"
  174. },
  175. "opera":{
  176. "9":"n",
  177. "9.5-9.6":"n",
  178. "10.0-10.1":"n",
  179. "10.5":"n",
  180. "10.6":"n",
  181. "11":"n",
  182. "11.1":"n",
  183. "11.5":"n",
  184. "11.6":"n",
  185. "12":"n",
  186. "12.1":"n",
  187. "15":"y x",
  188. "16":"y x",
  189. "17":"y x",
  190. "18":"y x",
  191. "19":"y x",
  192. "20":"y x",
  193. "21":"y x",
  194. "22":"y",
  195. "23":"y",
  196. "24":"y",
  197. "25":"y",
  198. "26":"y",
  199. "27":"y",
  200. "28":"y",
  201. "29":"y",
  202. "30":"y",
  203. "31":"y",
  204. "32":"y",
  205. "33":"y",
  206. "34":"y",
  207. "35":"y",
  208. "36":"y",
  209. "37":"y",
  210. "38":"y",
  211. "39":"y",
  212. "40":"y",
  213. "41":"y",
  214. "42":"y",
  215. "43":"y"
  216. },
  217. "ios_saf":{
  218. "3.2":"n",
  219. "4.0-4.1":"n",
  220. "4.2-4.3":"n",
  221. "5.0-5.1":"n",
  222. "6.0-6.1":"y x",
  223. "7.0-7.1":"y x",
  224. "8":"y x",
  225. "8.1-8.4":"y x",
  226. "9.0-9.2":"y x",
  227. "9.3":"y x",
  228. "10-10.1":"y x"
  229. },
  230. "op_mini":{
  231. "all":"n"
  232. },
  233. "android":{
  234. "2.1":"n",
  235. "2.2":"n",
  236. "2.3":"n",
  237. "3":"n",
  238. "4":"n",
  239. "4.1":"n",
  240. "4.2-4.3":"n",
  241. "4.4":"n",
  242. "4.4.3-4.4.4":"n",
  243. "53":"y"
  244. },
  245. "bb":{
  246. "7":"n",
  247. "10":"n"
  248. },
  249. "op_mob":{
  250. "10":"n",
  251. "11":"n",
  252. "11.1":"n",
  253. "11.5":"n",
  254. "12":"n",
  255. "12.1":"n",
  256. "37":"y"
  257. },
  258. "and_chr":{
  259. "54":"y"
  260. },
  261. "and_ff":{
  262. "50":"y"
  263. },
  264. "ie_mob":{
  265. "10":"n",
  266. "11":"n"
  267. },
  268. "and_uc":{
  269. "11":"n"
  270. },
  271. "samsung":{
  272. "4":"y"
  273. }
  274. },
  275. "notes":"Not all browsers with support for the Audio API also support media streams (e.g. microphone input). See the [getUserMedia/Streams API](/#feat=stream) data for support for that feature.\r\n\r\nFirefox versions < 25 support an alternative, deprecated audio API.\r\n\r\nChrome support [went through some changes](http://updates.html5rocks.com/2014/07/Web-Audio-Changes-in-m36) as of version 36.",
  276. "notes_by_num":{
  277. },
  278. "usage_perc_y":76.37,
  279. "usage_perc_a":0,
  280. "ucprefix":false,
  281. "parent":"",
  282. "keywords":"web-audio,webaudio,AudioContext,AudioBuffer,AudioNode",
  283. "ie_id":"webaudioapi",
  284. "chrome_id":"6261718720184320",
  285. "firefox_id":"webaudio",
  286. "webkit_id":"",
  287. "shown":true
  288. }