# HG changeset patch # User Oleksandr Gavenko # Date 1482970369 -7200 # Node ID d9db332019980e1e86f3a4061697e2a8a89dca12 # Parent 889bb096383527387a70100ec7b06058adb6fea2 Record from microphone. diff -r 889bb0963835 -r d9db33201998 audio.rst --- a/audio.rst Thu Dec 29 02:10:37 2016 +0200 +++ b/audio.rst Thu Dec 29 02:12:49 2016 +0200 @@ -46,8 +46,11 @@ ====================== :: + $ arecord out.wav $ arecord -f cd -t raw | oggenc -r -o out.ogg - $ arecord -f cd -t raw | lame -r - out.mp3 + $ sox -t alsa default out.wav + $ audacity & Check HDA params. =================