aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_pcm_export.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* pcm/Order: new library to convert from FLAC to ALSA channel orderMax Kellermann2015-10-271-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
* Copyright year 2015Max Kellermann2015-01-011-1/+1
|
* output/alsa, pcm: rename "DSD over USB" to "DoP"Max Kellermann2014-08-311-1/+1
| | | | | The standard has been renamed since the early draft that was implemented in MPD.
* PcmExport: use class ConstBufferMax Kellermann2014-08-121-22/+19
|
* test/test_pcm: add PcmExport unit testMax Kellermann2014-08-121-0/+132