wkloppen
Member
- Joined
- Mar 9, 2021
- Messages
- 46
- Likes
- 30
Hell Gents,
I'm running a raspberry Pi4b with usb dac, the SMSL Sanskrit 10-edition MK-II and soemtimes the MK-III. I recently played around with the D6S from SMSL used by a freind of mine.
I noticed the volume and mute function could not be controlled using alsa as this specifci interface was missing on teh D6S. When I run the amixer command on the MK-II or MK-III I get this. Volume control in Linn Kazoo with mixer_type set on "hardware" in mpd.conf effectively using alsa to control the volume is working very fast (ie: realtime) and very smooth.
I'm thinking about buying a new DAC but and I'm wandering how to get to know whether or not a DAC supports this or not. The DS6 certaibnly doesn't. I'm also looking at the SMSL DL100 or DL200 but I can't find any specs on that feature.
Below my setup with the smsl sanskrit MK-II connected using usb. With the D6S this command doesn't show these capabilities
MPD config
I'm running a raspberry Pi4b with usb dac, the SMSL Sanskrit 10-edition MK-II and soemtimes the MK-III. I recently played around with the D6S from SMSL used by a freind of mine.
I noticed the volume and mute function could not be controlled using alsa as this specifci interface was missing on teh D6S. When I run the amixer command on the MK-II or MK-III I get this. Volume control in Linn Kazoo with mixer_type set on "hardware" in mpd.conf effectively using alsa to control the volume is working very fast (ie: realtime) and very smooth.
I'm thinking about buying a new DAC but and I'm wandering how to get to know whether or not a DAC supports this or not. The DS6 certaibnly doesn't. I'm also looking at the SMSL DL100 or DL200 but I can't find any specs on that feature.
Below my setup with the smsl sanskrit MK-II connected using usb. With the D6S this command doesn't show these capabilities
Code:
root@vintage-audio-bussum:/# amixer
Simple mixer control 'SMSL USB AUDIO ',0
Capabilities: pvolume pswitch
Playback channels: Front Left - Front Right
Limits: Playback 0 - 127
Mono:
Front Left: Playback 127 [100%] [0.00dB] [on]
Front Right: Playback 127 [100%] [0.00dB] [on]
Simple mixer control 'SMSL USB AUDIO ',1
Capabilities: pvolume pvolume-joined pswitch pswitch-joined
Playback channels: Mono
Limits: Playback 0 - 127
Mono: Playback 127 [100%] [0.00dB] [on]
MPD config
Code:
audio_output {
type "alsa"
name "ALSA Default"
device "hw:0,0"
mixer_type "hardware"
mixer_control "SMSL USB AUDIO "
mixer_device "hw:0"
mixer_index "0"
dop "no"
stop_dsd_silence "no"
thesycon_dsd_workaround "no"
}