index
:
cubeb
384khz
aaudio-buffering
aaudio-by-default
aaudio-input-processing
aaudio-interpolation-and-latency
aaudio-reinit
aaudio-reset-params
aaudio-timeout-restart
android-fixes
buffer-count-opensl
const-fixes
crash-bluetooth
cubeb-log-atomic
cubeb_audio_client_3_CI
devchg_docs
firefox-100
fix-negative-latency
fix-negative-latency-aaudio
fix-tests
fix-warnings
get_max_req_size
higher-rate
master
no-exception-no-rtti
no-unlock
null-check
nullcheck-log
opensl-check-rv
opensl-float-conversion
opensl-record-return
opensl_asserts
processing-params
pulse-get-server-info-null
reclock
reclock-param
record-audio
register_cubeb_thread
resampler-rate-conversion-fix
resize-buf-aaudio
set-processing-params-none
test-multichannel
tsan-fixes
update-submodules
wasapi-no-direct-avrt
wasapi_render_loop_lifecycle
wasapi_render_loop_lifecycle_rebase
winmm-prefill
Cross platform audio library
mozilla
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
/
test_resampler.cpp
Age
Commit message (
Expand
)
Author
2017-05-22
Fix memory leaks in tests.
Dan Glastonbury
2017-04-07
Using gtest style's error message in cubeb (#274)
Chun-Min Chang
2017-02-17
audiounit: additional fix for drift cases (#235)
Alex Chronopoulos
2017-02-06
Fix test compilation when compiling inside Gecko.
Paul Adenot
2017-02-06
Allow buffering some input when using a noop resampler, and rename it because...
Paul Adenot
2016-11-30
Delete double newlines.
Matthew Gregan
2016-11-11
Always include "gtest/gtest.h" first.
Matthew Gregan
2016-11-11
Move gtests under general "cubeb" test case for better Gecko integration.
Matthew Gregan
2016-11-11
Allow building gtests as a single binary.
Matthew Gregan
2016-11-11
Move tests out of main into their own test.
Matthew Gregan
2016-11-11
Prefer binary comparison asserts over boolean asserts.
Matthew Gregan
2016-11-11
Convert tests to gtests.
Matthew Gregan
2016-10-12
Replace autotools build system with CMake.
Matthew Gregan
2016-08-23
test: Fix unused parameter warnings.
Matthew Gregan
2016-04-12
fclose the file in case of failure in fwrite in test_resampler.cpp.
Andi-Bogdan Postelnicu
2016-03-25
Disable test_resamplers_duplex for now, see #93.
Paul Adenot
2016-03-25
Fix input buffer generation in test_resamplers_duplex.
Paul Adenot
2016-03-24
Allow building test_resampler inside gecko.
Paul Adenot
2016-03-24
Enable asserts in test_resampler.cpp.
Paul Adenot
2016-03-24
Fix test_resampler build when no system speex is present.
Matthew Gregan
2016-03-23
Fix warnings in test_resampler.cpp.
Paul Adenot
2016-03-23
Fix the draining test that was failing because of the resampler internal buffer.
Paul Adenot
2016-03-18
Fix test_resampler.cpp to account for the processor API change.
Paul Adenot
2016-03-09
Fix link error on test_resampler build.
Alex Chronopoulos
2016-03-07
Add a test to make sure draining works properly when using a resampler.
Paul Adenot
2016-03-07
Add a test for output-only-noop-resampling.
Paul Adenot
2016-02-17
Review comments: Fix types in test_resamplers.cpp
Paul Adenot
2016-02-17
Address review comments.
Paul Adenot
2016-02-17
Add a light test mode for test_resampler.cpp, and make it the default.
Paul Adenot
2016-02-17
Enable more tests in test_resampler.cpp
Paul Adenot
2016-02-06
Add a test using the C API for the duplex resampler.
Paul Adenot
2016-02-06
Introduce a delay line.
Paul Adenot
2016-02-06
Add a resampler that can synchronously resample audio.
Paul Adenot