Mercurial > hg > svcore
changeset 1588:0773b34d987f bqaudiostream
We should now be able to get these from Ogg files, though this might not be working yet...
| author | Chris Cannam | 
|---|---|
| date | Thu, 17 Jan 2019 15:08:38 +0000 | 
| parents | b67f5b6a7978 | 
| children | 2f8ee436e858 | 
| files | data/fileio/test/EncodingTest.h | 
| diffstat | 1 files changed, 10 insertions(+), 10 deletions(-) [+] | 
line wrap: on
 line diff
--- 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 =
