Mercurial > hg > svcore
diff data/fileio/test/AudioFileReaderTest.h @ 1326:54af1e21705c 3.0-integration
Update to use bqvec allocator for float vectors
author | Chris Cannam |
---|---|
date | Tue, 13 Dec 2016 15:23:21 +0000 |
parents | 4dbb7a7c9c28 |
children | 75ad55315db4 |
line wrap: on
line diff
--- a/data/fileio/test/AudioFileReaderTest.h Tue Dec 13 12:03:48 2016 +0000 +++ b/data/fileio/test/AudioFileReaderTest.h Tue Dec 13 15:23:21 2016 +0000 @@ -272,7 +272,7 @@ // more, though, so we can (a) check that we only get the // expected number back (if this is not mp3/aac) or (b) take // into account silence at beginning and end (if it is). - vector<float> test = reader->getInterleavedFrames(0, refFrames + 5000); + floatvec_t test = reader->getInterleavedFrames(0, refFrames + 5000); sv_frame_t read = test.size() / channels; bool perceptual = (extension == "mp3" ||