summaryrefslogtreecommitdiff
path: root/drivers/wasapi
AgeCommit message (Expand)Author
2023-04-26Fix crash caused by invalid mix_rate assignment due to bogusEoin O'Neill
2023-04-26[Windows] Cleanup COM library initialization/uninitialization.bruvzg
2023-02-09Further refactoring to AudioDriver implementations after #69120.Emmanouil Papadeas
2023-01-31Audio rename (device, capture_device) -> (output_device, input_device)souplamp
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-11-10Fallback to IAudioClient when IAudioClient3 is not available in a more robust...Álex Román Núñez
2022-10-14Detect Wine and disable unsupported IAudioClient3 interface.bruvzg
2022-08-25Merge pull request #64607 from RandomShaper/safe_audio_threadingRémi Verschelde
2022-08-22Replace Array return types with TypedArraykobewi
2022-08-19Make audio thread control flags safePedro J. Estébanez
2022-07-25Code quality: Fix header guards consistencyRémi Verschelde
2022-04-06Fix some issues found by cppcheck.bruvzg
2022-02-16Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-11-16Fix crash in audio callback when recording audioBenjamin Armstrong
2021-11-10Windows: Fix compilation warnings with GCC 11.2.1Rémi Verschelde
2021-10-06Merge pull request #53408 from EIRTeam/fix_wasapi_output_latencyRémi Verschelde
2021-10-06Make WASAPI return accurate latency informationÁlex Román Núñez
2021-10-05Merge pull request #52963 from Pineapple/WIN32_LEAN_AND_MEAN_masterRémi Verschelde
2021-10-01Initialize AudioClientPropertiesFrixuu
2021-09-23Add missing WIN32_LEAN_AND_MEANBartłomiej T. Listwon
2021-09-14Fix startup warning - Property not found: `audio/output_latency`Yuri Roubinsky
2021-08-22Merge pull request #38210 from benjarmstrong/wasapi-audio-output-latencyK. S. Ernest (iFire) Lee
2021-05-04Fixed the audio 'output latency' project setting not appearing when using the...Ben Armstrong
2021-02-18Reorganize Project Settingsreduz
2021-01-29Modernize ThreadPedro J. Estébanez
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-05-18Move mix_rate, ouput_latency to AudioDriverManagerFabio Alessandrelli
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-14Port member initialization from constructor to declaration (C++11)Rémi Verschelde
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-30SCons: Format buildsystem files with psf/blackRémi Verschelde
2020-02-26Reimplement Mutex with C++'s <mutex>Pedro J. Estébanez
2020-02-05Remove duplicate WARN_PRINT macro.Marcel Admiraal
2020-01-20Revert "Exposes capture methods to AudioServer + documentation" #30468Rémi Verschelde
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-10-24Fix compilation warnings in macOS build, enable `warnings=extra werror=yes` f...bruvzg
2019-08-17Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'Braden Bodily
2019-07-15Exposes capture methods to AudioServer, variable renames for consistency,Saracen
2019-06-15Fix compilation warnings in JS and Windows buildsRémi Verschelde
2019-02-23Fix WASAPI driver not working when the device doesn't supports the mix formatMarcelo Fernandez
2019-02-22Extended WASAPI Initialize error messageMarcelo Fernandez
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-12-11Moved member variables to initializer listWilson E. Alvarez
2018-10-20Fix possible audio input buffer issuesMarcelo Fernandez
2018-10-06Remove redundant "== false" codeAaron Franke
2018-10-06Remove redundant "== true" codeAaron Franke
2018-09-28SCons: Build thirdparty code in own env, disable warningsRémi Verschelde
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde