Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

asound.conf settings ignored #47

Open
Goyt opened this issue Jun 4, 2024 · 0 comments
Open

asound.conf settings ignored #47

Goyt opened this issue Jun 4, 2024 · 0 comments

Comments

@Goyt
Copy link

Goyt commented Jun 4, 2024

I have a /etc/asound.conf with some settings to limit sample rate to 44.1khz and format to 16 bit for my vintage external dac, this works in different audio players like plexamp but it is ignored by tidal-connect-docker. It might be an unusual usage case but is there any way to get tidal connect to follow the asound settings or effectively do the same thing?


/etc/asound.conf

pcm.!default {
 type plug
 slave {
 pcm "hw:CARD=sndallodigione,DEV=0"
 rate 44100
 format S16_LE
 }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant