-
Notifications
You must be signed in to change notification settings - Fork 777
Open
Labels
Description
I am trying to use getDuration() to determine when the user is at the end of their playback, but it is returning incorrect values. For example I have a 7 minute 12 second recording for which it should be returning something in the vicinity of 432 seconds, but it is currently returning approximately 410.5. This is on iOS, have not tested on Android. I know for sure the recording is 7 minutes and 12 seconds because I can sit there and listen to it, and watch the timer based on getCurrentTime() count all the way up..
EDIT: To add some more context for this, I was playing an .aac audio file recorded using the package react-native-audio
Yarkhan, s0lus and gaberoganlingumi