summaryrefslogtreecommitdiffstats
path: root/drivers/wasapi/audio_driver_wasapi.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Fix crash in audio callback when recording audioBenjamin Armstrong2021-11-161-8/+11
* Windows: Fix compilation warnings with GCC 11.2.1Rémi Verschelde2021-11-101-2/+12
* Make WASAPI return accurate latency informationÁlex Román Núñez2021-10-061-1/+17
* Initialize AudioClientPropertiesFrixuu2021-10-011-1/+1
* Fix startup warning - Property not found: `audio/output_latency`Yuri Roubinsky2021-09-141-1/+1
* Merge pull request #38210 from benjarmstrong/wasapi-audio-output-latencyK. S. Ernest (iFire) Lee2021-08-221-17/+129
|\
| * Fixed the audio 'output latency' project setting not appearing when using the...Ben Armstrong2021-05-041-17/+129
* | Reorganize Project Settingsreduz2021-02-181-1/+1
* | Modernize ThreadPedro J. Estébanez2021-01-291-8/+3
* | Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* | Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
|/
* Move mix_rate, ouput_latency to AudioDriverManagerFabio Alessandrelli2020-05-181-1/+1
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-27/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-16/+4
* Replace NULL with nullptrlupoDharkael2020-04-021-30/+30
* Reimplement Mutex with C++'s <mutex>Pedro J. Estébanez2020-02-261-11/+2
* Remove duplicate WARN_PRINT macro.Marcel Admiraal2020-02-051-1/+1
* Revert "Exposes capture methods to AudioServer + documentation" #30468Rémi Verschelde2020-01-201-5/+5
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Fix compilation warnings in macOS build, enable `warnings=extra werror=yes` f...bruvzg2019-10-241-1/+1
* Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'Braden Bodily2019-08-171-2/+1
* Exposes capture methods to AudioServer, variable renames for consistency,Saracen2019-07-151-5/+5
* Fix compilation warnings in JS and Windows buildsRémi Verschelde2019-06-151-8/+8
* Fix WASAPI driver not working when the device doesn't supports the mix formatMarcelo Fernandez2019-02-231-0/+26
* Extended WASAPI Initialize error messageMarcelo Fernandez2019-02-221-0/+1
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Fix possible audio input buffer issuesMarcelo Fernandez2018-10-201-4/+1
* Remove redundant "== false" codeAaron Franke2018-10-061-6/+5
* Remove redundant "== true" codeAaron Franke2018-10-061-1/+1
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-2/+2
* Fix possible crash when switching audio device on WASAPI driverMarcelo Fernandez2018-09-101-2/+3
* Add print_verbose to print to stdout only in verbose modeRémi Verschelde2018-08-241-4/+2
* MinGW compile fixMarcelo Fernandez2018-08-111-2/+0
* Added pointer to WASAPI input_buffer_write method.Saracen2018-07-271-2/+2
* Renamed AudioDriver audio_input_* vars to input_*Marcelo Fernandez2018-07-271-23/+13
* Reset audio input during render device change to keep synchronisation.Saracen2018-07-271-0/+3
* Fixed audio clipping on WASAPI by fixing argument order on AudioClientSaracen2018-07-271-4/+10
* Fix single channel capture devices on WASAPI.Saracen2018-07-271-7/+17
* Fixed device capture switching for WASAPI driverMarcelo Fernandez2018-07-271-2/+28
* Implemented capture device selection for CoreAudioMarcelo Fernandez2018-07-271-1/+1
* Modified Microphone implementation to handle only one device at a time (WIP)Marcelo Fernandez2018-07-271-408/+238
* Fixes for microphone clipping and latency (marcelofg55)Saracen2018-07-271-28/+60
* Experimental microphone support.Saracen2018-07-271-24/+356
* Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-261-1/+1
* -Project/Editor settings now use new inspectorJuan Linietsky2018-07-191-1/+1
* Add Audio Server profiling time to the profilerMarcelo Fernandez2018-07-171-35/+31
* WASAPI audio driver compile fix on mingwMarcelo Fernandez2018-04-091-0/+11
* Merge pull request #17742 from marcelofg55/audio_device_listJuan Linietsky2018-04-071-2/+129
|\
| * Added new audio device functions to set/get the audio deviceMarcelo Fernandez2018-03-261-2/+129