How does MPD handle ALSA? #1792
-
Hello all, I have a custom ALSA-lib for my device to handle my soundcard correctly. Now, this lib does not work with MPD at the moment. When playbacking music via MPD how does this get handled? It seems like MPD never sends a command to alsa-lib to change the bitrate. Usually there would be a call to |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You mean sample rate, not bit rate?
[quotation needed] And here's my quotation right from the MPD source code: Lines 203 to 204 in 99885c4 This call has been working fine for MPD for the last 20 years. |
Beta Was this translation helpful? Give feedback.
You mean sample rate, not bit rate?
[quotation needed]
And here's my quotation right from the MPD source code:
MPD/src/lib/alsa/HwSetup.cxx
Lines 203 to 204 in 99885c4
This call has been working fine for MPD for the last 20 years.