summaryrefslogtreecommitdiff
path: root/Source/Core/AudioCommon/AudioCommon.cpp
AgeCommit message (Expand)Author
2020-10-21AudioCommon: Migrate logging over to fmtLioncash
2020-09-06AudioCommon: Get initial sample rates from AudioInterfaceJosJuice
2019-10-22Allow user to change DPLII decoding qualityLAGonauta
2019-10-10AudioCommon: Don't forget to call Init() on fallbackStenzek
2019-09-14AudioCommon: if backend is unknown, use default backendMichael M
2019-09-14Remove XAudio2Michael M
2019-05-31AudioCommon: Move static locals into the AudioCommon namespaceLioncash
2019-05-31AudioCommon: Use emplace_back instead of push_back in GetSoundBackends()Lioncash
2019-05-31AudioCommon: Use std::string_view with feature querying functionsLioncash
2019-05-11Set Cubeb as default on WindowsMiksel12
2019-03-18Allow XAudio2 to be selected as a surround backend.LAGonauta
2018-05-26AudioCommon: Implement WASAPIspycrab
2017-11-19AudioCommon: make SetSoundStreamRunning idempotentMichael M
2017-11-19SoundStream: change Start/Stop to Init/SetRunning/destructMichael M
2017-10-21SoundStream: rename Clear(mute) to SetRunning(running)Michael M
2017-10-21AudioCommon: rename ClearAudioBuffer(mute) to SetSoundStreamRunning(running)Michael M
2017-06-29Remove CoreAudio audio backendMichael Maltese
2017-06-26Rename CMixer to MixerMichael Maltese
2017-05-27AudioCommon: add Cubeb backendMichael Maltese
2017-04-20AudioCommon: set volume _after_ starting streamMichael Maltese
2017-03-31Remove libao sound backendMichael Maltese
2017-02-08Fix default audio backend on Android being "No audio output"JosJuice
2017-02-05AudioCommon: Move logic for default sound backend there from ConfigManagerFlorent Castelli
2017-02-05AudioCommon: Remove checks against NullSound::isValid()Florent Castelli
2016-12-11AudioCommon: Remove unnecessary headersLioncash
2016-10-09AudioCommon: SupportsDPL2Decoder, SupportsLatencyControl, SupportsVolumeChangesMichael Maltese
2016-07-31AudioCommon: const correctnessLioncash
2016-07-31AudioCommon: Make the SoundStream global a unique_ptrLioncash
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2015-09-28Fix building with PCH disabled.Rohit Nirmal
2015-09-26Common: Remove other Common prefixed headers from Common.hLioncash
2015-08-10Merge pull request #2825 from lioncash/logMarkus Wick
2015-08-10Use dummy audio backend if the selected backend fails to startMoncef Mechri
2015-08-09AudioCommon: Log to AUDIO, not DSPHLELioncash
2015-05-28AudioCommon: Remove lock on Pause statedegasus
2015-05-25Set copyright year to when a file was createdTillmann Karras
2015-05-25Update license headers to GPLv2+Tillmann Karras
2015-05-24SoundStream: Internally construct the mixerLioncash
2014-12-28Issue 7968: Added keybinds for increasing, decreasing, and muting audio.FL.dolphinemu
2014-10-15Start/Stop Audio Dump During EmulationFog
2014-10-09Proper Audio/Video DumpingFog
2014-09-30AudioCommon: Prefix soundStream global with g_Lioncash
2014-08-30AudioCommon: Get rid of now unused handle param for InitSoundStream()Lioncash
2014-08-23Remove dsound audio backend.Shawn Hoffman
2014-07-25Remove audio frame limit.Rachel Bryk
2014-06-14Rewrite handling of DTK (streaming) audio.magumagu
2014-03-30Merge pull request #220 from magumagu/audio-handling-cleanup-v2Pierre Bourdon
2014-03-29Move audio handling out of DSP emulation.magumagu
2014-03-29Delete AudioCommon::UseJIT().magumagu
2014-03-29Move mixer construction to AudioCommon.cpp.magumagu