W dniu 09.05.2020 o 06:56, Doug McGarrett pisze:
On 5/8/20 1:21 AM, Adam Mizerski wrote:
W dniu 08.05.2020 o 07:08, Doug McGarrett pisze:
Is there some simple way to test a mic connected to the computer via usb port? When trying to set up skype, there was a test protocol, which I failed--it said the mic was not working. I haven't been able to get back to that particular routine again. There must be some way to plug in a mic and have some indication somewhere that it works. San someone please enlighten me? Thanx! --doug
One of possibilities: pactl load-module module-loopback latency_msec=1000
This makes PulseAudio server to play back your mic on your speakers. The latency argument is optional.
To unload: pactl unload-module module-loopback
No joy: linux-4qnb:/ # pactl load-module module-loopback latency_msec=1000 Connection failure: Connection refused pa_context_connect() failed: Connection refused linux-4qnb:/ # pactl unload-module module-loopback^C
--doug
Run it as your user, not root.