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
/
AudioCommon.cpp
Age
Commit message (
Expand
)
Author
2021-11-07
Merge pull request #10169 from leoetlino/fmt-localtime
Mai M
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-03
Add timecode to dspdump and dtkdump
sowens99
2021-08-08
AudioCommon: rename isValid() to IsValid()
Tillmann Karras
2021-08-08
AudioCommon: get rid of Update(), it never does anything
Tillmann Karras
2021-07-13
SI: Implement GBAEmu device
Bonta
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2021-03-24
AudioCommon: Initialize before HW
Bonta-kun
2020-10-21
AudioCommon: Migrate logging over to fmt
Lioncash
2020-09-06
AudioCommon: Get initial sample rates from AudioInterface
JosJuice
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-09-14
AudioCommon: if backend is unknown, use default backend
Michael M
2019-09-14
Remove XAudio2
Michael M
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-11
Set Cubeb as default on Windows
Miksel12
2019-03-18
Allow XAudio2 to be selected as a surround backend.
LAGonauta
2018-05-26
AudioCommon: Implement WASAPI
spycrab
2017-11-19
AudioCommon: make SetSoundStreamRunning idempotent
Michael M
2017-11-19
SoundStream: change Start/Stop to Init/SetRunning/destruct
Michael M
2017-10-21
SoundStream: rename Clear(mute) to SetRunning(running)
Michael M
2017-10-21
AudioCommon: rename ClearAudioBuffer(mute) to SetSoundStreamRunning(running)
Michael M
2017-06-29
Remove CoreAudio audio backend
Michael Maltese
2017-06-26
Rename CMixer to Mixer
Michael Maltese
2017-05-27
AudioCommon: add Cubeb backend
Michael Maltese
2017-04-20
AudioCommon: set volume _after_ starting stream
Michael Maltese
2017-03-31
Remove libao sound backend
Michael Maltese
2017-02-08
Fix default audio backend on Android being "No audio output"
JosJuice
2017-02-05
AudioCommon: Move logic for default sound backend there from ConfigManager
Florent Castelli
2017-02-05
AudioCommon: Remove checks against NullSound::isValid()
Florent Castelli
2016-12-11
AudioCommon: Remove unnecessary headers
Lioncash
2016-10-09
AudioCommon: SupportsDPL2Decoder, SupportsLatencyControl, SupportsVolumeChanges
Michael Maltese
2016-07-31
AudioCommon: const correctness
Lioncash
2016-07-31
AudioCommon: Make the SoundStream global a unique_ptr
Lioncash
2016-06-24
Reformat all the things. Have fun with merge conflicts.
Pierre Bourdon
2015-09-28
Fix building with PCH disabled.
Rohit Nirmal
2015-09-26
Common: Remove other Common prefixed headers from Common.h
Lioncash
2015-08-10
Merge pull request #2825 from lioncash/log
Markus Wick
2015-08-10
Use dummy audio backend if the selected backend fails to start
Moncef Mechri
2015-08-09
AudioCommon: Log to AUDIO, not DSPHLE
Lioncash
2015-05-28
AudioCommon: Remove lock on Pause state
degasus
2015-05-25
Set copyright year to when a file was created
Tillmann Karras
2015-05-25
Update license headers to GPLv2+
Tillmann Karras
2015-05-24
SoundStream: Internally construct the mixer
Lioncash
2014-12-28
Issue 7968: Added keybinds for increasing, decreasing, and muting audio.
FL.dolphinemu
2014-10-15
Start/Stop Audio Dump During Emulation
Fog
[next]