bevyengine / bevy

A refreshingly simple data-driven game engine built in Rust
https://bevyengine.org
Apache License 2.0
36.24k stars 3.57k forks source link

IOS Audio stops if user switches receives a call #12693

Open Braymatter opened 7 months ago

Braymatter commented 7 months ago

Bevy version

Bevy 0.13.0

System information

iPhone 11, ios 17.2.1 If your bug is rendering-related, copy the adapter info that appears when you run Bevy.

What you did

Was playing a cool bevy game on my phone, received a call. When I resumed bevy app, there was no audio until I manually restarted the application.

Normal Task switching does not seem to trigger this behavior

Seldom-SE commented 7 months ago

(For reference, I'm part of the team making the cool bevy game) It may actually be a problem with bevy_kira_audio, since we use that for all our audio