aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/test_duplex.cpp
AgeCommit message (Expand)Author
2024-03-06Only build duplex_collection_change_no_unregister when death tests are suppor...Mike Hommey
2023-11-10Non-functional change: clang-format testsPaul Adenot
2023-11-07In test_duplex loop back all input framesAndreas Pehrson
2023-04-26Skip a couple more tests when a backend can't use audio inputPaul Adenot
2023-04-26Don't run test_loopback and test_duplex on backends that can't open audio inputPaul Adenot
2023-04-26Prevent running test that make use of audio input streams on backends that do...Paul Adenot
2022-12-02Inline values for stream params in test_logging.cpp, undef defines in test to...Paul Adenot
2022-02-28Assert device collection callbacks were unregistered before cubeb_destroy is ...Matthew Gregan
2021-07-25Add a multiple input devices test (#651)Chun-Min Chang
2018-10-18 tests: check correctly the audio buffer values range (BMO 1484541). (#461)Alex Chronopoulos
2018-03-27Initialize cubeb_stream_params.prefs field in more tests to avoid random fail...Matthew Gregan
2018-01-26Fix deadlock and device collection changed callback issue on OSX (#401)Paul Adenot
2018-01-23Explicitly init stream_params.prefs in tests.Bryce Van Dyk
2017-06-24Change cubeb_get_min_latency to take params via pointer.Dan Glastonbury
2017-06-06audiounit: clear tsan warningsAlex Chronopoulos
2017-05-23Add backend specification support to common.hDan Glastonbury
2017-04-07Using gtest style's error message in cubeb (#274)Chun-Min Chang
2017-04-06Replace cubeb_cleaner and cubeb_stream_cleaner by unique_ptrChun-Min Chang
2017-04-06Using RAII helpers for cubeb context and stream but leaving test_sanity for e...Chun-Min Chang
2017-03-13cubeb-api: Give cubeb_init a third param, backend nameDamien Zammit
2017-02-06tests: expect audio instead of noise for input in testsAlex Chronopoulos
2016-12-20Support multiple channels on Windows (#171)Chun-Min Chang
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-11Convert tests to gtests.Matthew Gregan
2016-11-11Remove unnecessary XPCOM dependency from unit tests. BMO #1314514.Nicholas Nethercote
2016-11-03Revert "Remove unnecessary XPCOM dependency from unit tests. BMO #1314514."Matthew Gregan
2016-11-02Remove unnecessary XPCOM dependency from unit tests. BMO #1314514.Nicholas Nethercote
2016-08-23test: Fix unused parameter warnings.Matthew Gregan
2016-07-12Update tests for the new latency interface.Paul Adenot
2016-03-26Correct test_duplex name in xpcom.Alex Chronopoulos
2016-03-26Change _XOPEN_SOURCE version.Alex Chronopoulos
2016-03-23Remove double space.Paul Adenot
2016-02-19Implement input and duplex streams in the WASAPI backend.Paul Adenot
2016-02-17Address review comments.Paul Adenot
2016-02-06Add a test for duplex streams.Paul Adenot