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
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
2018-07-19
-Project/Editor settings now use new inspector
Juan Linietsky
2018-07-17
Add Audio Server profiling time to the profiler
Marcelo Fernandez
2018-04-09
WASAPI audio driver compile fix on mingw
Marcelo Fernandez
2018-04-07
Merge pull request #17742 from marcelofg55/audio_device_list
Juan Linietsky
2018-03-29
WASAPI driver will now resample when the device rate != audio/mix_rate
Marcelo Fernandez
2018-03-26
Added new audio device functions to set/get the audio device
Marcelo Fernandez
2018-01-19
Improved WASAPI driver so that it always uses the default 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-11-25
Completed bc2e8d99e5ae0dbd69e712cc71da3033f5f30139 so that windows can be built
Indah Sylvia
2017-10-31
Improved WASAPI driver logic when devices are connected or disconnected
Marcelo Fernandez
2017-09-12
Fixed issues with surround sound on audio server
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