TooTallNate / node-speaker

Output PCM audio data to the speakers
650 stars 147 forks source link

Add configurable output device for ALSA backend #104

Closed rhclayto closed 6 years ago

rhclayto commented 7 years ago

This is my pull request for the changes I made in order to make it possible to select an output device, although only for the ALSA backend. Addresses the feature request at https://github.com/TooTallNate/node-speaker/issues/43 .

LinusU commented 7 years ago

Actually, I just realised that this is very similar to #91, might be good to go over both so we don't miss anything...

LinusU commented 6 years ago

Just merged #105 and released as version 0.4.1

device support is now live 🚀 thanks a ton to everyone who helped out with this!