summaryrefslogtreecommitdiff
path: root/Source/Core/AudioCommon/AudioCommon.cpp
AgeCommit message (Expand)Author
2026-03-23AudioCommon: Use left const for non-pointer variablesDentomologist
2025-06-08Merge pull request #13727 from JoshuaVandaele/fmt-11.2.0-localtime-deprecTilka
2025-06-04fmt: Replace deprecated `fmt::localtime` usage with `Common::LocalTime`Joshua Vandaële
2025-05-30AudioCommon: Remove unused qualifiers and make variables constantDr. Dystopia
2025-04-21AudioCommon: Make cubeb sound backend default on Linux.Jordan Woyak
2025-01-25CMakeLists: Add flag to disable CubebOatmealDome
2024-04-16AudioCommon: When ALSA is absent on Linux, default to Cubeb backendDentomologist
2024-04-14Set default sound backend on OpenBSD to cubebBrad Smith
2022-11-06AudioCommon: Pass Core::System to AudioCommon functions.Admiral H. Curtiss
2022-08-31AudioCommon: Move sound stream variables to Core::System.Admiral H. Curtiss
2021-11-07Merge pull request #10169 from leoetlino/fmt-localtimeMai M
2021-10-16Merge pull request #10144 from malleoz/dsp-onionLéo Lam
2021-10-15Port Main.DSP to MainSettingssowens99
2021-10-15Use fmt::localtime instead of thread-unsafe std::localtimeLéo Lam
2021-10-03Add timecode to dspdump and dtkdumpsowens99
2021-08-08AudioCommon: rename isValid() to IsValid()Tillmann Karras
2021-08-08AudioCommon: get rid of Update(), it never does anythingTillmann Karras
2021-07-13SI: Implement GBAEmu deviceBonta
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2021-03-24AudioCommon: Initialize before HWBonta-kun
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