Записать звук из флэша

$ cat ~/.asoundrc 
  pcm.teemp3 {
      type file
      format "raw"
      slave.pcm "default"
      file '|/usr/local/bin/lame -S -r -s %r --bitwidth %b -m j - /tmp/asound-$$.mp3'
  }
$ FLASH_ALSA_DEVICE=teemp3 firefox
-----------