Building an Audio-loop Player on the Web ๐โป๏ธ
- Published on
- Time to read
- 7 mins read โ
In July, I built Tranquil, a very simple web-app that allows you to create your own mix of environmental sounds. I have always loved the sounds of nature such as the rain ๐ง๏ธ , the blowing wind ๐ , the sound of waves hitting the shore ๐๏ธ , etc.
I thought the project would be super simple. I should probably be able to just put
some <audio>
elements with loop="true"
on them, right? Well, as it turned out, it wasn't that
straightforward.