```javascript LiveAudioStream.on("data", (data) => { // play the data as audio }); ``` I want to use this in socket, hence I don't want to export an audio file, and just want to play whatever I receive.
I want to use this in socket, hence I don't want to export an audio file, and just want to play whatever I receive.