guo-yu / player

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

Can't install in Node v0.11.14 #26

Closed q2dg closed 9 years ago

q2dg commented 9 years ago

Node-gyp gives some errors. One of them can be solved changing dependency version of node-speaker module in package.json from 0.0.10 to 0.2.1 (current). The other is related to node-lame module, wich can't be solved at the moment (see https://github.com/TooTallNate/node-lame/issues/27)...but I wanted to make reference here

guo-yu commented 9 years ago

Yep, may be node-lame is going to support next stable version of Node v0.12 or v1.0.0 ? :)

guo-yu commented 9 years ago

Hi @q2dg player module branch master has been updated to latest version of node-speaker and node-lame, which both are support node v0.12.x, you could check out branch master and test again.

These changes will be shipped in next version v0.4.0