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.h
Age
Commit message (
Expand
)
Author
2021-07-28
Run .clang-format
Chun-Min Chang
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
2017-07-29
mixer: Fix typo in output_buffer_length.
Matthew Gregan
2017-05-26
Add assertions to check we don't write out of bound of buffer
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
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
Downmix audio data on OSX
Chun-Min Chang
2017-02-07
Multiple channel support on OS X (#212)
Chun-Min Chang
2017-01-17
pulse: Multiple channel support on Linux (#207)
Chun-Min Chang
2016-12-22
Fix typo
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