Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialPlamen Neshkov
18,236 PointsWarning when playing the applause sound
java[88785:4579032] 14:35:17.151 WARNING: 140: This application, or a library it uses, is using the deprecated Carbon Component Manager for hosting Audio Units. Support for this will be removed in a future release. Also, this makes the host incompatible with version 3 audio units. Please transition to the API's in AudioComponent.h.
Any idea what to use instead?
1 Answer
Clayton Perszyk
Treehouse Moderator 48,850 PointsHere's a github issue link: https://github.com/spatialaudio/python-sounddevice/issues/10.
It looks like something you can just ignore for now. It shouldn't be affecting the functionality of your app.