Since upgrading to macOS 12.0.1 from 11.6 I am now getting this strange error in my debug console while running in Xcode 13.1:
2021-12-09 08:25:22.251548-0600 Test Player[66635:564515] [aqme] MEMixerChannel.cpp:1639 client <AudioQueueObject@0x7fd258943000; [0]; play> got error 2003332927 while sending format information
Through reading other posts and finding a site that shows information about various Apple API Errors, that site does not explain where to look or how to track down this error.
It appears the error is coming from CoreMediaIO specifically in CMIOHardware.h.
How do I get to the root of this error and fix it? It appears to not affect the compiling and running of the app, but I do not like to see these kinds of errors popping up.