Problem DAC Raspberry #2290
Unanswered
dantederrico
asked this question in
Q&A
Replies: 2 comments
-
Why do you need to enable DOP?, the DAC has native DSD support.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi guys I need a hand to configure the player on the raspberry pi. I have this dac card
https://www.audiophonics.fr/en/dac-and-interface-modules/audiophonics-evo-sabre-balanced-dac-2x-es9038q2m-usb-gpio-raspberry-pi-spdif-bluetooth-xlr-rca-p-14562.html
connected to the rasp via USB that works well. The only problem is I don't understand why if I play a file with a bitrate higher than 48k you can hear it but it doesn't appear on the card display. I tried to test with another player for example Audacius and it works perfectly. I modified the .conf file by setting Alsa but it seems that the player forces the audio to a maximum of that simple rate. Can you give me a hand? I'll leave you what I changed in the config file.
audio_output {
type "alsa"
name "EVO-SABRE USB DAC"
device "hw:1,0"
mixer_type "disabled"
dop "yes"
auto_resample "no"
auto_channels "no"
auto_format "no"
}
Beta Was this translation helpful? Give feedback.
All reactions