Age | Commit message (Expand) | Author |
2023-02-09 | Further refactoring to AudioDriver implementations after #69120. | Emmanouil Papadeas |
2023-01-31 | Audio rename (device, capture_device) -> (output_device, input_device) | souplamp |
2023-01-27 | Merge pull request #72168 from RandomShaper/sensible_lock_return | Rémi Verschelde |
2023-01-27 | Booleanize various sync primitives' wait & locking methods | Pedro J. Estébanez |
2023-01-23 | Convert en_GB spelling to en_US with codespell | Rémi Verschelde |
2023-01-05 | One Copyright Update to rule them all | Rémi Verschelde |
2022-08-25 | Merge pull request #64607 from RandomShaper/safe_audio_threading | Rémi Verschelde |
2022-08-22 | Replace Array return types with TypedArray | kobewi |
2022-08-19 | Make audio thread control flags safe | Pedro J. Estébanez |
2022-07-25 | Code quality: Fix header guards consistency | Rémi Verschelde |
2022-07-21 | Rename OSX to macOS and iPhoneOS to iOS. | bruvzg |
2022-05-10 | [macOS / iOS] Fix text-to-speech build with older macOS / iOS SDK. | bruvzg |
2022-04-06 | Fix some issues found by cppcheck. | bruvzg |
2022-02-16 | Style: Cleanup single-line blocks, semicolons, dead code | Rémi Verschelde |
2022-01-06 | Fix multiple missing UTF-8 decoding. | bruvzg |
2022-01-03 | Update copyright statements to 2022 | Rémi Verschelde |
2021-04-27 | Core: Drop custom `copymem`/`zeromem` defines | Rémi Verschelde |
2021-03-13 | Replace malloc's with Godot's memalloc macro | Ev1lbl0w |
2021-02-18 | Reorganize Project Settings | reduz |
2021-01-01 | Update copyright statements to 2021 | Rémi Verschelde |
2020-11-07 | Reorganized core/ directory, it was too fatty already | reduz |
2020-05-18 | Move mix_rate, ouput_latency to AudioDriverManager | Fabio Alessandrelli |
2020-05-14 | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde |
2020-05-14 | Port member initialization from constructor to declaration (C++11) | Rémi Verschelde |
2020-04-02 | Replace NULL with nullptr | lupoDharkael |
2020-03-30 | SCons: Format buildsystem files with psf/black | Rémi Verschelde |
2020-02-26 | Reimplement Mutex with C++'s <mutex> | Pedro J. Estébanez |
2020-02-05 | Remove duplicate ERR_PRINT macro. | Marcel Admiraal |
2020-01-20 | Revert "Exposes capture methods to AudioServer + documentation" #30468 | Rémi Verschelde |
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde |
2019-10-24 | Fix compilation warnings in macOS build, enable `warnings=extra werror=yes` f... | bruvzg |
2019-07-15 | Exposes capture methods to AudioServer, variable renames for consistency, | Saracen |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2018-12-14 | Request mic access only when is needed | volzhs |
2018-12-11 | Moved member variables to initializer list | Wilson E. Alvarez |
2018-10-20 | Fix possible audio input buffer issues | Marcelo Fernandez |
2018-10-12 | Fixed issues with audio input on some Macs | Marcelo Fernandez |
2018-10-04 | Fix CoreMidi warnings | Marcelo Fernandez |
2018-09-28 | SCons: Build thirdparty code in own env, disable warnings | Rémi Verschelde |
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde |
2018-08-25 | Prevent CoreAudio driver failing on finish if Dummy driver was selected | Marcelo Fernandez |
2018-08-24 | Add print_verbose to print to stdout only in verbose mode | Rémi Verschelde |
2018-07-27 | Renamed AudioDriver audio_input_* vars to input_* | Marcelo Fernandez |
2018-07-27 | Added support for single channel inputs for CoreAudio | Marcelo Fernandez |
2018-07-27 | Implemented capture device selection for CoreAudio | Marcelo Fernandez |
2018-07-27 | Modified Microphone implementation to handle only one device at a time (WIP) | Marcelo Fernandez |
2018-07-27 | Experimental microphone support. | Saracen |
2018-07-19 | -Project/Editor settings now use new inspector | Juan Linietsky |
2018-07-17 | Add Audio Server profiling time to the profiler | Marcelo Fernandez |
2018-07-11 | Properly cleanup up CoreAudio unit using AudioComponentInstanceDispose | Marcelo Fernandez |