tlenclos / react-native-audio-streaming

iOS & Android react native module to play an audio stream, with background support and media controls
MIT License
781 stars 255 forks source link

[ANDROID] Audio file duration #84

Open cherniv opened 7 years ago

cherniv commented 7 years ago

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