| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix copyright headers referring to Godot | Spartan322 | 2024-10-27 | 2 | -4/+4 |
* | Rebrand preambles to Redot | Spartan322 | 2024-10-13 | 2 | -0/+4 |
* | [Drivers,Platform] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable | A Thousand Ships | 2023-09-12 | 1 | -2/+2 |
* | Add a `--audio-output-latency` command-line argument | Hugo Locurcio | 2023-08-17 | 1 | -1/+1 |
* | Style: Harmonize header includes in platform ports | Rémi Verschelde | 2023-06-08 | 1 | -2/+2 |
* | Fix crash caused by invalid mix_rate assignment due to bogus | Eoin O'Neill | 2023-04-25 | 1 | -2/+2 |
* | Further refactoring to AudioDriver implementations after #69120. | Emmanouil Papadeas | 2023-02-09 | 2 | -37/+37 |
* | Audio rename (device, capture_device) -> (output_device, input_device) | souplamp | 2023-01-31 | 2 | -36/+36 |
* | Merge pull request #72168 from RandomShaper/sensible_lock_return | Rémi Verschelde | 2023-01-27 | 1 | -1/+1 |
|\ |
|
| * | Booleanize various sync primitives' wait & locking methods | Pedro J. Estébanez | 2023-01-27 | 1 | -1/+1 |
* | | Convert en_GB spelling to en_US with codespell | Rémi Verschelde | 2023-01-23 | 1 | -1/+1 |
|/ |
|
* | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 2 | -58/+58 |
* | Merge pull request #64607 from RandomShaper/safe_audio_threading | Rémi Verschelde | 2022-08-25 | 1 | -0/+2 |
|\ |
|
| * | Make audio thread control flags safe | Pedro J. Estébanez | 2022-08-19 | 1 | -0/+2 |
* | | Replace Array return types with TypedArray | kobewi | 2022-08-22 | 2 | -7/+7 |
|/ |
|
* | Code quality: Fix header guards consistency | Rémi Verschelde | 2022-07-25 | 1 | -4/+4 |
* | Rename OSX to macOS and iPhoneOS to iOS. | bruvzg | 2022-07-21 | 2 | -13/+13 |
* | [macOS / iOS] Fix text-to-speech build with older macOS / iOS SDK. | bruvzg | 2022-05-10 | 1 | -2/+2 |
* | Fix some issues found by cppcheck. | bruvzg | 2022-04-06 | 1 | -4/+4 |
* | Style: Cleanup single-line blocks, semicolons, dead code | Rémi Verschelde | 2022-02-16 | 1 | -12/+14 |
* | Fix multiple missing UTF-8 decoding. | bruvzg | 2022-01-06 | 1 | -2/+2 |
* | Update copyright statements to 2022 | Rémi Verschelde | 2022-01-03 | 2 | -4/+4 |
* | Core: Drop custom `copymem`/`zeromem` defines | Rémi Verschelde | 2021-04-27 | 1 | -11/+11 |
* | Replace malloc's with Godot's memalloc macro | Ev1lbl0w | 2021-03-13 | 1 | -12/+18 |
* | Reorganize Project Settings | reduz | 2021-02-18 | 1 | -4/+4 |
* | Update copyright statements to 2021 | Rémi Verschelde | 2021-01-01 | 2 | -4/+4 |
* | 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 | -3/+3 |
* | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde | 2020-05-14 | 2 | -16/+0 |
* | Port member initialization from constructor to declaration (C++11) | Rémi Verschelde | 2020-05-14 | 2 | -23/+12 |
* | Replace NULL with nullptr | lupoDharkael | 2020-04-02 | 1 | -20/+20 |
* | SCons: Format buildsystem files with psf/black | Rémi Verschelde | 2020-03-30 | 1 | -1/+1 |
* | Reimplement Mutex with C++'s <mutex> | Pedro J. Estébanez | 2020-02-26 | 2 | -16/+4 |
* | Remove duplicate ERR_PRINT macro. | Marcel Admiraal | 2020-02-05 | 1 | -5/+5 |
* | Revert "Exposes capture methods to AudioServer + documentation" #30468 | Rémi Verschelde | 2020-01-20 | 1 | -7/+7 |
* | Update copyright statements to 2020 | Rémi Verschelde | 2020-01-01 | 2 | -4/+4 |
* | Fix compilation warnings in macOS build, enable `warnings=extra werror=yes` f... | bruvzg | 2019-10-24 | 1 | -4/+4 |
* | Exposes capture methods to AudioServer, variable renames for consistency, | Saracen | 2019-07-15 | 1 | -7/+7 |
* | Update copyright statements to 2019 | Rémi Verschelde | 2019-01-01 | 2 | -4/+4 |
* | Request mic access only when is needed | volzhs | 2018-12-14 | 1 | -1/+4 |
* | Moved member variables to initializer list | Wilson E. Alvarez | 2018-12-11 | 1 | -15/+11 |
* | Fix possible audio input buffer issues | Marcelo Fernandez | 2018-10-20 | 1 | -3/+2 |
* | Fixed issues with audio input on some Macs | Marcelo Fernandez | 2018-10-12 | 2 | -47/+159 |
* | Fix CoreMidi warnings | Marcelo Fernandez | 2018-10-04 | 1 | -3/+3 |
* | SCons: Build thirdparty code in own env, disable warnings | Rémi Verschelde | 2018-09-28 | 1 | -2/+0 |
* | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde | 2018-09-12 | 1 | -1/+2 |
* | Prevent CoreAudio driver failing on finish if Dummy driver was selected | Marcelo Fernandez | 2018-08-25 | 1 | -32/+35 |
* | Add print_verbose to print to stdout only in verbose mode | Rémi Verschelde | 2018-08-24 | 1 | -4/+2 |
* | Renamed AudioDriver audio_input_* vars to input_* | Marcelo Fernandez | 2018-07-27 | 2 | -19/+7 |
* | Added support for single channel inputs for CoreAudio | Marcelo Fernandez | 2018-07-27 | 2 | -9/+48 |