react-native-audio-streaming icon indicating copy to clipboard operation
react-native-audio-streaming copied to clipboard

[ANDROID] Audio file duration

Open cherniv opened this issue 8 years ago • 0 comments

I'm trying to get audio length on android. I did this as docs says: this.subscription = DeviceEventEmitter.addListener( 'AudioBridgeEvent', this._handler) This is what i see when i'm logging events, no event has duration property: android_audio_player_bug

cherniv avatar Apr 03 '17 09:04 cherniv