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
/
PulseAudioStream.h
Age
Commit message (
Expand
)
Author
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: fix "Error stopping stream" when emulation is paused
Tillmann Karras
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2017-11-19
SoundStream: change Start/Stop to Init/SetRunning/destruct
Michael M
2016-08-10
Use Common::Flag and Common::Event when possible
Léo Lam
2016-06-24
Reformat all the things. Have fun with merge conflicts.
Pierre Bourdon
2015-07-30
Remove unnecessary virtual keywords
Lioncash
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
AudioCommon: Add missing override specifiers
Lioncash
2015-05-24
SoundStream: Internally construct the mixer
Lioncash
2015-02-25
Formatting/Whitespace Cleanup
Stevoisiak
2015-01-08
PulseAudio: Support 5.1 surround, optional in UI
Adam Moss
2014-09-08
Include CommonTypes.h instead of Common.h.
Rohit Nirmal
2014-03-18
Remove usesMixer function from the sound streams.
lioncash
2014-03-18
Mark the audio streams as final.
lioncash
2014-03-09
clang-modernize -add-override
Tillmann Karras
2014-02-18
Convert all includes to relative paths.
Lioncash
2014-02-10
Replace all include guard ifdefs with "#pragma once"
lioncash
2014-02-07
Atomic Stores / Loads
degasus
2014-02-07
Pulseaudio: rewrite the pa backend with the async api
degasus
2013-12-31
Remove unnecessary Src/ folders
Jasper St. Pierre