dingusppc icon indicating copy to clipboard operation
dingusppc copied to clipboard

kAudioObjectPropertyElementMaster has been explicitly marked deprecated

Open aperezbios opened this issue 1 year ago • 1 comments

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

aperezbios avatar Dec 22 '22 21:12 aperezbios

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 avatar Dec 23 '22 12:12 maximumspatium