summaryrefslogtreecommitdiffstats
path: root/drivers/coreaudio
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-272-4/+4
* Rebrand preambles to RedotSpartan3222024-10-132-0/+4
* [Drivers,Platform] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-121-2/+2
* Add a `--audio-output-latency` command-line argumentHugo Locurcio2023-08-171-1/+1
* Style: Harmonize header includes in platform portsRémi Verschelde2023-06-081-2/+2
* Fix crash caused by invalid mix_rate assignment due to bogusEoin O'Neill2023-04-251-2/+2
* Further refactoring to AudioDriver implementations after #69120.Emmanouil Papadeas2023-02-092-37/+37
* Audio rename (device, capture_device) -> (output_device, input_device)souplamp2023-01-312-36/+36
* Merge pull request #72168 from RandomShaper/sensible_lock_returnRémi Verschelde2023-01-271-1/+1
|\
| * Booleanize various sync primitives' wait & locking methodsPedro J. Estébanez2023-01-271-1/+1
* | Convert en_GB spelling to en_US with codespellRémi Verschelde2023-01-231-1/+1
|/
* One Copyright Update to rule them allRémi Verschelde2023-01-052-58/+58
* Merge pull request #64607 from RandomShaper/safe_audio_threadingRémi Verschelde2022-08-251-0/+2
|\
| * Make audio thread control flags safePedro J. Estébanez2022-08-191-0/+2
* | Replace Array return types with TypedArraykobewi2022-08-222-7/+7
|/
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-251-4/+4
* Rename OSX to macOS and iPhoneOS to iOS.bruvzg2022-07-212-13/+13
* [macOS / iOS] Fix text-to-speech build with older macOS / iOS SDK.bruvzg2022-05-101-2/+2
* Fix some issues found by cppcheck.bruvzg2022-04-061-4/+4
* Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde2022-02-161-12/+14
* Fix multiple missing UTF-8 decoding.bruvzg2022-01-061-2/+2
* Update copyright statements to 2022Rémi Verschelde2022-01-032-4/+4
* Core: Drop custom `copymem`/`zeromem` definesRémi Verschelde2021-04-271-11/+11
* Replace malloc's with Godot's memalloc macroEv1lbl0w2021-03-131-12/+18
* Reorganize Project Settingsreduz2021-02-181-4/+4
* Update copyright statements to 2021Rémi Verschelde2021-01-012-4/+4
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Move mix_rate, ouput_latency to AudioDriverManagerFabio Alessandrelli2020-05-181-3/+3
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-142-16/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-142-23/+12
* Replace NULL with nullptrlupoDharkael2020-04-021-20/+20
* SCons: Format buildsystem files with psf/blackRémi Verschelde2020-03-301-1/+1
* Reimplement Mutex with C++'s <mutex>Pedro J. Estébanez2020-02-262-16/+4
* Remove duplicate ERR_PRINT macro.Marcel Admiraal2020-02-051-5/+5
* Revert "Exposes capture methods to AudioServer + documentation" #30468Rémi Verschelde2020-01-201-7/+7
* Update copyright statements to 2020Rémi Verschelde2020-01-012-4/+4
* Fix compilation warnings in macOS build, enable `warnings=extra werror=yes` f...bruvzg2019-10-241-4/+4
* Exposes capture methods to AudioServer, variable renames for consistency,Saracen2019-07-151-7/+7
* Update copyright statements to 2019Rémi Verschelde2019-01-012-4/+4
* Request mic access only when is neededvolzhs2018-12-141-1/+4
* Moved member variables to initializer listWilson E. Alvarez2018-12-111-15/+11
* Fix possible audio input buffer issuesMarcelo Fernandez2018-10-201-3/+2
* Fixed issues with audio input on some MacsMarcelo Fernandez2018-10-122-47/+159
* Fix CoreMidi warningsMarcelo Fernandez2018-10-041-3/+3
* SCons: Build thirdparty code in own env, disable warningsRémi Verschelde2018-09-281-2/+0
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-1/+2
* Prevent CoreAudio driver failing on finish if Dummy driver was selectedMarcelo Fernandez2018-08-251-32/+35
* Add print_verbose to print to stdout only in verbose modeRémi Verschelde2018-08-241-4/+2
* Renamed AudioDriver audio_input_* vars to input_*Marcelo Fernandez2018-07-272-19/+7
* Added support for single channel inputs for CoreAudioMarcelo Fernandez2018-07-272-9/+48