I am trying to stream an audio, I receive the chunks of octet-stream of audio as response from the api, and in the frontend i have to merge the chunks as i receive them and play the audio as one.
How can i merge them for smooth playing?
Trying to get this done in reactJS.