guo-yu / player

a command line player, supports play mp3 both from uri and local stream.
261 stars 66 forks source link

Warning output #58

Closed llaine closed 8 years ago

llaine commented 8 years ago

I'm getting this output when the player module is included in my script.

2015-12-18 16:42:22.628 node[1539:46341] 16:42:22.627 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.

The script


import Player from 'player';

var player = new Player(/* url.mp3 */);

npm version : 3.4.1 node version : 5.0.0

guo-yu commented 8 years ago

This might be a error throwed by a core-audio API on Mac OS X, player module depends on node-speaker to interact with native speaker.

llaine commented 8 years ago

You right, thank you.