MrNice <wxcvbn2006 <at> iol.ie> writes: > $ ffmpeg -f alsa -channel_layout stereo -i hw:0,0 Why are you using -channel_layout stereo? Is the following working? $ ffmpeg -f alsa -i hw:0,0 out.wav Please test current FFmpeg git head. Carl Eugen