kevinresol / react-native-sound-recorder

Simplest Sound Recorder for React Native
MIT License
119 stars 36 forks source link

Metadata is not coming in Android #54

Open ankita-ids opened 3 years ago

ankita-ids commented 3 years ago

While recording audio from android phone, we are not getting metadata but in IOS this is working fine. Because of this recorded audios are not playing in chrome or Firefox. Is anyone else facing similar issue?

kevinresol commented 3 years ago

What metadata?

ankita-ids commented 3 years ago

Channels, Audio Sample rate

kevinresol commented 3 years ago

I think you have to look into how MediaRecorder works on android, and perhaps we need some ways to instruct it to write the metadata, if it is not the default behaviour.