- JavaScript audio libraries are a mixed bag of features and APIs that aren't ergonomic for storytelling with Animotion. I decided to make a simple audio library where you can trim and add effects to audio using the Web Audio API.Apr 22, 2025 10:00
- I learned how the Web Audio API works and I'm pleased with the result — you can trim and fade sounds and looping works as expected even if you change the playback speed. svelte.dev/playground/5...