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_wasapi.cpp
Age
Commit message (
Expand
)
Author
2022-04-13
wasapi: Fail stream setup instead of asserting if device latency unavailable.
Matthew Gregan
2022-04-13
wasapi: Stop audio clients when render thread exits.
Matthew Gregan
2022-04-11
wasapi: Enumerate only active devices when matching BT output device.
Matthew Gregan
2022-04-11
wasapi: Avoid enumerating DEVICE_STATE_NOTPRESENT devices.
Matthew Gregan
2022-04-11
wasapi: Rework emergency_bailout mechanism.
Matthew Gregan
2022-03-30
audiounit,pulse,wasapi: Handle data_callback errors and signal to user via st...
Matthew Gregan
2022-03-24
Switch device only when the users don't specifiy a particular device (#697)
Chun-Min Chang
2022-03-24
Don't reset device if DISABLE_DEVICE_SWITCHING is set
Chun-Min Chang
2022-03-24
Fire error callback when reinit fails
Chun-Min Chang
2022-03-23
Make sure input latency is larger than zero
Chun-Min Chang
2022-03-23
Return matched device from wasapi_find_bt_handsfree_output_device
Chun-Min Chang
2022-03-23
Rename function
Chun-Min Chang
2022-03-23
highlight type cast
Chun-Min Chang
2022-03-23
Avoid duplicate GetDevicePeriod call
Chun-Min Chang
2022-03-23
Call wasapi_create_device only when necessary
Chun-Min Chang
2022-03-23
Don't reset input_bluetooth_handsfree when setting output
Chun-Min Chang
2022-03-23
Group related lines
Chun-Min Chang
2022-03-23
Get default_period only when we need it
Chun-Min Chang
2022-03-09
wasapi: Fix formatting.
Matthew Gregan
2022-03-08
Add a parameter to cubeb_resampler_create to enable reclocking
Paul Adenot
2022-03-03
wasapi: Protect access to cubeb context members.
Matthew Gregan
2022-02-28
wasapi: Avoid configuring output side of resampler when using dummy_output.
Matthew Gregan
2022-02-28
Assert device collection callbacks were unregistered before cubeb_destroy is ...
Matthew Gregan
2022-01-11
waspi: Simplify default devices query and avoid nullptr deref.
Matthew Gregan
2022-01-08
Build fixes for MinGW - follow up to 3d598eff576ea5939b63119d54a8a54183eec144.
Matthew Gregan
2022-01-07
wasapi: Speed up enumerate_devices by caching default device IDs for each flo...
Matthew Gregan
2021-10-12
wasapi: Use stream rate when converting latency to hns.
Matthew Gregan
2021-07-28
Run .clang-format
Chun-Min Chang
2021-07-27
wasapi: Avoid a few copies in `wasapi_find_matching_output_device`.
Matthew Gregan
2021-07-20
wasapi: Don't set AUDCLNT_STREAMFLAGS_NOPERSIST on IAudioClient (<3) streams....
Matthew Gregan
2021-07-13
Address review comments.
Paul Adenot
2021-07-13
Grab input frames on input available event and not on output available event
Paul Adenot
2021-07-13
Use long buffers for input
Paul Adenot
2021-07-13
Always use default buffer size
Paul Adenot
2021-07-13
Log input and output frames
Paul Adenot
2021-05-25
wasapi: Adjust output stream volume internally rather than using IAudioStream...
Matthew Gregan
2021-02-17
Remove cubeb_stream_reset_default_device API.
Matthew Gregan
2021-02-17
wasapi: Don't clear `device_enumerator` in {un,}register_notification_client.
Matthew Gregan
2021-01-19
Remove a static keyword to remove a warning.
Paul Adenot
2021-01-19
Fix two warnings in cubeb_wasapi.cpp.
Paul Adenot
2020-12-09
WASAPI: Fix potentially uninitialized pointer warning
Albert Liu
2020-12-07
WASAPI: Adjust PCM format tag based on configured bits per sample
Albert Liu
2020-11-16
Check various lengths before comparing the group id with the handsfree tag
Paul Adenot
2020-11-16
Fix typo in bluetooth handsfree tag
Paul Adenot
2020-10-09
Add stream preference to request a persistent stream session and implement th...
Admiral H. Curtiss
2020-10-07
Address review comments
Paul Adenot
2020-10-07
Don't use AUDCLNT_STREAMOPTIONS_RAW on MinGW, it's not defined yet.
Paul Adenot
2020-10-07
Make RAW WASAPI streams opt-in
Paul Adenot
2020-10-07
Pass in AUDCLNT_STREAMOPTIONS_RAW when possible when initializing an AudioClient
Paul Adenot
2020-10-07
Require at least the windows 8.1 SDK for building cubeb
Paul Adenot
[next]