serenadeai / speech-recorder

speech-recorder is a node.js module for streaming audio from a device's microphone and filtering for speech.
MIT License
87 stars 20 forks source link

duplex recording device (laptop audio) not recording from input #29

Closed korodarn closed 1 year ago

korodarn commented 1 year ago

In pavucontrol I have set my input audio device to use the microphone and this works with discord, but with this library I am getting the output audio recording instead of input.

I couldn't find documentation/example anywhere for how to change the input source. Is this possible to do, and if so, how?

Thanks!

tmacwill commented 1 year ago

apologies for the delayed response! thanks for the report, fixed in https://github.com/serenadeai/speech-recorder/commit/5c80bb69ce6af7e59b1158223b2b27714496013e.

korodarn commented 1 year ago

Thanks!