summaryrefslogtreecommitdiff
path: root/Source/Core/AudioCommon
AgeCommit message (Expand)Author
2022-01-29IOFile: Make origin parameter to Seek() an enum class.Admiral H. Curtiss
2022-01-09Use HRWrap in remaining locationsPokechu22
2022-01-06Core/AudioCommon: Add config caching to Mixer.Admiral H. Curtiss
2022-01-06Config: Port TimingVariance setting to new config system.Admiral H. Curtiss
2022-01-06Config: Port emulation speed setting to new config system.Admiral H. Curtiss
2021-12-10Treewide: Adjust order of includesPokechu22
2021-11-07Merge pull request #10169 from leoetlino/fmt-localtimeMai M
2021-10-24Convert LOG_TYPE and LOG_LEVELS to enum classPokechu22
2021-10-16Merge pull request #10144 from malleoz/dsp-onionLéo Lam
2021-10-15Port Main.DSP to MainSettingssowens99
2021-10-15Use fmt::localtime instead of thread-unsafe std::localtimeLéo Lam
2021-10-15Merge pull request #10149 from malleoz/audiodump-add-timecodeLéo Lam
2021-10-13Fix all uninitialized variable warnings (C26495)Pokechu22
2021-10-03Add timecode to dspdump and dtkdumpsowens99
2021-08-08AudioCommon: rename isValid() to IsValid()Tillmann Karras
2021-08-08AudioCommon: make SoundLoop() non-virtual and privateTillmann Karras
2021-08-08AudioCommon: get rid of Update(), it never does anythingTillmann Karras
2021-08-08AudioCommon: fix "Error stopping stream" when emulation is pausedTillmann Karras
2021-07-13SI: Implement GBAEmu deviceBonta
2021-07-13Mixer: Support GBA samples mixingBonta
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2021-04-02Replace uses of cassert with Common/Assert.hPokechu22
2021-03-24AudioCommon: Initialize before HWBonta-kun
2021-03-11Merge pull request #8316 from CookiePLMonster/wasapi-code-improvementsJosJuice
2021-01-27msbuild: bundle all dolphin "core" code into single libraryShawn Hoffman
2021-01-27rename Common/File to Common/IOFileShawn Hoffman
2021-01-12AudioCommon/WASAPI: Construct std::thread with invoke semantics instead of a ...Silent
2021-01-12AudioCommon/WASAPI: Factorize device enumeration logic into a function to gre...Silent
2021-01-12AudioCommon/WASAPI: Do volume adjustment only when really neededSilent
2021-01-12AudioCommon/WASAPI: Remove thread unsafe nullptr checks giving a false sense ...Silent
2021-01-12AudioCommon/WASAPI: Use std::string_view where applicableSilent
2021-01-12AudioCommon/WASAPI: Use leaner memory model on m_running, no need for a full ...Silent
2021-01-12AudioCommon/WASAPI: Simplify thread synchronization model by not detaching WA...Silent
2021-01-12AudioCommon/WASAPI: Use WRL/WIL whenever possibleSilent
2021-01-12AudioCommon: Make HandleWinAPI handle all success return values properly, not...Silent
2020-11-27AudioCommon: Convert alerts over to fmt-based variantsLioncash
2020-10-26Merge pull request #9071 from orbea/cmakeLéo Lam
2020-10-21AudioCommon: Migrate logging over to fmtLioncash
2020-10-21Common/Log: Add basic fmt-capable functions to the interface.Lioncash
2020-10-19CMake: Fix build errors exposed by making common dependent on fmtJosJuice
2020-10-11AudioStretcher: Keep default parameters.Jordan Woyak
2020-09-08cmake: Silence warnings.orbea
2020-09-07Merge pull request #9055 from JosJuice/gc-sample-rateLC
2020-09-06AudioCommon: Get initial sample rates from AudioInterfaceJosJuice
2020-08-22msbuild: re-enable standalone vcxproj processingShawn Hoffman
2020-08-22msbuild: refactor stuff out of project files (for dolphin)Shawn Hoffman
2020-08-22prettify some constructs in vcxproj filesShawn Hoffman
2020-04-29Externals: Fix OpenAL include directory.degasus
2020-04-29Externals: Alter the soundtouch include directory.degasus
2019-12-29Use std::istringstream or std::ostringstream instead of std::stringstream whe...David Korth