Larpoux
Larpoux
> I/flutter (20896): │ #0 FlutterSoundPlayer._openPlayer (package:taudio/public/fs/flutter_sound_player.dart:728:15) > I/flutter (20896): │ [#1](https://github.com/Canardoux/flutter_sound/issues/1) FlutterSoundPlayer.openPlayer. (package:taudio/public/fs/flutter_sound_player.dart:720:11) > I/flutter (20896): ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄ > I/flutter (20896): │ ⚠️ Another openPlayer() in progress > I/flutter (20896):...
I am not an expert with Android. This is what I have in my app/build.gradle : ```gradle android { namespace = "xyz.canardoux.fluttersound.example" //compileSdk = flutter.compileSdkVersion //ndkVersion = flutter.ndkVersion ndkVersion =...
I am going to look if we can support Sdk 28/29 But not sure it will be easy to support a so old Android
I released Taudio 10.3.5. I fixes the bug : ```Exception has occurred. PlatformException (PlatformException(error, Attempt to invoke virtual method 'int android.media.AudioTrack.getPlayState()' on a null object reference, null, java.lang.NullPointerException: Attempt to...
Several users complained about the minSdk limit which is actually SDK 31. I am going to see why this limit, but this is probably because I use android features only...
I released Taudio 10.3.7. I check now that SDK >= 29 instead of 31. The problem is that I don't remember why the check was SDK 31. Probably it was...
Are you sure that _mPath is a valid file that is accessible and has a valid codec. You should launch your app through Chrome, and look to the chrome debugger....
Do you record to File, to Buffer or to Stream ?
You are recording to the _mPath file, with the _mCodec codec. The file is invalid until it is stopped.
Yes, you will not have this issue if you record to stream