audio_session icon indicating copy to clipboard operation
audio_session copied to clipboard

[Question] Can audio playback be started while app is in the background in IOS?

Open pamafe1976 opened this issue 1 year ago • 1 comments

Hi,

I need a way to start playback of a short audio file while the app is in the background. Is that possible for Android and IOS with this package?

Regards

pamafe1976 avatar Apr 26 '24 15:04 pamafe1976

I can't personally offer advice for individual use cases with this package, only that its purpose is to wrap whatever theAVAudioSession API does on iOS, and whatever the AudioManager API does on Android. You would probably need to research native solutions for Android and iOS first, and once you have a solution, look for a set of Flutter packages that provide the native APIs that you require.

ryanheise avatar Apr 27 '24 01:04 ryanheise