Changes

PulseAudio

459 bytes removed, 22:14, 25 March 2021
/* Testing audio input / microphone input from CLI */
The following lines were added (+) and removed (-):
We can test the default audio input device, or the only audio input device on a simplistic configuration{{:Arecord_alsa_audio_input_testing}} arecord -vvv -f dat /dev/nullWatch while the audio input levels are displayed as a percentage. We can specify an audio input device arecord -vvv --device="hw:1,0" -f dat /dev/null To figure out what audio input device is at hw: card,device use the following command arecord -lThe output look for "Card X" and on the same line "device X" to know the card,device combination to specify.
Bureaucrat, administrator
16,221
edits