TooTallNate / node-speaker

Output PCM audio data to the speakers
651 stars 146 forks source link

Update libmpg123 #68

Open skeggse opened 8 years ago

skeggse commented 8 years ago

It looks like the version of libmpg123 currently packed with node-speaker is a couple years old. Maybe we could update to a newer version? I'm having problems with the audio output cutting out too soon, maybe this would help.

dy commented 8 years ago

@skeggse updated with @0.3.0

vectrixdevelops commented 8 years ago

@dfcreative will you still be updating libmpg123? As I see it was not updated in 0.3.0.

dy commented 8 years ago

@ConnorHartley I don't manage this repo, for me updating makes sense as long as something is broken, not else. So please make a PR and direct question to @TooTallNate.

cara commented 7 years ago

+1

boedy commented 4 years ago

How much work would be required to update the libmpg123 package? Currently the core-audio backend is not fully functional (https://github.com/TooTallNate/node-speaker/issues/92) on Mac. I believe upgrading libmpg123 will fix this.

I've attempted upgrading myself, but with no prior experience with the gyp build system I quickly ran into issues which made me give up.