LXG19961206
LXG19961206
### Is your feature request related to a problem? Please describe. a simple code example here... // js let blob = new Blob(["hello world"], {type: "text/plain;charset=utf-8"}); await ReceiveBlob(blob) // wails...
I config flutter_sound as its example. AudioSession config like this await session.configure(AudioSessionConfiguration( avAudioSessionCategory: AVAudioSessionCategory.playAndRecord, avAudioSessionCategoryOptions: AVAudioSessionCategoryOptions.allowBluetooth | AVAudioSessionCategoryOptions.defaultToSpeaker, avAudioSessionMode: AVAudioSessionMode.spokenAudio, avAudioSessionRouteSharingPolicy: AVAudioSessionRouteSharingPolicy.defaultPolicy, avAudioSessionSetActiveOptions: AVAudioSessionSetActiveOptions.none, androidAudioAttributes: const AndroidAudioAttributes( contentType: AndroidAudioContentType.speech, flags:...
## Flutter Sound Version : - **FULL** or **LITE** flavor ? - **Important**: Result of the command : ```flutter pub deps | grep flutter_sound``` ---------------------------------------------------------- ## Severity - Crash ?...