aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_pcm_export.cxx (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-10-27pcm/Order: new library to convert from FLAC to ALSA channel orderMax Kellermann1-6/+64
This new library is integrated in the PcmExport class and (if enabled) converts MPD's channel order (= FLAC channel order) to ALSA channel order. This fixes: http://bugs.musicpd.org/view.php?id=3147 and http://bugs.musicpd.org/view.php?id=3255
2015-01-01Copyright year 2015Max Kellermann1-1/+1
2014-08-31output/alsa, pcm: rename "DSD over USB" to "DoP"Max Kellermann1-1/+1
The standard has been renamed since the early draft that was implemented in MPD.
2014-08-12PcmExport: use class ConstBufferMax Kellermann1-22/+19
2014-08-12test/test_pcm: add PcmExport unit testMax Kellermann1-0/+132