Created
May 28, 2010 10:14
-
-
Save jeromeetienne/416992 to your computer and use it in GitHub Desktop.
alsa notes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ cat .asoundrc | |
pcm.!default iec958:U0xccd0x77 | |
TO GET ARECORD (good to test if mic work) | |
$ arecord -fcd -Dplughw:U0xccd0x77 -vv /dev/null | |
- apparently this is hard to put that in the .asoundrc | |
TO GET OUTPUT DEVICE | |
$ aplay -L | |
TO GET INPUT DEVICES | |
$ arecord -l | |
$ arecord -L | |
- dunno the difference between the two |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment