DeltaCircuit / react-media-recorder

react-media-recorder is a react component with render prop that can be used to record audio/video streams using MediaRecorder API.
https://npmjs.com/react-media-recorder
MIT License
497 stars 130 forks source link

previewAudioStream doesn't have any data #134

Open Codigo-Fuentes opened 8 months ago

Codigo-Fuentes commented 8 months ago

when i log and try to use the previewAudioStream it doesn't appear to have any data.

i am on 1.6.5 i downgraded per the following issue because latest wasn't working with nextjs

https://github.com/DeltaCircuit/react-media-recorder/issues/105#issuecomment-1316148883

it's possible i am doing something wrong the use of previewAudioStream not documented no example given.

piotrosmola commented 7 months ago

Hi @DeltaCircuit, same here - both previewAudioStream and previewStream does not have any data on the latest 1.6.6 version as well.