react-native-sound-recorder icon indicating copy to clipboard operation
react-native-sound-recorder copied to clipboard

Metadata is not coming in Android

Open ankita-ids opened this issue 4 years ago • 3 comments
trafficstars

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?

ankita-ids avatar Jun 04 '21 08:06 ankita-ids

What metadata?

kevinresol avatar Jun 04 '21 09:06 kevinresol

Channels, Audio Sample rate

ankita-ids avatar Jun 04 '21 09:06 ankita-ids

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.

kevinresol avatar Jun 04 '21 09:06 kevinresol