summaryrefslogtreecommitdiffstats
path: root/drivers/coreaudio/audio_driver_coreaudio.h
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-1/+6
|\
| * Merge pull request #88628 from bruvzg/i_have_no_idea_what_im_doingThaddeus Crews2024-10-291-0/+5
| |\
| | * [macOS/iOS] Use hardware sampling rates for audio I/O.bruvzg2024-10-251-0/+5
| * | Set clang-format `RemoveSemicolon` rule to `true`Adam Scott2024-10-251-1/+1
| |/
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Further refactoring to AudioDriver implementations after #69120.Emmanouil Papadeas2023-02-091-22/+22
* Audio rename (device, capture_device) -> (output_device, input_device)souplamp2023-01-311-9/+9
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Replace Array return types with TypedArraykobewi2022-08-221-3/+3
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-251-4/+4
* Rename OSX to macOS and iPhoneOS to iOS.bruvzg2022-07-211-3/+3
* [macOS / iOS] Fix text-to-speech build with older macOS / iOS SDK.bruvzg2022-05-101-2/+2
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-1/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-10/+10
* Reimplement Mutex with C++'s <mutex>Pedro J. Estébanez2020-02-261-1/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Fixed issues with audio input on some MacsMarcelo Fernandez2018-10-121-0/+4
* Renamed AudioDriver audio_input_* vars to input_*Marcelo Fernandez2018-07-271-1/+0
* Added support for single channel inputs for CoreAudioMarcelo Fernandez2018-07-271-0/+2
* Implemented capture device selection for CoreAudioMarcelo Fernandez2018-07-271-5/+19
* Modified Microphone implementation to handle only one device at a time (WIP)Marcelo Fernandez2018-07-271-5/+9
* Experimental microphone support.Saracen2018-07-271-0/+5
* Properly cleanup up CoreAudio unit using AudioComponentInstanceDisposeMarcelo Fernandez2018-07-111-3/+0
* Resume audio on iOS after phone call or alarmRuslan Mustakov2018-05-071-0/+1
* CoreAudio: Fix iphone build after audio device refactor (#17742)Rémi Verschelde2018-04-101-0/+2
* Added new audio device functions to set/get the audio deviceMarcelo Fernandez2018-03-261-6/+14
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Merged iphone and osx audio drivers into drivers/coreaudioMarcelo Fernandez2017-09-301-0/+89