aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cubeb_mixer.h
AgeCommit message (Expand)Author
2021-07-28Run .clang-formatChun-Min Chang
2018-03-23Change cubeb_mixer_mix input to be const void *Dan Glastonbury
2018-03-19Multi-channels support for windows/mac/linux (#426)Jean-Yves Avenard
2017-07-29mixer: Fix typo in output_buffer_length.Matthew Gregan
2017-05-26Add assertions to check we don't write out of bound of bufferChun-Min Chang
2017-05-02Use same mixer interface for wasapi and audiounit (#290)Chun-Min Chang
2017-04-25Make cubeb work with high channel count devices (#288)Paul Adenot
2017-04-13wasapi: Implement S16NE-format streamsMichael Maltese
2017-04-13wasapi: Add and use class mixing_wrapperMichael Maltese
2017-03-15Allow same buffer for input and output of downmix_3f2Chun-Min Chang
2017-03-15Fix coding style issueChun-Min Chang
2017-03-15Add mixing interface to wrap the downmixing beyond data typeChun-Min Chang
2017-03-15Downmix audio data on OSXChun-Min Chang
2017-02-07Multiple channel support on OS X (#212)Chun-Min Chang
2017-01-17pulse: Multiple channel support on Linux (#207)Chun-Min Chang
2016-12-22Fix typoChun-Min Chang
2016-12-21Define cubeb_layout_map in cubeb_mixer.cpp rather than cubeb-internal.h.Matthew Gregan
2016-12-20Support multiple channels on Windows (#171)Chun-Min Chang