skamp
Aka: HeadFiend, BatFi
- Joined
- Oct 8, 2008
- Posts
- 1,334
- Likes
- 94
How many times does it need to be said: USB 1.1 is NOT limited to 48kHz.
Originally Posted by skamp /img/forum/go_quote.gif How many times does it need to be said: USB 1.1 is NOT limited to 48kHz. |
card 0: Intel [HDA Intel], device 0: AD198x Analog [AD198x Analog] Subdevices: 1/1 Subdevice #0: subdevice #0 card 1: HDMI [HDA ATI HDMI], device 3: ATI HDMI [ATI HDMI] Subdevices: 1/1 Subdevice #0: subdevice #0 card 2: default [USB Audio DAC ], device 0: USB Audio [USB Audio] Subdevices: 0/1 Subdevice #0: subdevice #0 |
pcm.!default { type hw card "default" } ctl.!default { type hw card "default" } |
audio_output { type "alsa" name "default" device "plughw:2,0" #have to change this entry sometimes because the device has not always the same "number" (depends on when it's loaded by Kernel?) } |
audio_output { type "alsa" name "SPDIF" device "cards.pcm.iec958" } |
gav7 ~ # cat /proc/asound/card1/stream0 | grep Rates Rates: 32000, 44100, 48000 Rates: 32000, 44100, 48000 gav7 ~ # aplay -l **** List of PLAYBACK Hardware Devices **** ... card 1: PCM2702 [Burr-Brown Japan PCM2702], device 0: USB Audio [USB Audio] Subdevices: 0/1 Subdevice #0: subdevice #0 gav7 ~ # uname -a Linux gav7 2.6.23-sabayon-r1 #1 SMP Fri Nov 23 05:27:12 MSK 2007 i686 Intel(R) Celeron(R) M processor 900MHz GenuineIntel GNU/Linux |
[left]aplay -l **** List of PLAYBACK Hardware Devices **** card 0: default [USB Audio DAC ], device 0: USB Audio [USB Audio] Subdevices: 1/1 Subdevice #0: subdevice #0 cat /proc/asound/card0/stream* | grep Rates Rates: 32000, 44100, 48000 Rates: 32000, 44100, 48000[/left]