Difference between revisions of "Arecord"
From Notes_Wiki
(Created page with "<yambe:breadcrumb>Desktop_tools|Desktop tools</yambe:breadcrumb> =arecord= For recording sound in Linux use arecord command. Example invocation is: <pre> arecord -f cd -t...") |
m |
||
Line 1: | Line 1: | ||
[[Main Page|Home]] > [[CentOS]] > [[CentOS 6.x]] > [[Desktop tools]] > [[Arecord]] | |||
For recording sound in Linux use arecord command. Example invocation is: | For recording sound in Linux use arecord command. Example invocation is: | ||
Line 10: | Line 9: | ||
Refer https://www.freedesktop.org/wiki/Software/PulseAudio/FAQ/ and arecord man page for more details | Refer https://www.freedesktop.org/wiki/Software/PulseAudio/FAQ/ and arecord man page for more details | ||
[[Main Page|Home]] > [[CentOS]] > [[CentOS 6.x]] > [[Desktop tools]] > [[Arecord]] |
Latest revision as of 13:28, 24 August 2022
Home > CentOS > CentOS 6.x > Desktop tools > Arecord
For recording sound in Linux use arecord command. Example invocation is:
arecord -f cd -t wav --max-file-time 3600 --use-strftime %Y/%m/%d/listen-%H-%M-%v.wav
For automatic non-stop record enable automatic login for a user. Then through terminal or remote ssh of that user (and not root or other user), run arecord in background for unlimited non-stop recording.
Refer https://www.freedesktop.org/wiki/Software/PulseAudio/FAQ/ and arecord man page for more details
Home > CentOS > CentOS 6.x > Desktop tools > Arecord