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
/
src
/
cubeb_mixer.cpp
Age
Commit message (
Expand
)
Author
2023-11-10
Consistently use double in the mixer
Paul Adenot
2021-12-04
mixer: Replace std::result_of with decltype.
Matthew Gregan
2021-07-28
Run .clang-format
Chun-Min Chang
2018-11-28
Don't use PLII matrices when downmixing.
Jean-Yves Avenard
2018-07-14
Always upmix mono to the first two channels if enough output channels are ava...
Jean-Yves Avenard
2018-07-10
Always upmix mono to the first two channels if enough output channels are ava...
Jean-Yves Avenard
2018-03-25
Don't use _popcnt intrinsec on windows. (#431)
Jean-Yves Avenard
2018-03-23
Eliminate warning from MixerContext constructor.
Dan Glastonbury
2018-03-23
Change cubeb_mixer_mix input to be const void *
Dan Glastonbury
2018-03-19
Multi-channels support for windows/mac/linux (#426)
Jean-Yves Avenard
2018-01-18
Fix issue 378: Pass through as more data as possible when upmixing
Chun-Min Chang
2017-07-29
mixer: Fix typo in output_buffer_length.
Matthew Gregan
2017-07-12
Skip mixing when layout is set to undefined
Alex Chronopoulos
2017-06-29
Fix mixer warnings
Chun-Min Chang
2017-06-02
Fix test_mixer fails on local build (#316)
Chun-Min Chang
2017-05-26
Add assertions to check we don't write out of bound of buffer
Chun-Min Chang
2017-05-26
Add osx-specific setting for downmixing test
Chun-Min Chang
2017-05-05
Do not mix audio when no frames come
Chun-Min Chang
2017-05-02
Use same mixer interface for wasapi and audiounit (#290)
Chun-Min Chang
2017-04-25
Make cubeb work with high channel count devices (#288)
Paul Adenot
2017-04-13
wasapi: Implement S16NE-format streams
Michael Maltese
2017-04-13
wasapi: Add and use class mixing_wrapper
Michael Maltese
2017-03-15
audiounit: Downmix audio on OSX (#234)
ChunMinChang
2017-03-15
Merge two downmix_3f2 into one
Chun-Min Chang
2017-03-15
Update mixer functions for using same buffer for input/output
Chun-Min Chang
2017-03-15
Special version of downmix_3f2 for OSX
Chun-Min Chang
2017-03-15
Allow same buffer for input and output of downmix_3f2
Chun-Min Chang
2017-03-15
Fix coding style issue
Chun-Min Chang
2017-03-15
Add mixing interface to wrap the downmixing beyond data type
Chun-Min Chang
2017-03-15
Fix weird commen indent and modify code for mix_remap
Chun-Min Chang
2017-03-15
Downmix audio data on OSX
Chun-Min Chang
2017-02-07
Multiple channel support on OS X (#212)
Chun-Min Chang
2016-12-22
Fix typo
Chun-Min Chang
2016-12-22
Warning fixes for cubeb_wasapi and changes from PR #171.
Chun-Min Chang
2016-12-21
Define cubeb_layout_map in cubeb_mixer.cpp rather than cubeb-internal.h.
Matthew Gregan
2016-12-20
Support multiple channels on Windows (#171)
Chun-Min Chang