audio_session icon indicating copy to clipboard operation
audio_session copied to clipboard

Results 65 audio_session issues
Sort by recently updated
recently updated
newest added

Hi @ryanheise , I have been stuck at trying to identify why I can't get the microphone to be release after stopping recording. A user can see this in the...

Hi Ryanheise, I am facing a problem in an audio session listening for interruptions in ios. In android, streaming is working properly, while in ios it has a delay of...

audio_session: ^0.1.8 Here is what I added: ``` target 'Runner' do use_frameworks! use_modular_headers! flutter_install_all_ios_pods __dir__ end post_install do |installer| installer.pods_project.targets.each do |target| flutter_additional_ios_build_settings(target) # ADD THE NEXT SECTION target.build_configurations.each do...

I am facing this issue in IOS when I build with platform below 12.0. It works fine when I build with 12.0 or greater

@ryanheise Continuing from this issue: https://github.com/ryanheise/audio_session/issues/27 Bug steps: 1) Play a music on Spotify (IOS) 2) Play an audio from assets. 3) Spotify is ducking while the audio file is...

I am investigating the possibilities of selecting the input port/audio source/microphone for recordings being done on the device. Ideally these can be selected independently from the audio output. A use...

Flutter doctor: (I don't use android on Mac) ``` [✓] Flutter (Channel stable, 3.0.2, on macOS 12.4 21F79 darwin-arm, locale en-US) [!] Android toolchain - develop for Android devices (Android...

How to play audio and record at the same time. I am using this configuration but the audio play sound is low. @ryanheise ``` await session.configure(const AudioSessionConfiguration( avAudioSessionCategory: AVAudioSessionCategory.playAndRecord, avAudioSessionCategoryOptions:...

Hi, When trying to run my app on iOS 12 it crashes with the following message: dyld: Library not loaded: /System/Library/Frameworks/AVFAudio.framework/AVFAudio Referenced from: /Users/hennie/Library/Developer/CoreSimulator/Devices/E29CF1A8-DF5D-4202-8758-649CEB6077CB/data/Containers/Bundle/Application/BA9BDD13-3C82-4C97-BF4A-E9A4AD758415/Runner.app/Frameworks/audio_session.framework/audio_session Reason: image not found