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
Age
Commit message (
Expand
)
Author
2021-11-16
Fix crash in audio callback when recording audio
Benjamin Armstrong
2021-11-10
Windows: Fix compilation warnings with GCC 11.2.1
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-10-05
Merge pull request #52963 from Pineapple/WIN32_LEAN_AND_MEAN_master
Rémi Verschelde
2021-10-01
Initialize AudioClientProperties
Frixuu
2021-09-23
Add missing WIN32_LEAN_AND_MEAN
Bartłomiej T. Listwon
2021-09-14
Fix startup warning - Property not found: `audio/output_latency`
Yuri Roubinsky
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-02-18
Reorganize Project Settings
reduz
2021-01-29
Modernize Thread
Pedro J. Estébanez
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-11-07
Reorganized core/ directory, it was too fatty already
reduz
2020-05-18
Move mix_rate, ouput_latency to AudioDriverManager
Fabio Alessandrelli
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-03-30
SCons: Format buildsystem files with psf/black
Rémi Verschelde
2020-02-26
Reimplement Mutex with C++'s <mutex>
Pedro J. Estébanez
2020-02-05
Remove duplicate WARN_PRINT macro.
Marcel Admiraal
2020-01-20
Revert "Exposes capture methods to AudioServer + documentation" #30468
Rémi Verschelde
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-10-24
Fix compilation warnings in macOS build, enable `warnings=extra werror=yes` f...
bruvzg
2019-08-17
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'
Braden Bodily
2019-07-15
Exposes capture methods to AudioServer, variable renames for consistency,
Saracen
2019-06-15
Fix compilation warnings in JS and Windows builds
Rémi Verschelde
2019-02-23
Fix WASAPI driver not working when the device doesn't supports the mix format
Marcelo Fernandez
2019-02-22
Extended WASAPI Initialize error message
Marcelo Fernandez
2019-01-01
Update copyright statements to 2019
Rémi Verschelde
2018-12-11
Moved member variables to initializer list
Wilson E. Alvarez
2018-10-20
Fix possible audio input buffer issues
Marcelo Fernandez
2018-10-06
Remove redundant "== false" code
Aaron Franke
2018-10-06
Remove redundant "== true" code
Aaron Franke
2018-09-28
SCons: Build thirdparty code in own env, disable warnings
Rémi Verschelde
2018-09-12
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-10
Fix possible crash when switching audio device on WASAPI driver
Marcelo Fernandez
2018-08-24
Add print_verbose to print to stdout only in verbose mode
Rémi Verschelde
2018-08-11
MinGW compile fix
Marcelo Fernandez
2018-07-27
Added pointer to WASAPI input_buffer_write method.
Saracen
2018-07-27
Renamed AudioDriver audio_input_* vars to input_*
Marcelo Fernandez
2018-07-27
Reset audio input during render device change to keep synchronisation.
Saracen
2018-07-27
Fixed audio clipping on WASAPI by fixing argument order on AudioClient
Saracen
2018-07-27
Fix single channel capture devices on WASAPI.
Saracen
2018-07-27
Fixed device capture switching for WASAPI driver
Marcelo Fernandez
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-26
Reduce unnecessary COW on Vector by make writing explicit
Hein-Pieter van Braam
[next]