aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/test_audio.cpp
AgeCommit message (Expand)Author
2019-08-22Remove panning API from cubebPaul Adenot
2018-10-18 tests: check correctly the audio buffer values range (BMO 1484541). (#461)Alex Chronopoulos
2018-03-19Multi-channels support for windows/mac/linux (#426)Jean-Yves Avenard
2018-01-23Explicitly init stream_params.prefs in tests.Bryce Van Dyk
2017-05-23Add backend specification support to common.hDan Glastonbury
2017-04-13tests: Remove code preferring floats on Win32Michael Maltese
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-01-24Test code simplification (#220)Sebastien Alaiwan
2017-01-23tests: don't duplicate code that can be parameterized by its type (#219)Sebastien Alaiwan
2016-12-20Support multiple channels on Windows (#171)Chun-Min Chang
2016-11-24pulse: Complete pulse_stream_set_panning implementation.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-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-20Update tests to have the latency in frames.Paul Adenot
2016-07-19Update a test to have the latency in frames.Paul Adenot
2016-01-20Signature change for stream init and data callbackAlex Chronopoulos
2016-01-14Remove use of nullptr in tests.Paul Adenot
2016-01-13Preparatory work for the input and duplex codePaul Adenot
2015-12-01test: Bump _XOPEN_SOURCE to 600 to fix FreeBSD builds.Jan Beich
2015-11-26tests: initialize XPCOM in Gecko builds.Matthew Gregan
2015-11-26tests: handle backends that do not support S16 (WASAPI) correctly.Matthew Gregan
2015-09-25test: return NULL if malloc fails in synth_create.Matthew Gregan
2014-11-28clarify and clean up handling of optional functions in the API. fixes #46.Matthew Gregan
2014-10-14jack backend: handle cubeb_stream_set_volume correctly. Add corresponding tes...Sebastien Alaiwan
2014-04-04Sync changes with gecko-dev version.Matthew Gregan