Closed dfdgsdfg closed 4 years ago
https://github.com/ryanheise/just_audio/issues/158
Seems exoplayer2 parser error.
The Wave file generated by https://pub.dev/packages/flutter_audio_recorder.
It is just the wrong wave header problem.
https://github.com/rmbrone/flutter_audio_recorder/issues/11
Asset_player is working just fine.
Flutter Version
My version : 1.20.2
Lib Version
My version : 2.0.9 + 2
Platform (Android / iOS / web) + version
Platform: Android API 29
Describe the bug
Seems ExoPlayer fail then fallback to mediaplayer.
The first play is okay but after that, it does not play anymore without any error or any reaction.
Small code to reproduce