johnsonsu/react-native-sound-player

Improvements

MikeCod opened this issue · 0 comments

Hello,

I would like few improvements :
An addEventListener() that would execute the function when the sound changes, and add another function to get the actual path to the sound.

These functions are very important and should be implemented.

My example
I want to code a chat where the user can play the audio from the chat. As there can be several audios on the screen, I need to know if the user wants to play another one. There's alternatives, but the implementation of these functions would be much more simple.

Good job for your project