react-native-audio-record icon indicating copy to clipboard operation
react-native-audio-record copied to clipboard

Getting information from buffer

Open zhish3n opened this issue 6 years ago • 5 comments

So I am interested in this part here const chunk = Buffer.from(data, 'base64');. Would it be possible to get real-time information like amplitude by looking at each chunk?

zhish3n avatar Jun 30 '18 10:06 zhish3n

up

fhugoduarte avatar Sep 12 '18 13:09 fhugoduarte

Does anyone solve this?

scvgoe avatar Jun 30 '20 21:06 scvgoe

Also looking for an answer to this. Trying to create live audio visualizing when recording

erikvlarsson avatar Jul 08 '21 19:07 erikvlarsson

looking for that as well - did anyone solve that?

Anathapindika avatar Oct 18 '21 18:10 Anathapindika

solved it here: https://stackoverflow.com/questions/69619471/how-to-reconstruct-pcm-samples-from-raw-bytes

Anathapindika avatar Oct 20 '21 05:10 Anathapindika