aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cubeb_mixer.cpp
AgeCommit message (Expand)Author
2023-11-10Consistently use double in the mixerPaul Adenot
2021-12-04mixer: Replace std::result_of with decltype.Matthew Gregan
2021-07-28Run .clang-formatChun-Min Chang
2018-11-28Don't use PLII matrices when downmixing.Jean-Yves Avenard
2018-07-14Always upmix mono to the first two channels if enough output channels are ava...Jean-Yves Avenard
2018-07-10Always upmix mono to the first two channels if enough output channels are ava...Jean-Yves Avenard
2018-03-25Don't use _popcnt intrinsec on windows. (#431)Jean-Yves Avenard
2018-03-23Eliminate warning from MixerContext constructor.Dan Glastonbury
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
2018-01-18Fix issue 378: Pass through as more data as possible when upmixingChun-Min Chang
2017-07-29mixer: Fix typo in output_buffer_length.Matthew Gregan
2017-07-12Skip mixing when layout is set to undefinedAlex Chronopoulos
2017-06-29Fix mixer warningsChun-Min Chang
2017-06-02Fix test_mixer fails on local build (#316)Chun-Min Chang
2017-05-26Add assertions to check we don't write out of bound of bufferChun-Min Chang
2017-05-26Add osx-specific setting for downmixing testChun-Min Chang
2017-05-05Do not mix audio when no frames comeChun-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-15audiounit: Downmix audio on OSX (#234)ChunMinChang
2017-03-15Merge two downmix_3f2 into oneChun-Min Chang
2017-03-15Update mixer functions for using same buffer for input/outputChun-Min Chang
2017-03-15Special version of downmix_3f2 for OSXChun-Min Chang
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-15Fix weird commen indent and modify code for mix_remapChun-Min Chang
2017-03-15Downmix audio data on OSXChun-Min Chang
2017-02-07Multiple channel support on OS X (#212)Chun-Min Chang
2016-12-22Fix typoChun-Min Chang
2016-12-22Warning fixes for cubeb_wasapi and changes from PR #171.Chun-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