Streampunk / naudiodon

Node.js stream bindings for PortAudio
Apache License 2.0
294 stars 80 forks source link

Record system output #47

Closed filahf closed 4 years ago

filahf commented 4 years ago

Hi,

Basically I want to record and stream the system output of the host. If this is possible how do I modify the inoptions to point to an output?

Thanks

michaelgira23 commented 4 years ago

Hi @filahf! Were you able to record the host's output with naudiodon? I'm trying to do the same thing. Thanks!

filahf commented 4 years ago

Hello, yes I was able to record the output by a workaround in windows. Have a look at Stereo mix, there are probably alternative solutions for other OS.

Good luck!

igorzgd commented 3 years ago

Hi @filahf can you pls explain/show how u did that on windows?

Thanks.

filahf commented 3 years ago

Hello @igorzgd I'm sorry but I cant remember how I managed to solve that with naudiodon. In my use case I ended up with the built in API from Electron. You can have a look at my app that stream system output to Sonos smartspeakers.

https://github.com/filahf/budgie-stream

igorzgd commented 3 years ago

@filahf Thanks 👍