bruvzg
|
88adb6513e
Detect Wine and disable unsupported IAudioClient3 interface.
|
2 years ago |
Rémi Verschelde
|
fa80064779
Merge pull request #64607 from RandomShaper/safe_audio_threading
|
3 years ago |
kobewi
|
8be27dc59e
Replace Array return types with TypedArray
|
3 years ago |
Pedro J. Estébanez
|
9d546bf05a
Make audio thread control flags safe
|
3 years ago |
bruvzg
|
f851c4aa33
Fix some issues found by cppcheck.
|
3 years ago |
Rémi Verschelde
|
b8b4580448
Style: Cleanup single-line blocks, semicolons, dead code
|
3 years ago |
Rémi Verschelde
|
fe52458154
Update copyright statements to 2022
|
3 years ago |
Benjamin Armstrong
|
21e244773b
Fix crash in audio callback when recording audio
|
3 years ago |
Rémi Verschelde
|
b727061ce0
Windows: Fix compilation warnings with GCC 11.2.1
|
3 years ago |
Álex Román Núñez
|
fd4fa10d8b
Make WASAPI return accurate latency information
|
3 years ago |
Frixuu
|
9cc5e1f94c
Initialize AudioClientProperties
|
3 years ago |
Yuri Roubinsky
|
84c2c3fcba
Fix startup warning - Property not found: `audio/output_latency`
|
4 years ago |
K. S. Ernest (iFire) Lee
|
7560ba8aa1
Merge pull request #38210 from benjarmstrong/wasapi-audio-output-latency
|
4 years ago |
Ben Armstrong
|
880d4703a4
Fixed the audio 'output latency' project setting not appearing when using the WASAPI audio driver. Added variable output latency support to the WASAPI audio driver for systems that support it.
|
5 years ago |
reduz
|
64140eaf42
Reorganize Project Settings
|
4 years ago |
Pedro J. Estébanez
|
99fe462452
Modernize Thread
|
4 years ago |
Rémi Verschelde
|
b5334d14f7
Update copyright statements to 2021
|
4 years ago |
reduz
|
127458ed17
Reorganized core/ directory, it was too fatty already
|
4 years ago |
Fabio Alessandrelli
|
90c7102b51
Move mix_rate, ouput_latency to AudioDriverManager
|
5 years ago |
Rémi Verschelde
|
0be6d925dc
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
|
5 years ago |
Rémi Verschelde
|
1f6f364a56
Port member initialization from constructor to declaration (C++11)
|
5 years ago |
lupoDharkael
|
95a1400a2a
Replace NULL with nullptr
|
5 years ago |
Pedro J. Estébanez
|
18fbdbb456
Reimplement Mutex with C++'s <mutex>
|
5 years ago |
Marcel Admiraal
|
f0db13502a
Remove duplicate WARN_PRINT macro.
|
5 years ago |
Rémi Verschelde
|
837adb30fd
Revert "Exposes capture methods to AudioServer + documentation" #30468
|
5 years ago |
Rémi Verschelde
|
a7f49ac9a1
Update copyright statements to 2020
|
5 years ago |
bruvzg
|
7b64340eb0
Fix compilation warnings in macOS build, enable `warnings=extra werror=yes` for macOS CI.
|
5 years ago |
Braden Bodily
|
71d71d55b5
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'
|
6 years ago |
Saracen
|
c81ec6f26d
Exposes capture methods to AudioServer, variable renames for consistency,
|
6 years ago |
Rémi Verschelde
|
68735d2a88
Fix compilation warnings in JS and Windows builds
|
6 years ago |