Web Audio API Is a W3C Recommendation
1–10 of 33 posts
Re: Web Audio API Is a W3C Recommendation
#2Re: Web Audio API Is a W3C Recommendation
#3What effect will this have on the web, for somebody out of the loop?
Re: Web Audio API Is a W3C Recommendation
#4What effect will this have on the web, for somebody out of the loop?
Re: Web Audio API Is a W3C Recommendation
#5What effect will this have on the web, for somebody out of the loop?
Most of the Web Audio stuff has already been present in all major browsers for a little while, this mostly standardises what's already there. The main thing that this brings in that up until now was just a feature of Chrome is the AudioWorklet, so real-time low-level audio processing in JS worklets will work cross-browser when its implemented in the other browsers. It's very difficult to implement low-level audio pro…
Re: Web Audio API Is a W3C Recommendation
#6Re: Web Audio API Is a W3C Recommendation
#7Earlier quoted context omitted.
Most of the Web Audio stuff has already been present in all major browsers for a little while, this mostly standardises what's already there. The main thing that this brings in that up until now was just a feature of Chrome is the AudioWorklet, so real-time low-level audio processing in JS worklets will work cross-browser when its implemented in the other browsers. It's very difficult to implement low-level audio pro…
AudioWorklet (which allows you to work with audio sample-by-sample in a dedicated, high priority "thread") is available and works well in Firefox and the latest Safari. I haven't tried it in Edge, but I believe it's also working well.
Re: Web Audio API Is a W3C Recommendation
#8Re: Web Audio API Is a W3C Recommendation
#9What practical difference does the ceremony of ‘recommending’ make?
Re: Web Audio API Is a W3C Recommendation
#10What practical difference does the ceremony of ‘recommending’ make?