I’m making a website for someone who wants to have a constantly looping audio file that streams at the same time to all users. For instance, if a user were to access the website at 12:30, and the website were to have looped the audio file at 12, the user would hear the audio 30 minutes into the file. In
Tag: audio-streaming
Streaming into element
I would like to play audio from a web socket that sends packages of sound data of unknown total length. The playback should start as soon as the first package arrives and it should not be interrupted by new packages. What I have done so far: However, to my knowledge, it is not possible to extend the size of ArrayBuffer