ALSA ์ฌ์ด๋์นด๋ ๋๋ผ์ด๋ฒ์ฉ ์ฌ์ด๋ ๋ ์ฝ๋. ๋ ๋ง์ ์ ๋ณด: https://manned.org/arecord.
arecord -vv --format=cd {{๊ฒฝ๋ก/๋์/ํ์ผ.wav}}
arecord -vv --format=cd --duration={{10}} {{๊ฒฝ๋ก/๋์/ํ์ผ.wav}}
arecord -vv --format=cd --file-type raw | lame -r - {{๊ฒฝ๋ก/๋์/ํ์ผ.mp3}}
arecord --list-devices
arecord --interactive
arecord -d 5 test-mic.wav && aplay test-mic.wav && rm test-mic.wav