react-native-audio-recorder-player
react-native-audio-recorder-player copied to clipboard
is it possible to return all voice meter data when recording stopped
hello,
i am trying to build a whatsapp like voice messaging system, when a user record a audio, i would like to receive voice meter data related with recorded audio, i know this library returns metering related data while recording, so is it possible to append result object with those metering data?
I don't feel like I've fully understood your question. Could you kindly show something related? I am not a WhatsApp user 😔
I understand his question. Can I return the audio metadata to show the audio waveform
even i want to do something like this... but there are no much resources on how to do it
Eventually i ended up saving the meter data each second.
Eventually i ended up saving the meter data each second.
i just want to ask how you were showing the bars like in whatsapp , can you send a code snippet