AudioNet / node-core-audio

Bindings for PortAudio giving JavaScript access to sound card samples (mostly unmaintained)
MIT License
330 stars 66 forks source link

Stream playing sound #28

Open bartmoons opened 10 years ago

bartmoons commented 10 years ago

Hi, I've been playing around with this module for a while now, but can't get it working the way I want. What I'm trying to achieve is broadcast the sound I hear from my speakers. Is this possible? I saw in another issue it isn't. Could you maybe point me in the right direction then? Any help would be highly appreciated!

sample-usr commented 10 years ago

Did you manage to find any solution for this?

Cactusbone commented 10 years ago

I nearly managed to do that, but it depends on your sound card drivers, (on windows at least) you must have a recording device called "what you hear" or something like that.

ZECTBynmo commented 10 years ago

See this issue https://github.com/ZECTBynmo/node-core-audio/issues/24

MTRNord commented 8 years ago

Any update on this or only the way that @Cactusbone did mention?