aboutsummaryrefslogtreecommitdiff
path: root/drivers/wasapi/audio_driver_wasapi.h
Commit message (Collapse)AuthorAgeFilesLines
* Added new audio device functions to set/get the audio deviceMarcelo Fernandez2018-03-261-0/+6
|
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-1/+2
| | | | | | 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-011-2/+2
| | | | Happy new year to the wonderful Godot community!
* Fix wasapi going silent when number of channels are not supportedMarcelo Fernandez2017-11-301-0/+2
|
* Improved WASAPI driver logic when devices are connected or disconnectedMarcelo Fernandez2017-10-311-1/+1
|
* Merge pull request #10775 from marcelofg55/buffersize_fixesRémi Verschelde2017-09-011-1/+0
|\ | | | | Corrections to audio buffer size calculations
| * Corrections to audio buffer size calculationsMarcelo Fernandez2017-09-011-1/+0
| |
* | Fix files headerPoommetee Ketson2017-09-011-1/+1
|/
* Added new WASAPI driver for WindowsMarcelo Fernandez2017-08-271-0/+89