#webaudioapi — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #webaudioapi, aggregated by home.social.
-
#TIL from building a web audio player (for the mixes):
#Safari's #opus support is still quirky. With a #webm container, playback works but AnalyserNodes won't receive anything to compute frequency data with. With #ogg, `getByteFrequencyData()` works, but the audio element calculates the wrong duration, prob. b/c it always assumes CBR. Also if you build the audio pipeline before the first user interaction in Safari, nothing will get routed to the speakers
But still, the #WebAudioAPI is awesome!
-
I just released the alpha of Web Audio Studio.
It's a browser-based tool for writing real Web Audio API code and visualizing the runtime graph it produces. You can inspect connections, follow signal flow, and insert analysers to see what's happening between nodes.
Everything runs locally in the browser. No signup. Desktop-only for now.
Would love feedback from anyone working with #WebAudio or #DSP.
-
Revisiting some old projects; I feel like I was onto something with Beep.js back in 2015 🎵😎🎹
https://stewartsmith.io/work/beep-js#BeepJS #music #synth #synthwave #synthesizer #WebAudio #WebAudioAPI #MIDI #WebMIDI #WebMIDIAPI #JS #JavaScript