aboutsummaryrefslogtreecommitdiff
path: root/drivers/wasapi
Commit message (Collapse)AuthorAgeFilesLines
* WASAPI audio driver compile fix on mingwMarcelo Fernandez2018-04-091-0/+11
|
* Merge pull request #17742 from marcelofg55/audio_device_listJuan Linietsky2018-04-072-2/+135
|\ | | | | Added new audio device functions to set/get the audio device
| * Added new audio device functions to set/get the audio deviceMarcelo Fernandez2018-03-262-2/+135
| |
* | WASAPI driver will now resample when the device rate != audio/mix_rateMarcelo Fernandez2018-03-291-4/+13
|/
* Improved WASAPI driver so that it always uses the default audio deviceMarcelo Fernandez2018-01-191-1/+87
|
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-052-2/+4
| | | | | | Using `misc/scripts/fix_headers.py` on all Godot files. Some missing header guards were added, and the header inclusion order was fixed in the Bullet module.
* Update copyright statements to 2018Rémi Verschelde2018-01-012-4/+4
| | | | Happy new year to the wonderful Godot community!
* Fix wasapi going silent when number of channels are not supportedMarcelo Fernandez2017-11-302-37/+49
|
* Completed bc2e8d99e5ae0dbd69e712cc71da3033f5f30139 so that windows can be builtIndah Sylvia2017-11-251-1/+1
|
* Improved WASAPI driver logic when devices are connected or disconnectedMarcelo Fernandez2017-10-312-15/+40
|
* Fixed issues with surround sound on audio serverMarcelo Fernandez2017-09-121-3/+5
|
* Merge pull request #10775 from marcelofg55/buffersize_fixesRémi Verschelde2017-09-012-11/+23
|\ | | | | Corrections to audio buffer size calculations
| * Corrections to audio buffer size calculationsMarcelo Fernandez2017-09-012-11/+23
| |
* | Fix files headerPoommetee Ketson2017-09-012-2/+2
|/
* Added new WASAPI driver for WindowsMarcelo Fernandez2017-08-273-0/+448