venepe / react-native-music-metadata

6 stars 15 forks source link

fixed iOS duration #11

Open FrankFundel opened 4 years ago

FrankFundel commented 4 years ago

Getting duration with AVAudioPlayer is async and should not be used. Instead use AVAsset. Fixes #10