So basically from the server using websocket I am receiving chunks of audio data in the form of ArrayBuffer, so the DecodeAudioData api is not able to decode partial audio into sound, so I was previously using nodejs for the access to the speaker using speaker module and using function like speaker.write(message), now how do I do it in the frontend (Reactjs).
Tried DecodeAudioData api to decode but cannot do it since it cannot play partial audio
Harsh Singh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.