Terranic

Results 14 comments of Terranic

Could you also offer webm/opus support which is a standard codec by chrome/edge. Because pcm creates too much traffic

Actually, the Mic -> Stream encoding works great with the MediaRecorder Browser API (e,g, react code: ``` mediaRecorder.current = new MediaRecorder(stream, { mimeType: 'audio/webm', audioBitsPerSecond: 16000 }); mediaRecorder.current.ondataavailable = (event)...

> For your information: I expect to release Flutter Sound 9.10 at the end of the week. It will support playback from stream on flutter web. At least PCM-INT16 and...

> Thank you @Terranic for your precious advices. The way you suggest could be a very good solution, if it works ... [Mozilla doc](https://developer.mozilla.org/en-US/docs/Web/API/BaseAudioContext/decodeAudioData) has this following notice about `decodeAudioData`...