ryanheise
ryanheise
I've already implemented those.
Yes it's a good idea to add more cross-platform convenience methods to `AudioSession` over time. Let me know how the individual platform methods work since they're untested. If they work...
Apple's documentation for [independent](https://developer.apple.com/documentation/avfaudio/avaudiosessionroutesharingpolicy/avaudiosessionroutesharingpolicyindependent) says: > Apps shouldn’t try to set this value directly. I wasn't able to get any exception on `longFormAudio`. Can you provide a minimal reproduction project?
Any update on this or is the issue resolved?
Are you able to create a minimal reproduction project to help me investigate?
Are you able to create a minimal reproduction project to help me investigate?
Thanks, both. Can either of you confirm whether the issue happens when running the example in this repository?
I tried both running and building the audio_session example, and couldn't reproduce the issue. What do I need to do to reproduce it? What do I need to put in...
I'm not really sure what I'm looking for here. Which one of the 11 subdirectories is the one that I should look at? the audio_session directory is empty.
Hmm, I had no errors building your project: ``` $ flutter build appbundle git:main 💪 Building with sound null safety 💪 Running Gradle task 'bundleRelease'... Note: /home/ryan/opt/flutter/.pub-cache/hosted/pub.dartlang.org/audio_session-0.1.5/android/src/main/java/com/ryanheise/audio_session/AndroidAudioManager.java uses or overrides...