summaryrefslogtreecommitdiffstats
path: root/drivers/coreaudio
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-303-16/+62
|\
| * Merge pull request #88628 from bruvzg/i_have_no_idea_what_im_doingThaddeus Crews2024-10-293-15/+61
| |\
| | * [macOS/iOS] Use hardware sampling rates for audio I/O.bruvzg2024-10-253-15/+61
| * | Set clang-format `RemoveSemicolon` rule to `true`Adam Scott2024-10-251-1/+1
| |/
* | Merge pull request #818 from Spartan322/fixup/copyright-headersGeorge L. Albany2024-10-272-4/+4
|\ \
| * | Fix copyright headers referring to GodotSpartan3222024-10-272-4/+4
* | | Merge commit godotengine/godot@61accf060515416da07d913580419fd8c8490f7bSpartan3222024-10-261-1/+1
|\ \ \ | |/ / |/| / | |/
| * Fix iOS audio driver attempting to start output too earlyCadence2024-10-181-1/+1
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-112-0/+4
|/
* SCons: Add unobtrusive type hints in SCons filesThaddeus Crews2024-09-251-0/+1
* macOS/iOS: Fix various warnings when targeting newer SDKsStuart Carnie2024-08-201-8/+13
* [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