**OBSOLETE POST**
Vortexbox Player (and most other MPD clients) allow you to contol volume digitally. When playing back ripped cds in 16/44.1 it's best not to employ digital volume control as you drop 8 bits of data. The solution is to add 8 bits in the first place so nothing is lost when digital volume control is employed. MPD can do this and it's pretty easy to do without much cpu usage. Further upsampling may be cpu intensive. Also, keep in mind that a 16 bit dac may have an issue with this change. The old saying applies…trust, but verify!
If you want to try it out add the following to the mpd configuration file in your output section between { }:
format "*:24:*"
mixer_type "software"
Then add add the following to the mpd configuration file outside of the output section:
samplerate_converter "Best Sinc Interpolator"
sonorejr


Reply With Quote
Bookmarks