Rémi Verschelde
|
fa80064779
Merge pull request #64607 from RandomShaper/safe_audio_threading
|
3 年之前 |
kobewi
|
8be27dc59e
Replace Array return types with TypedArray
|
3 年之前 |
Pedro J. Estébanez
|
9d546bf05a
Make audio thread control flags safe
|
3 年之前 |
bruvzg
|
8823eae328
Rename OSX to macOS and iPhoneOS to iOS.
|
3 年之前 |
bruvzg
|
f851c4aa33
Fix some issues found by cppcheck.
|
3 年之前 |
Rémi Verschelde
|
b8b4580448
Style: Cleanup single-line blocks, semicolons, dead code
|
3 年之前 |
bruvzg
|
c69e0d16bc
Fix multiple missing UTF-8 decoding.
|
4 年之前 |
Rémi Verschelde
|
fe52458154
Update copyright statements to 2022
|
4 年之前 |
Rémi Verschelde
|
8247667a3e
Core: Drop custom `copymem`/`zeromem` defines
|
4 年之前 |
Ev1lbl0w
|
838e7d0a8d
Replace malloc's with Godot's memalloc macro
|
4 年之前 |
reduz
|
64140eaf42
Reorganize Project Settings
|
4 年之前 |
Rémi Verschelde
|
b5334d14f7
Update copyright statements to 2021
|
5 年之前 |
reduz
|
127458ed17
Reorganized core/ directory, it was too fatty already
|
5 年之前 |
Fabio Alessandrelli
|
90c7102b51
Move mix_rate, ouput_latency to AudioDriverManager
|
5 年之前 |
Rémi Verschelde
|
0be6d925dc
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
|
5 年之前 |
Rémi Verschelde
|
1f6f364a56
Port member initialization from constructor to declaration (C++11)
|
5 年之前 |
lupoDharkael
|
95a1400a2a
Replace NULL with nullptr
|
5 年之前 |
Pedro J. Estébanez
|
18fbdbb456
Reimplement Mutex with C++'s <mutex>
|
5 年之前 |
Marcel Admiraal
|
5af3b4ca27
Remove duplicate ERR_PRINT macro.
|
6 年之前 |
Rémi Verschelde
|
837adb30fd
Revert "Exposes capture methods to AudioServer + documentation" #30468
|
6 年之前 |
Rémi Verschelde
|
a7f49ac9a1
Update copyright statements to 2020
|
6 年之前 |
bruvzg
|
7b64340eb0
Fix compilation warnings in macOS build, enable `warnings=extra werror=yes` for macOS CI.
|
6 年之前 |
Saracen
|
c81ec6f26d
Exposes capture methods to AudioServer, variable renames for consistency,
|
6 年之前 |
Rémi Verschelde
|
b16c309f82
Update copyright statements to 2019
|
7 年之前 |
volzhs
|
7d387dc63f
Request mic access only when is needed
|
7 年之前 |
Wilson E. Alvarez
|
08f22f1cf0
Moved member variables to initializer list
|
7 年之前 |
Marcelo Fernandez
|
fa26a5511d
Fix possible audio input buffer issues
|
7 年之前 |
Marcelo Fernandez
|
5e26829118
Fixed issues with audio input on some Macs
|
7 年之前 |
Marcelo Fernandez
|
cb99a15064
Fix CoreMidi warnings
|
7 年之前 |
Rémi Verschelde
|
277b24dfb7
Make core/ includes absolute, remove subfolders from include path
|
7 年之前 |