Created
June 30, 2017 10:29
-
-
Save kowalcj0/7130fa60d17c3d4cb0d0fb20452095c8 to your computer and use it in GitHub Desktop.
Fiio E17 Alsa config file 24bit 94kHz ~/.asoundrc
This file contains hidden or 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
# to get the name of the card do: | |
# cat /proc/asound/cards | |
# ... | |
# 2 [DACE17 ]: USB-Audio - FiiO USB DAC-E17 | |
# FiiO FiiO USB DAC-E17 at usb-0000:00:14.0-1.4, full speed | |
# or | |
# aplay -l | |
# ... | |
# card 2: DACE17 [FiiO USB DAC-E17], device 0: USB Audio [USB Audio] | |
# Subdevices: 1/1 | |
# Subdevice #0: subdevice #0 | |
# ... | |
# the name is the string that follows the card number. 2 in this case | |
pcm.DACE17{ | |
format S24_LE | |
rate 96000 | |
type hw | |
card 2 | |
device 0 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment