index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
coreaudio
/
audio_driver_coreaudio.h
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-05
One Copyright Update to rule them all
Rémi Verschelde
2022-08-22
Replace Array return types with TypedArray
kobewi
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-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
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-02-26
Reimplement Mutex with C++'s <mutex>
Pedro J. Estébanez
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-01-01
Update copyright statements to 2019
Rémi Verschelde
2018-10-12
Fixed issues with audio input on some Macs
Marcelo Fernandez
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-11
Properly cleanup up CoreAudio unit using AudioComponentInstanceDispose
Marcelo Fernandez
2018-05-07
Resume audio on iOS after phone call or alarm
Ruslan Mustakov
2018-04-10
CoreAudio: Fix iphone build after audio device refactor (#17742)
Rémi Verschelde
2018-03-26
Added new audio device functions to set/get the audio device
Marcelo Fernandez
2018-01-05
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-01
Update copyright statements to 2018
Rémi Verschelde
2017-09-30
Merged iphone and osx audio drivers into drivers/coreaudio
Marcelo Fernandez