index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
AudioCommon
Age
Commit message (
Expand
)
Author
2022-01-29
IOFile: Make origin parameter to Seek() an enum class.
Admiral H. Curtiss
2022-01-09
Use HRWrap in remaining locations
Pokechu22
2022-01-06
Core/AudioCommon: Add config caching to Mixer.
Admiral H. Curtiss
2022-01-06
Config: Port TimingVariance setting to new config system.
Admiral H. Curtiss
2022-01-06
Config: Port emulation speed setting to new config system.
Admiral H. Curtiss
2021-12-10
Treewide: Adjust order of includes
Pokechu22
2021-11-07
Merge pull request #10169 from leoetlino/fmt-localtime
Mai M
2021-10-24
Convert LOG_TYPE and LOG_LEVELS to enum class
Pokechu22
2021-10-16
Merge pull request #10144 from malleoz/dsp-onion
Léo Lam
2021-10-15
Port Main.DSP to MainSettings
sowens99
2021-10-15
Use fmt::localtime instead of thread-unsafe std::localtime
Léo Lam
2021-10-15
Merge pull request #10149 from malleoz/audiodump-add-timecode
Léo Lam
2021-10-13
Fix all uninitialized variable warnings (C26495)
Pokechu22
2021-10-03
Add timecode to dspdump and dtkdump
sowens99
2021-08-08
AudioCommon: rename isValid() to IsValid()
Tillmann Karras
2021-08-08
AudioCommon: make SoundLoop() non-virtual and private
Tillmann Karras
2021-08-08
AudioCommon: get rid of Update(), it never does anything
Tillmann Karras
2021-08-08
AudioCommon: fix "Error stopping stream" when emulation is paused
Tillmann Karras
2021-07-13
SI: Implement GBAEmu device
Bonta
2021-07-13
Mixer: Support GBA samples mixing
Bonta
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2021-04-02
Replace uses of cassert with Common/Assert.h
Pokechu22
2021-03-24
AudioCommon: Initialize before HW
Bonta-kun
2021-03-11
Merge pull request #8316 from CookiePLMonster/wasapi-code-improvements
JosJuice
2021-01-27
msbuild: bundle all dolphin "core" code into single library
Shawn Hoffman
2021-01-27
rename Common/File to Common/IOFile
Shawn Hoffman
2021-01-12
AudioCommon/WASAPI: Construct std::thread with invoke semantics instead of a ...
Silent
2021-01-12
AudioCommon/WASAPI: Factorize device enumeration logic into a function to gre...
Silent
2021-01-12
AudioCommon/WASAPI: Do volume adjustment only when really needed
Silent
2021-01-12
AudioCommon/WASAPI: Remove thread unsafe nullptr checks giving a false sense ...
Silent
2021-01-12
AudioCommon/WASAPI: Use std::string_view where applicable
Silent
2021-01-12
AudioCommon/WASAPI: Use leaner memory model on m_running, no need for a full ...
Silent
2021-01-12
AudioCommon/WASAPI: Simplify thread synchronization model by not detaching WA...
Silent
2021-01-12
AudioCommon/WASAPI: Use WRL/WIL whenever possible
Silent
2021-01-12
AudioCommon: Make HandleWinAPI handle all success return values properly, not...
Silent
2020-11-27
AudioCommon: Convert alerts over to fmt-based variants
Lioncash
2020-10-26
Merge pull request #9071 from orbea/cmake
Léo Lam
2020-10-21
AudioCommon: Migrate logging over to fmt
Lioncash
2020-10-21
Common/Log: Add basic fmt-capable functions to the interface.
Lioncash
2020-10-19
CMake: Fix build errors exposed by making common dependent on fmt
JosJuice
2020-10-11
AudioStretcher: Keep default parameters.
Jordan Woyak
2020-09-08
cmake: Silence warnings.
orbea
2020-09-07
Merge pull request #9055 from JosJuice/gc-sample-rate
LC
2020-09-06
AudioCommon: Get initial sample rates from AudioInterface
JosJuice
2020-08-22
msbuild: re-enable standalone vcxproj processing
Shawn Hoffman
2020-08-22
msbuild: refactor stuff out of project files (for dolphin)
Shawn Hoffman
2020-08-22
prettify some constructs in vcxproj files
Shawn Hoffman
2020-04-29
Externals: Fix OpenAL include directory.
degasus
2020-04-29
Externals: Alter the soundtouch include directory.
degasus
2019-12-29
Use std::istringstream or std::ostringstream instead of std::stringstream whe...
David Korth
[next]