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
/
wasapi
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7c
Spartan322
2024-10-30
1
-1
/
+1
|
\
|
*
Set clang-format `RemoveSemicolon` rule to `true`
Adam Scott
2024-10-25
1
-1
/
+1
*
|
Fix copyright headers referring to Godot
Spartan322
2024-10-27
2
-4
/
+4
*
|
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
2
-0
/
+4
|
/
*
SCons: Add unobtrusive type hints in SCons files
Thaddeus Crews
2024-09-25
1
-0
/
+1
*
Fix `AudioStreamMicrophone` crash on scene-reload
Lalit Shankar Chowdhury
2024-09-18
2
-11
/
+17
*
Use COM smart pointers to handle COM objects safely
Lalit Shankar Chowdhury
2024-05-16
2
-43
/
+21
*
Fix audio crackling issues due to incorrect WASAPI buffer size
AlexOtsuka
2024-03-08
1
-2
/
+7
*
Fix Dummy audio driver initialization issue on WASAPI output device initializ...
Alessandro Famà
2024-01-09
1
-5
/
+3
*
Add a `--audio-output-latency` command-line argument
Hugo Locurcio
2023-08-17
1
-1
/
+1
*
[Windows] Initialize COM as apartment-threaded.
bruvzg
2023-07-20
1
-1
/
+1
*
Add mono audio support to WASAPI
kobewi
2023-04-28
1
-1
/
+22
*
Fix wait for thread not started
Samuele Panzeri
2023-04-27
1
-1
/
+3
*
Merge pull request #69833 from Eoin-ONeill-Yokai/audio_invalid_mixrate
Rémi Verschelde
2023-04-26
1
-1
/
+1
|
\
|
*
Fix crash caused by invalid mix_rate assignment due to bogus
Eoin O'Neill
2023-04-25
1
-1
/
+1
*
|
[Windows] Cleanup COM library initialization/uninitialization.
bruvzg
2023-04-10
1
-4
/
+3
|
/
*
Further refactoring to AudioDriver implementations after #69120.
Emmanouil Papadeas
2023-02-09
2
-26
/
+29
*
Audio rename (device, capture_device) -> (output_device, input_device)
souplamp
2023-01-31
2
-99
/
+99
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
2
-58
/
+58
*
Fallback to IAudioClient when IAudioClient3 is not available in a more robust...
Álex Román Núñez
2022-11-10
2
-40
/
+38
*
Detect Wine and disable unsupported IAudioClient3 interface.
bruvzg
2022-10-14
2
-0
/
+25
*
Merge pull request #64607 from RandomShaper/safe_audio_threading
Rémi Verschelde
2022-08-25
2
-19
/
+16
|
\
|
*
Make audio thread control flags safe
Pedro J. Estébanez
2022-08-19
2
-19
/
+16
*
|
Replace Array return types with TypedArray
kobewi
2022-08-22
2
-10
/
+10
|
/
*
Code quality: Fix header guards consistency
Rémi Verschelde
2022-07-25
1
-0
/
+1
*
Fix some issues found by cppcheck.
bruvzg
2022-04-06
1
-1
/
+1
*
Style: Cleanup single-line blocks, semicolons, dead code
Rémi Verschelde
2022-02-16
1
-2
/
+4
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
2
-4
/
+4
*
Fix crash in audio callback when recording audio
Benjamin Armstrong
2021-11-16
1
-8
/
+11
*
Windows: Fix compilation warnings with GCC 11.2.1
Rémi Verschelde
2021-11-10
1
-2
/
+12
*
Merge pull request #53408 from EIRTeam/fix_wasapi_output_latency
Rémi Verschelde
2021-10-06
2
-1
/
+20
|
\
|
*
Make WASAPI return accurate latency information
Álex Román Núñez
2021-10-06
2
-1
/
+20
*
|
Merge pull request #52963 from Pineapple/WIN32_LEAN_AND_MEAN_master
Rémi Verschelde
2021-10-05
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
Add missing WIN32_LEAN_AND_MEAN
Bartłomiej T. Listwon
2021-09-23
1
-0
/
+1
*
|
Initialize AudioClientProperties
Frixuu
2021-10-01
1
-1
/
+1
|
/
*
Fix startup warning - Property not found: `audio/output_latency`
Yuri Roubinsky
2021-09-14
1
-1
/
+1
*
Merge pull request #38210 from benjarmstrong/wasapi-audio-output-latency
K. S. Ernest (iFire) Lee
2021-08-22
2
-18
/
+131
|
\
|
*
Fixed the audio 'output latency' project setting not appearing when using the...
Ben Armstrong
2021-05-04
2
-18
/
+131
*
|
Reorganize Project Settings
reduz
2021-02-18
1
-1
/
+1
*
|
Modernize Thread
Pedro J. Estébanez
2021-01-29
2
-9
/
+4
*
|
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
-1
/
+1
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
2
-28
/
+0
*
Port member initialization from constructor to declaration (C++11)
Rémi Verschelde
2020-05-14
2
-47
/
+24
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
2
-33
/
+33
*
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
-12
/
+3
*
Remove duplicate WARN_PRINT macro.
Marcel Admiraal
2020-02-05
1
-1
/
+1
*
Revert "Exposes capture methods to AudioServer + documentation" #30468
Rémi Verschelde
2020-01-20
1
-5
/
+5
[next]