jbclements / RSound

A cross-platform sound library for DrRacket
http://www.brinckerhoff.org/clements
Other
45 stars 11 forks source link

OS X Deprecation Warning #20

Open magnusmorton opened 8 years ago

magnusmorton commented 8 years ago

on OS X El Capitan, after I call (play ding) I get the following warning:

2016-05-07 10:55:29.298 racket[11763:764945] 10:55:29.298 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.
"played sound"
jbclements commented 8 years ago

This warning comes from portaudio. It looks like there's a lot of new work on Portaudio, so I'd like to rebuild, but they haven't had a stable release since 2014. I'm hoping for a stable release soon. In the meantime, you should feel free to ignore this warning unless you believe it's causing other problems for you.

jbclements commented 8 years ago

Actually, I should leave this open, as a reminder to build against a new stable version when it's released....

jbclements commented 7 years ago

New stable release of underlying portaudio being tested. Almost ready to fix this!