index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
coreaudio
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
2
-4
/
+4
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-1
/
+1
*
Move mix_rate, ouput_latency to AudioDriverManager
Fabio Alessandrelli
2020-05-18
1
-3
/
+3
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
2
-16
/
+0
*
Port member initialization from constructor to declaration (C++11)
Rémi Verschelde
2020-05-14
2
-23
/
+12
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-20
/
+20
*
SCons: Format buildsystem files with psf/black
Rémi Verschelde
2020-03-30
1
-1
/
+1
*
Reimplement Mutex with C++'s <mutex>
Pedro J. Estébanez
2020-02-26
2
-16
/
+4
*
Remove duplicate ERR_PRINT macro.
Marcel Admiraal
2020-02-05
1
-5
/
+5
*
Revert "Exposes capture methods to AudioServer + documentation" #30468
Rémi Verschelde
2020-01-20
1
-7
/
+7
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
2
-4
/
+4
*
Fix compilation warnings in macOS build, enable `warnings=extra werror=yes` f...
bruvzg
2019-10-24
1
-4
/
+4
*
Exposes capture methods to AudioServer, variable renames for consistency,
Saracen
2019-07-15
1
-7
/
+7
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
2
-4
/
+4
*
Request mic access only when is needed
volzhs
2018-12-14
1
-1
/
+4
*
Moved member variables to initializer list
Wilson E. Alvarez
2018-12-11
1
-15
/
+11
*
Fix possible audio input buffer issues
Marcelo Fernandez
2018-10-20
1
-3
/
+2
*
Fixed issues with audio input on some Macs
Marcelo Fernandez
2018-10-12
2
-47
/
+159
*
Fix CoreMidi warnings
Marcelo Fernandez
2018-10-04
1
-3
/
+3
*
SCons: Build thirdparty code in own env, disable warnings
Rémi Verschelde
2018-09-28
1
-2
/
+0
*
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
1
-1
/
+2
*
Prevent CoreAudio driver failing on finish if Dummy driver was selected
Marcelo Fernandez
2018-08-25
1
-32
/
+35
*
Add print_verbose to print to stdout only in verbose mode
Rémi Verschelde
2018-08-24
1
-4
/
+2
*
Renamed AudioDriver audio_input_* vars to input_*
Marcelo Fernandez
2018-07-27
2
-19
/
+7
*
Added support for single channel inputs for CoreAudio
Marcelo Fernandez
2018-07-27
2
-9
/
+48
*
Implemented capture device selection for CoreAudio
Marcelo Fernandez
2018-07-27
2
-99
/
+160
*
Modified Microphone implementation to handle only one device at a time (WIP)
Marcelo Fernandez
2018-07-27
2
-21
/
+74
*
Experimental microphone support.
Saracen
2018-07-27
2
-0
/
+27
*
-Project/Editor settings now use new inspector
Juan Linietsky
2018-07-19
1
-2
/
+2
*
Add Audio Server profiling time to the profiler
Marcelo Fernandez
2018-07-17
1
-0
/
+3
*
Properly cleanup up CoreAudio unit using AudioComponentInstanceDispose
Marcelo Fernandez
2018-07-11
2
-45
/
+40
*
Resume audio on iOS after phone call or alarm
Ruslan Mustakov
2018-05-07
2
-1
/
+13
*
CoreAudio: Fix iphone build after audio device refactor (#17742)
Rémi Verschelde
2018-04-10
1
-0
/
+2
*
Added new audio device functions to set/get the audio device
Marcelo Fernandez
2018-03-26
2
-49
/
+183
*
Fix for a possible compile error under OS X
Marcelo Fernandez
2018-02-14
1
-1
/
+1
*
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
2
-0
/
+2
*
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
2
-4
/
+4
*
Fix build on macOS and Android after bc2e8d99
Rémi Verschelde
2017-11-25
1
-1
/
+1
*
Merged iphone and osx audio drivers into drivers/coreaudio
Marcelo Fernandez
2017-09-30
3
-0
/
+412