How to access microphone from terminal?
Hello!
How to access microphone from terminal?
Something like
cat /dev/dsp >> sound.raw
I found only /dev/dsp_debug, not sure is it right?
Hello!
How to access microphone from terminal?
Something like
cat /dev/dsp >> sound.raw
I found only /dev/dsp_debug, not sure is it right?
To record,
parec filename
Ctrl+C to stop. File will be recorded in a raw audio format. Try --help
for options.
To play back,
pacat filename
Asked: 2015-02-03 12:36:45 +0300
Seen: 984 times
Last updated: Feb 03 '15
/dev/dsp is very old OSS stuff and deprecated since forever, more or less.
onion ( 2017-05-30 11:18:38 +0300 )