| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add mono audio support to WASAPI | kobewi | 2023-04-28 | 1 | -1/+22 |
| * | Fix wait for thread not started | Samuele Panzeri | 2023-04-27 | 1 | -1/+3 |
| * | Merge pull request #69833 from Eoin-ONeill-Yokai/audio_invalid_mixrate | Rémi Verschelde | 2023-04-26 | 1 | -1/+1 |
| |\ |
|
| | * | Fix crash caused by invalid mix_rate assignment due to bogus | Eoin O'Neill | 2023-04-25 | 1 | -1/+1 |
| * | | [Windows] Cleanup COM library initialization/uninitialization. | bruvzg | 2023-04-10 | 1 | -4/+3 |
| |/ |
|
| * | Further refactoring to AudioDriver implementations after #69120. | Emmanouil Papadeas | 2023-02-09 | 1 | -8/+8 |
| * | Audio rename (device, capture_device) -> (output_device, input_device) | souplamp | 2023-01-31 | 1 | -81/+81 |
| * | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 1 | -29/+29 |
| * | Fallback to IAudioClient when IAudioClient3 is not available in a more robust... | Álex Román Núñez | 2022-11-10 | 1 | -35/+35 |
| * | Detect Wine and disable unsupported IAudioClient3 interface. | bruvzg | 2022-10-14 | 1 | -0/+23 |
| * | Merge pull request #64607 from RandomShaper/safe_audio_threading | Rémi Verschelde | 2022-08-25 | 1 | -16/+13 |
| |\ |
|
| | * | Make audio thread control flags safe | Pedro J. Estébanez | 2022-08-19 | 1 | -16/+13 |
| * | | Replace Array return types with TypedArray | kobewi | 2022-08-22 | 1 | -7/+7 |
| |/ |
|
| * | Fix some issues found by cppcheck. | bruvzg | 2022-04-06 | 1 | -1/+1 |
| * | Style: Cleanup single-line blocks, semicolons, dead code | Rémi Verschelde | 2022-02-16 | 1 | -2/+4 |
| * | Update copyright statements to 2022 | Rémi Verschelde | 2022-01-03 | 1 | -2/+2 |
| * | Fix crash in audio callback when recording audio | Benjamin Armstrong | 2021-11-16 | 1 | -8/+11 |
| * | Windows: Fix compilation warnings with GCC 11.2.1 | Rémi Verschelde | 2021-11-10 | 1 | -2/+12 |
| * | Make WASAPI return accurate latency information | Álex Román Núñez | 2021-10-06 | 1 | -1/+17 |
| * | Initialize AudioClientProperties | Frixuu | 2021-10-01 | 1 | -1/+1 |
| * | Fix startup warning - Property not found: `audio/output_latency` | Yuri Roubinsky | 2021-09-14 | 1 | -1/+1 |
| * | Merge pull request #38210 from benjarmstrong/wasapi-audio-output-latency | K. S. Ernest (iFire) Lee | 2021-08-22 | 1 | -17/+129 |
| |\ |
|
| | * | Fixed the audio 'output latency' project setting not appearing when using the... | Ben Armstrong | 2021-05-04 | 1 | -17/+129 |
| * | | Reorganize Project Settings | reduz | 2021-02-18 | 1 | -1/+1 |
| * | | Modernize Thread | Pedro J. Estébanez | 2021-01-29 | 1 | -8/+3 |
| * | | Update copyright statements to 2021 | Rémi Verschelde | 2021-01-01 | 1 | -2/+2 |
| * | | Reorganized core/ directory, it was too fatty already | reduz | 2020-11-07 | 1 | -1/+1 |
| |/ |
|
| * | Move mix_rate, ouput_latency to AudioDriverManager | Fabio Alessandrelli | 2020-05-18 | 1 | -1/+1 |
| * | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde | 2020-05-14 | 1 | -27/+0 |
| * | Port member initialization from constructor to declaration (C++11) | Rémi Verschelde | 2020-05-14 | 1 | -16/+4 |
| * | Replace NULL with nullptr | lupoDharkael | 2020-04-02 | 1 | -30/+30 |
| * | Reimplement Mutex with C++'s <mutex> | Pedro J. Estébanez | 2020-02-26 | 1 | -11/+2 |
| * | Remove duplicate WARN_PRINT macro. | Marcel Admiraal | 2020-02-05 | 1 | -1/+1 |
| * | Revert "Exposes capture methods to AudioServer + documentation" #30468 | Rémi Verschelde | 2020-01-20 | 1 | -5/+5 |
| * | Update copyright statements to 2020 | Rémi Verschelde | 2020-01-01 | 1 | -2/+2 |
| * | Fix compilation warnings in macOS build, enable `warnings=extra werror=yes` f... | bruvzg | 2019-10-24 | 1 | -1/+1 |
| * | Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/' | Braden Bodily | 2019-08-17 | 1 | -2/+1 |
| * | Exposes capture methods to AudioServer, variable renames for consistency, | Saracen | 2019-07-15 | 1 | -5/+5 |
| * | Fix compilation warnings in JS and Windows builds | Rémi Verschelde | 2019-06-15 | 1 | -8/+8 |
| * | Fix WASAPI driver not working when the device doesn't supports the mix format | Marcelo Fernandez | 2019-02-23 | 1 | -0/+26 |
| * | Extended WASAPI Initialize error message | Marcelo Fernandez | 2019-02-22 | 1 | -0/+1 |
| * | Update copyright statements to 2019 | Rémi Verschelde | 2019-01-01 | 1 | -2/+2 |
| * | Fix possible audio input buffer issues | Marcelo Fernandez | 2018-10-20 | 1 | -4/+1 |
| * | Remove redundant "== false" code | Aaron Franke | 2018-10-06 | 1 | -6/+5 |
| * | Remove redundant "== true" code | Aaron Franke | 2018-10-06 | 1 | -1/+1 |
| * | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde | 2018-09-12 | 1 | -2/+2 |
| * | Fix possible crash when switching audio device on WASAPI driver | Marcelo Fernandez | 2018-09-10 | 1 | -2/+3 |
| * | Add print_verbose to print to stdout only in verbose mode | Rémi Verschelde | 2018-08-24 | 1 | -4/+2 |
| * | MinGW compile fix | Marcelo Fernandez | 2018-08-11 | 1 | -2/+0 |
| * | Added pointer to WASAPI input_buffer_write method. | Saracen | 2018-07-27 | 1 | -2/+2 |