zmxv / react-native-sound

React Native module for playing sound clips
MIT License
2.79k stars 747 forks source link

Is there an ability to get some loudness data in real time while playing a song? #677

Open kolyuchii opened 4 years ago

kolyuchii commented 4 years ago

Hi there!

I'd like to show some sort of audio visualisation when playing a soundtrack.

Same ability as react-native-audio AudioRecorder.onProgress = (data) => {...}

Is that possible with react-native-sound?

Thanks!