aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/test_resampler.cpp
AgeCommit message (Expand)Author
2022-12-02Inline values for stream params in test_logging.cpp, undef defines in test to...Paul Adenot
2022-03-08Add a parameter to cubeb_resampler_create to enable reclockingPaul Adenot
2020-06-30resampler: avoid overflow on uint arithmeticsAlex Chronopoulos
2020-01-22resampler: avoid integer signed comparison mismatch (#570)Alex Chronopoulos
2020-01-21resampler: handle explicitly the case that input frames are less than output ...Alex Chronopoulos
2018-01-23Explicitly init stream_params.prefs in tests.Bryce Van Dyk
2018-01-12cubeb_resampler_speex: don't call data callback while draining (#398)Karl Tomlinson
2017-10-03Implement some rudimentary underrun protection for duplex streams (#354)Paul Adenot
2017-05-22Fix memory leaks in tests.Dan Glastonbury
2017-04-07Using gtest style's error message in cubeb (#274)Chun-Min Chang
2017-02-17audiounit: additional fix for drift cases (#235)Alex Chronopoulos
2017-02-06Fix test compilation when compiling inside Gecko.Paul Adenot
2017-02-06Allow buffering some input when using a noop resampler, and rename it because...Paul Adenot
2016-11-30Delete double newlines.Matthew Gregan
2016-11-11Always include "gtest/gtest.h" first.Matthew Gregan
2016-11-11Move gtests under general "cubeb" test case for better Gecko integration.Matthew Gregan
2016-11-11Allow building gtests as a single binary.Matthew Gregan
2016-11-11Move tests out of main into their own test.Matthew Gregan
2016-11-11Prefer binary comparison asserts over boolean asserts.Matthew Gregan
2016-11-11Convert tests to gtests.Matthew Gregan
2016-10-12Replace autotools build system with CMake.Matthew Gregan
2016-08-23test: Fix unused parameter warnings.Matthew Gregan
2016-04-12fclose the file in case of failure in fwrite in test_resampler.cpp.Andi-Bogdan Postelnicu
2016-03-25Disable test_resamplers_duplex for now, see #93.Paul Adenot
2016-03-25Fix input buffer generation in test_resamplers_duplex.Paul Adenot
2016-03-24Allow building test_resampler inside gecko.Paul Adenot
2016-03-24Enable asserts in test_resampler.cpp.Paul Adenot
2016-03-24Fix test_resampler build when no system speex is present.Matthew Gregan
2016-03-23Fix warnings in test_resampler.cpp.Paul Adenot
2016-03-23Fix the draining test that was failing because of the resampler internal buffer.Paul Adenot
2016-03-18Fix test_resampler.cpp to account for the processor API change.Paul Adenot
2016-03-09Fix link error on test_resampler build.Alex Chronopoulos
2016-03-07Add a test to make sure draining works properly when using a resampler.Paul Adenot
2016-03-07Add a test for output-only-noop-resampling.Paul Adenot
2016-02-17Review comments: Fix types in test_resamplers.cppPaul Adenot
2016-02-17Address review comments.Paul Adenot
2016-02-17Add a light test mode for test_resampler.cpp, and make it the default.Paul Adenot
2016-02-17Enable more tests in test_resampler.cppPaul Adenot
2016-02-06Add a test using the C API for the duplex resampler.Paul Adenot
2016-02-06Introduce a delay line.Paul Adenot
2016-02-06Add a resampler that can synchronously resample audio.Paul Adenot