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
/
wasapi
/
audio_driver_wasapi.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-11-10
Fallback to IAudioClient when IAudioClient3 is not available in a more robust...
Álex Román Núñez
2022-10-14
Detect Wine and disable unsupported IAudioClient3 interface.
bruvzg
2022-08-25
Merge pull request #64607 from RandomShaper/safe_audio_threading
Rémi Verschelde
2022-08-22
Replace Array return types with TypedArray
kobewi
2022-08-19
Make audio thread control flags safe
Pedro J. Estébanez
2022-07-25
Code quality: Fix header guards consistency
Rémi Verschelde
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-10-06
Merge pull request #53408 from EIRTeam/fix_wasapi_output_latency
Rémi Verschelde
2021-10-06
Make WASAPI return accurate latency information
Álex Román Núñez
2021-09-23
Add missing WIN32_LEAN_AND_MEAN
Bartłomiej T. Listwon
2021-08-22
Merge pull request #38210 from benjarmstrong/wasapi-audio-output-latency
K. S. Ernest (iFire) Lee
2021-05-04
Fixed the audio 'output latency' project setting not appearing when using the...
Ben Armstrong
2021-01-29
Modernize Thread
Pedro J. Estébanez
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-04-02
Replace NULL with nullptr
lupoDharkael
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-12-11
Moved member variables to initializer list
Wilson E. Alvarez
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
Fixes for microphone clipping and latency (marcelofg55)
Saracen
2018-07-27
Experimental microphone support.
Saracen
2018-07-17
Add Audio Server profiling time to the profiler
Marcelo Fernandez
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-11-30
Fix wasapi going silent when number of channels are not supported
Marcelo Fernandez
2017-10-31
Improved WASAPI driver logic when devices are connected or disconnected
Marcelo Fernandez
2017-09-01
Merge pull request #10775 from marcelofg55/buffersize_fixes
Rémi Verschelde
2017-09-01
Corrections to audio buffer size calculations
Marcelo Fernandez
2017-09-01
Fix files header
Poommetee Ketson
2017-08-27
Added new WASAPI driver for Windows
Marcelo Fernandez