Pour enregistrer un MP3 sous linux directement depuis sa carte son :

sox -t ossdsp -w -s -r 44100 -c 2 /dev/dsp -t raw - | lame -x -m s - ./test.mp3