pcm/Order: new library to convert from FLAC to ALSA channel order
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
This commit is contained in:
@@ -126,6 +126,7 @@ class PcmExportTest : public CppUnit::TestFixture {
|
||||
CPPUNIT_TEST(TestPack24);
|
||||
CPPUNIT_TEST(TestReverseEndian);
|
||||
CPPUNIT_TEST(TestDop);
|
||||
CPPUNIT_TEST(TestAlsaChannelOrder);
|
||||
CPPUNIT_TEST_SUITE_END();
|
||||
|
||||
public:
|
||||
@@ -133,6 +134,7 @@ public:
|
||||
void TestPack24();
|
||||
void TestReverseEndian();
|
||||
void TestDop();
|
||||
void TestAlsaChannelOrder();
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user