Natural Sound
New member
I finally got around to hooking up my Bottlehead DAC and I'm having problems with the DAC detecting the correct sample rate. Please keep in mind that my system has been working flawlessly for a couple of years with all sample rates using a Micromega MyDAC.
It should also be noted that I've tried several boot up and USB connection sequences. MPD likes to see the DAC as being present during boot up or its not happy.
Here are the details.
44.1 and 88.2 and 176 files play fine
96 files show 88.2 and sound slow
192 files show as 176 and sound slow
Hardware PC Engines ALIX, USB Cable, supplied Supra. Also tried two other cables and Bottlehead DAC.
Software: Voyage Linux MPD Version: 0.9.5 (latest version)
aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: BHDACV1 [XMOS Bottlehead DAC BHDACV1], device 0: USB Audio [USB Audio]
Subdevices: 0/1
Subdevice #0: subdevice #0
mpd.conf
audio_output {
type "alsa"
name "Bottlehead DAC"
device "hw:0,0" #optional
# format "44100:16:2" optional
# mixer_device "default" optional
# mixer_control "PCM" optional
# mixer_index "0" optional
dsd_usb "yes"
}
NOTE: I tried to # out dsd_usb "yes" then restarting MPD and it didn't make any difference.
Here is an example of a 96 bitstream that the Bottlehead DAC sees as 88.2.
# cat /proc/asound/card0/pcm0p/sub0/hw_params
access: RW_INTERLEAVED
format: S32_LE
subformat: STD
channels: 2
rate: 96000 (96000/1)
period_size: 12000
buffer_size: 48000
Here is an example of a 192 bitstream that the Bottlehead DAC sees as 176.
# cat /proc/asound/card0/pcm0p/sub0/hw_params
access: RW_INTERLEAVED
format: S32_LE
subformat: STD
channels: 2
rate: 192000 (192000/1)
period_size: 24000
buffer_size: 96000
If there are any Linux guru's out there that can help I'd appreciate it.
It should also be noted that I've tried several boot up and USB connection sequences. MPD likes to see the DAC as being present during boot up or its not happy.
Here are the details.
44.1 and 88.2 and 176 files play fine
96 files show 88.2 and sound slow
192 files show as 176 and sound slow
Hardware PC Engines ALIX, USB Cable, supplied Supra. Also tried two other cables and Bottlehead DAC.
Software: Voyage Linux MPD Version: 0.9.5 (latest version)
aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: BHDACV1 [XMOS Bottlehead DAC BHDACV1], device 0: USB Audio [USB Audio]
Subdevices: 0/1
Subdevice #0: subdevice #0
mpd.conf
audio_output {
type "alsa"
name "Bottlehead DAC"
device "hw:0,0" #optional
# format "44100:16:2" optional
# mixer_device "default" optional
# mixer_control "PCM" optional
# mixer_index "0" optional
dsd_usb "yes"
}
NOTE: I tried to # out dsd_usb "yes" then restarting MPD and it didn't make any difference.
Here is an example of a 96 bitstream that the Bottlehead DAC sees as 88.2.
# cat /proc/asound/card0/pcm0p/sub0/hw_params
access: RW_INTERLEAVED
format: S32_LE
subformat: STD
channels: 2
rate: 96000 (96000/1)
period_size: 12000
buffer_size: 48000
Here is an example of a 192 bitstream that the Bottlehead DAC sees as 176.
# cat /proc/asound/card0/pcm0p/sub0/hw_params
access: RW_INTERLEAVED
format: S32_LE
subformat: STD
channels: 2
rate: 192000 (192000/1)
period_size: 24000
buffer_size: 96000
If there are any Linux guru's out there that can help I'd appreciate it.