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
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
2019-12-28
Add an ARM64 target to Visual Studio projects
Stenzek
2019-11-30
Update VS projects/solutions to VS2019
Stenzek
2019-11-28
Common: Unify logging namespace with Common
Lioncash
2019-11-26
Android: Add audio volume setting
JosJuice
2019-11-11
Centralize logic to detect when the DPL2 decoder should be used.
LAGonauta
2019-10-22
DSP must be set to LLE to select the decoder
LAGonauta
2019-10-22
Allow user to change DPLII decoding quality
LAGonauta
2019-10-10
AudioCommon: Don't forget to call Init() on fallback
Stenzek
2019-10-10
AlsaSoundStream: Don't call join() on invalid thread
Stenzek
2019-09-14
AudioCommon: if backend is unknown, use default backend
Michael M
2019-09-14
Remove XAudio2
Michael M
2019-08-15
Fix implicit false-to-nullptr conversions
QuellaZhang
2019-07-23
StringUtil: Use std::string_view more
JosJuice
2019-05-31
Merge pull request #8135 from lioncash/cmake
Léo Lam
2019-05-31
AudioCommon: Move static locals into the AudioCommon namespace
Lioncash
2019-05-31
AudioCommon: Use emplace_back instead of push_back in GetSoundBackends()
Lioncash
2019-05-31
AudioCommon: Use std::string_view with feature querying functions
Lioncash
2019-05-31
AudioCommon/CMakeLists: Specify headers in target sources
Lioncash
2019-05-14
Merge pull request #8087 from spycrab/cmake_win2019
spycrab
2019-05-12
Common/CMake: Fix Windows build
spycrab
2019-05-11
Set Cubeb as default on Windows
Miksel12
2019-05-06
Reformat repo to clang-format 7.0 rules
Techjar
2019-05-04
Replace MathUtil::Clamp with std::clamp
Léo Lam
2019-05-04
Merge pull request #7839 from ShFil119/impr/redundant
Léo Lam
2019-04-30
Remove redundant initialization
Filip Gawin
[prev]
[next]