react-native-audio-recorder-player icon indicating copy to clipboard operation
react-native-audio-recorder-player copied to clipboard

is it possible to return all voice meter data when recording stopped

Open AlkanV opened this issue 1 year ago • 5 comments

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?

AlkanV avatar Aug 25 '22 11:08 AlkanV

I don't feel like I've fully understood your question. Could you kindly show something related? I am not a WhatsApp user 😔

hyochan avatar Oct 15 '22 12:10 hyochan

I understand his question. Can I return the audio metadata to show the audio waveform

xiaoosnggao avatar Feb 11 '23 15:02 xiaoosnggao

even i want to do something like this... but there are no much resources on how to do it

rohankm avatar Oct 11 '23 13:10 rohankm

Eventually i ended up saving the meter data each second.

AlkanV avatar Oct 21 '23 22:10 AlkanV

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

AashirRaz avatar Nov 10 '23 12:11 AashirRaz