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.c
Age
Commit message (
Expand
)
Author
2021-07-28
Run .clang-format
Chun-Min Chang
2021-02-17
Remove cubeb_stream_reset_default_device API.
Matthew Gregan
2020-10-28
Add first AAudio backend prototype
nyorain
2020-10-09
OSS (FreeBSD/illumos) backend (#600)
khng300
2020-10-07
Add method to change stream name
Brendan Early
2020-07-07
Bump the priority of audiounit-rust in default init
Chun-Min Chang
2020-04-29
Add a method to get audio input latency on a stream (#583)
Paul Adenot
2020-02-13
Increase input channel count limit.
Paul Adenot
2019-09-09
default_init: prefer sndio over alsa by default if installed
Jan Beich
2019-08-22
Remove panning API from cubeb
Paul Adenot
2019-07-12
Reintroduce output channel limit (255) in validate_stream_params.
Matthew Gregan
2019-06-12
sunaudio (NetBSD/illumos) backend (#510)
nia
2019-06-08
Add audiounit-rust backend (#511)
Chun-Min Chang
2019-03-30
Make sure data_callback and state_callback are not null (#496)
Chun-Min Chang
2018-10-18
Build and link pulse rust backend if available.
Alex Chronopoulos
2018-03-26
Remove output channel count limitation. (#433)
Jean-Yves Avenard
2018-03-19
Multi-channels support for windows/mac/linux (#426)
Jean-Yves Avenard
2018-02-13
Provide access to cubeb_stream's user ptr. (#407)
Dan Glastonbury
2017-07-07
Add an API to reset audio stream to the default device
Chun-Min Chang
2017-06-24
Change cubeb_get_min_latency to take params via pointer.
Dan Glastonbury
2017-05-29
cubeb: Change cubeb_device_collection_destroy to handle invalid data.
Dan Glastonbury
2017-05-25
Rework device collection (#309)
Dan Glastonbury
2017-05-22
Push destroy fns to backend (#302)
Dan Glastonbury
2017-04-18
Rename g_log_... to g_cubeb_log_...
Dan Glastonbury
2017-04-13
Extract wasapi invalid format message to cubeb_stream_init
Michael Maltese
2017-03-28
Add extern pulse_rust_init.
Dan Glastonbury
2017-03-14
Add a way to log messages asynchronously.
Paul Adenot
2017-03-13
cubeb-api: Give cubeb_init a third param, backend name
Damien Zammit
2017-01-25
Allow using a different release assert function in cubeb.
Paul Adenot
2017-01-20
Move jack_init below pulse_init in cubeb.c.
Matthew Gregan
2016-12-20
Support multiple channels on Windows (#171)
Chun-Min Chang
2016-11-30
Delete double newlines.
Matthew Gregan
2016-11-08
Make API visible cubeb_device_info members and cubeb_devid const.
Matthew Gregan
2016-10-27
Address comments for PR #176 post merge. (#177)
Paul Adenot
2016-10-25
Allow logging device enumeration
Paul Adenot
2016-10-12
Replace autotools build system with CMake.
Matthew Gregan
2016-10-10
Address review comments.
Paul Adenot
2016-10-10
Implement the logging system
Paul Adenot
2016-09-08
Remove unused/unmaintained DirectSound and AudioQueue backends.
Matthew Gregan
2016-07-29
Shuffle code around assert so that it does not trip up scan-build
Paul Adenot
2016-07-12
Adjust the latency validation in cubeb.c to reflect the interface change.
Paul Adenot
2016-06-07
wasapi,winmm: Fix various VS2015 analysis warnings.
Matthew Gregan
2016-04-21
Allow NULL callback for deregister
Alex Chronopoulos
2016-03-09
Remove deep copy and free of devid.
Alex Chronopoulos
2016-03-08
Implement full-duplex for audiounit backend.
Alex Chronopoulos
2016-01-22
Device notification for PulseAudio
Alex Chronopoulos
2016-01-22
Remove accidentally added callback == NULL check in cubeb_register_device_col...
Matthew Gregan
2016-01-22
API change for device notifications
Alex Chronopoulos
2016-01-21
cubeb_stream_init should take a cubeb_devid rather than a char const *.
Matthew Gregan
2016-01-20
Signature change for stream init and data callback
Alex Chronopoulos
[next]