# HG changeset patch # User Chris Cannam # Date 1547737718 0 # Node ID 0773b34d987f67b2463b298a27387d9505d50c2a # Parent b67f5b6a797863b339abc1dedd6b3aee81da4faf We should now be able to get these from Ogg files, though this might not be working yet... diff -r b67f5b6a7978 -r 0773b34d987f data/fileio/test/EncodingTest.h --- a/data/fileio/test/EncodingTest.h Tue Jan 15 16:43:23 2019 +0000 +++ b/data/fileio/test/EncodingTest.h Thu Jan 17 15:08:38 2019 +0000 @@ -142,11 +142,11 @@ } else { -#if (!defined (HAVE_OGGZ) || !defined(HAVE_FISHSOUND)) - if (extension == "ogg") { - QSKIP("Lack native Ogg Vorbis reader, so won't be getting metadata"); - } -#endif +//#if (!defined (HAVE_OGGZ) || !defined(HAVE_FISHSOUND)) +// if (extension == "ogg") { +// QSKIP("Lack native Ogg Vorbis reader, so won't be getting metadata"); +// } +//#endif auto blah = reader->getInterleavedFrames(0, 10); @@ -215,11 +215,11 @@ return; } -#if (!defined (HAVE_OGGZ) || !defined(HAVE_FISHSOUND)) - if (extension == "ogg") { - QSKIP("Lack native Ogg Vorbis reader, so won't be getting metadata"); - } -#endif +//#if (!defined (HAVE_OGGZ) || !defined(HAVE_FISHSOUND)) +// if (extension == "ogg") { +// QSKIP("Lack native Ogg Vorbis reader, so won't be getting metadata"); +// } +//#endif AudioFileReaderFactory::Parameters params; AudioFileReader *reader =