summaryrefslogtreecommitdiff
path: root/Source/Core/AudioCommon/SoundStream.h
AgeCommit message (Expand)Author
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-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2017-11-19SoundStream: change Start/Stop to Init/SetRunning/destructMichael M
2017-10-21SoundStream: rename Clear(mute) to SetRunning(running)Michael M
2017-10-21SoundStream: remove unused m_muted and IsMutedMichael M
2017-06-26Rename CMixer to MixerMichael Maltese
2017-01-23Remove dead audio dumping codeChris Burgener
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2015-09-26Common: Remove other Common prefixed headers from Common.hLioncash
2015-08-09AudioCommon: Log to AUDIO, not DSPHLELioncash
2015-05-25Set copyright year to when a file was createdTillmann Karras
2015-05-25Update license headers to GPLv2+Tillmann Karras
2015-05-24SoundStream: Devirtualize StartLogAudio and StopLogAudioLioncash
2015-05-24SoundStream: Devirtualize GetMixerLioncash
2015-05-24SoundStream: Internally construct the mixerLioncash
2015-05-10AudioCommon: Migrate threadData to OpenALStream and AOSoundStreamLioncash
2014-11-13Various formatting and consistency fixesStevoisiak
2014-09-08Include CommonTypes.h instead of Common.h.Rohit Nirmal
2014-09-06AudioCommon: Use std::string for the filename parameter of StartLogAudioLioncash
2014-08-30AudioCommon: Clean up brace placementsLioncash
2014-02-18Convert all includes to relative paths.Lioncash
2014-02-10Replace all include guard ifdefs with "#pragma once"lioncash
2013-12-31Remove unnecessary Src/ foldersJasper St. Pierre