zmxv / react-native-sound

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

Is it possible to retrieve the current output volume/amplitude of the media being played? #730

Open Nesh108 opened 3 years ago

Nesh108 commented 3 years ago

Description

The goal is to easily be able to the get current volume level of the video/audio being played, as it is being played. Something like a simple audio visualizer.

Is it possible with this library?

acollazomayer commented 1 year ago

@Nesh108 where you able to solve this?

Nesh108 commented 1 year ago

@acollazomayer Unfortunately, I did not find a way to solve this. I had to work around it and change the whole approach.