Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AdvancedAudioPlayer fails to open files on MacCatalyst #782

Open
germisi opened this issue Jun 5, 2024 · 0 comments
Open

AdvancedAudioPlayer fails to open files on MacCatalyst #782

germisi opened this issue Jun 5, 2024 · 0 comments
Labels

Comments

@germisi
Copy link

germisi commented Jun 5, 2024

Superpowered version: Commit ref: dfd8063

Describe the bug
Opening files with AdvancedAudioPlayer fails on MacCatalyst. No events are returned, not even a PlayerEvent_OpenFailed.
One message I was able to catch from console: AQMEIO_HAL.cpp:874 kAudioDevicePropertyMute returned err 2003332927
Once I reverted the changes of the OpenSource/SuperpoweredIOSAudioIO.mm file the player was working again.

Steps to Reproduce
I was creating a basic app with AdvancedAudioPlayer targeted for MacCatalyst.

Expected behavior
AdvancedAudioPlayer emits an event after the open command either a PlayerEvent_Opened or a PlayerEvent_OpenFailed.

Actual behavior
AdvancedAudioPlayer crashes silently and the player does not work.

Device information
Please list which devices have this bug.

  • Device: 2019 MacbookPro with Intel i7
  • OS: Sonoma 14.4.1

Log messages
Indicating crash:
AQMEIO_HAL.cpp:874 kAudioDevicePropertyMute returned err 2003332927

@germisi germisi added the bug label Jun 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant