summaryrefslogtreecommitdiffstats
path: root/drivers/wasapi
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #64607 from RandomShaper/safe_audio_threadingRémi Verschelde2022-08-252-19/+16
|\
| * Make audio thread control flags safePedro J. Estébanez2022-08-192-19/+16
* | Replace Array return types with TypedArraykobewi2022-08-222-10/+10
|/
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-251-0/+1
* Fix some issues found by cppcheck.bruvzg2022-04-061-1/+1
* Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde2022-02-161-2/+4
* Update copyright statements to 2022Rémi Verschelde2022-01-032-4/+4
* 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
* Merge pull request #53408 from EIRTeam/fix_wasapi_output_latencyRémi Verschelde2021-10-062-1/+20
|\
| * Make WASAPI return accurate latency informationÁlex Román Núñez2021-10-062-1/+20
* | Merge pull request #52963 from Pineapple/WIN32_LEAN_AND_MEAN_masterRémi Verschelde2021-10-051-0/+1
|\ \ | |/ |/|
| * Add missing WIN32_LEAN_AND_MEANBartłomiej T. Listwon2021-09-231-0/+1
* | 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-222-18/+131
|\
| * Fixed the audio 'output latency' project setting not appearing when using the...Ben Armstrong2021-05-042-18/+131
* | Reorganize Project Settingsreduz2021-02-181-1/+1
* | Modernize ThreadPedro J. Estébanez2021-01-292-9/+4
* | Update copyright statements to 2021Rémi Verschelde2021-01-012-4/+4
* | 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-142-28/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-142-47/+24
* Replace NULL with nullptrlupoDharkael2020-04-022-33/+33
* SCons: Format buildsystem files with psf/blackRémi Verschelde2020-03-301-1/+1
* Reimplement Mutex with C++'s <mutex>Pedro J. Estébanez2020-02-262-12/+3
* 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-012-4/+4
* 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-012-4/+4
* Moved member variables to initializer listWilson E. Alvarez2018-12-111-11/+11
* 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
* SCons: Build thirdparty code in own env, disable warningsRémi Verschelde2018-09-281-2/+0
* 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