python-sounddevice icon indicating copy to clipboard operation
python-sounddevice copied to clipboard

Have to Put WebCam Very Close to Mouth to Wire

Open leimao opened this issue 2 years ago • 1 comments

Hello,

I tried python-sounddevice for playing audio and recording audio using the play_file.py and the rec_unlimited.py examples with minor modification and they all worked fine.

However, when I tried the wire.py example, I will have to put my input device very close to my mouth so that I could hear a little bit poor sound from the speaker.

Does anyone know what's happening and how to fix the wire problem? Thank you.

PS: my input device is a Logitech C930e webcam and I think I have set the input and output device correctly.

leimao avatar Jun 11 '22 01:06 leimao

I don't know, sorry. The signal values are provided by the underlying PortAudio library, they are not changed by the Python bindings.

Did you check your OS mixer settings?

mgeier avatar Jul 15 '22 18:07 mgeier