dingusdev / dingusppc

An experimental emulator
GNU General Public License v3.0
200 stars 21 forks source link

kAudioObjectPropertyElementMaster has been explicitly marked deprecated #39

Open aperezbios opened 1 year ago

aperezbios commented 1 year ago

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 commented 1 year ago

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.