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

kAudioObjectPropertyElementMaster has been explicitly marked deprecated #39

Open
aperezbios opened this issue Dec 22, 2022 · 1 comment
Labels
building Issues trying to build the program

Comments

@aperezbios
Copy link

While compiling dingusppc under macOS Monterey, 12.6.2), a number of deprecation warnings are emitted, all if which appear to be the same:

kAudioObjectPropertyElementMaster' has been explicitly marked deprecated here
    kAudioObjectPropertyElementMaster API_DEPRECATED_WITH_REPLACEMENT("kAudioObjectPropertyElementMain", macos(10.0, 12.0), ios(2.0, 15.0), watchos(1.0, 8.0), tvos(9.0, 15.0)) = kAudioObjectPropertyElementMain
@maximumspatium
Copy link
Collaborator

Those seem to be related to the external cubeb library, see https://github.com/mozilla/cubeb/search?q=kAudioObjectPropertyElementMaster&type=
and should be fixed in the upstream.

Would you mind opening an issue in the Cubeb repository: https://github.com/mozilla/cubeb
Thanks.

@maximumspatium maximumspatium changed the title [BUG] kAudioObjectPropertyElementMaster has been explicitly marked deprecated kAudioObjectPropertyElementMaster has been explicitly marked deprecated Dec 23, 2022
@dingusdev dingusdev added the building Issues trying to build the program label Apr 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
building Issues trying to build the program
Projects
None yet
Development

No branches or pull requests

3 participants