summaryrefslogtreecommitdiff
path: root/Source/Core/AudioCommon
AgeCommit message (Expand)Author
2025-11-07CubebStream: Use WorkQueueThread::PushBlocking instead of sync_eventDentomologist
2025-08-05Merge pull request #13725 from Sam-Belliveau/more-consistent-loopingJMC47
2025-07-23AudioCommon/Mixer: Skip sample processing when NullSoundStream is being used.Jordan Woyak
2025-07-11AudioCommon/Mixer: make large array in Mixer::MixerFifo::Enqueue() static so...ITotalJustice
2025-06-08AudioCommon: Re-add missing includesJosJuice
2025-06-07Merge pull request #12836 from JosJuice/opensles-buffer-sizeJMC47
2025-06-08Merge pull request #13727 from JoshuaVandaele/fmt-11.2.0-localtime-deprecTilka
2025-06-07Merge pull request #13522 from tygyh/Enforce-overriding-destructor-style-Core...Jordan Woyak
2025-06-07Merge pull request #13697 from tygyh/AudioCommon/Remove-unused-includesJordan Woyak
2025-06-07Merge pull request #13698 from tygyh/AudioCommon/Remove-unused-qualifiers-and...Jordan Woyak
2025-06-04fmt: Replace deprecated `fmt::localtime` usage with `Common::LocalTime`Joshua Vandaƫle
2025-06-02Fade audio after an entire loopSam Belliveau
2025-06-01WaveFile: Add m_ prefix to member variablesDentomologist
2025-05-30AudioCommon: Remove unused qualifiers and make variables constantDr. Dystopia
2025-05-25Android: Ask system for optimal audio buffer size and sample rateJosJuice
2025-05-25Android: Get rid of OpenSLESStream's global stateJosJuice
2025-05-25AudioCommon: Remove unused includesDr. Dystopia
2025-05-07CubebUtils: Add COM helper classSepalani
2025-05-07IOS/USB: Emulate Wii Speak using cubebSepalani
2025-05-04Merge pull request #13608 from jordan-woyak/async-work-threadAdmiral H. Curtiss
2025-05-02AudioCommon/CubebUtils: Fix logged file name.Jordan Woyak
2025-05-01Core and AudioCommon: Use AsyncWorkThread.Jordan Woyak
2025-05-01Make overriding explicit and remove redundant virtual specifiers on overridin...Dr. Dystopia
2025-04-21AudioCommon: Make cubeb sound backend default on Linux.Jordan Woyak
2025-04-05Mixer: Use Doubles for Sample Rate Conversion.Sam Belliveau
2025-04-01Improve Performance of Granular Buffering + User Adjustable Buffer SizeSam Belliveau
2025-03-26AudioPanel: Refactor to use Config system. Some options were changed to a di...TryTwo
2025-03-14AudioCommon: Added Granular SynthesisSam Belliveau
2025-01-25CMakeLists: Add flag to disable CubebOatmealDome
2024-07-26Adjust order and spacing of various #includesDentomologist
2024-06-20AudioCommon: unlock mutex explicitly to avoid -Wunused-result warningTillmann Karras
2024-06-04Android: Implement OpenSLESStream::SetRunningJosJuice
2024-04-16AudioCommon: When ALSA is absent on Linux, default to Cubeb backendDentomologist
2024-04-14Set default sound backend on OpenBSD to cubebBrad Smith
2024-03-17Cubeb: check correct log levelTillmann Karras
2024-03-14Cubeb: change log level from NOTICE to INFOTillmann Karras
2023-08-17Use structs for config callback IDsJosJuice
2023-07-22cubeb: Change name to "Dolphin Emulator"Martino Fontana
2023-06-30Merge pull request #11955 from TellowKrinkle/CMakeDependenciesAdmiral H. Curtiss
2023-06-18Replace std::ostringstream usage with fmt::formatget
2023-06-15CMake: Use targets for all optionally-external dependenciesTellowKrinkle
2023-03-22Common: Move FixedSizeQueue into Common namespaceLioncash
2023-03-13Skylander Portal: Play Trap Team AudioJoshua de Reeper
2023-02-04WorkQueueThread: provide name and function at same timeScott Mansell
2023-01-30Merge pull request #10947 from Zopolis4/opensleuthAdmiral H. Curtiss
2023-01-23windows: replace comdef dependency with winrtShawn Hoffman
2023-01-06CoreTiming: Throttle Before Every Event Using ChronoSam Belliveau
2022-12-23New FrameTime/VBlank Analyzer + GraphSam Belliveau
2022-11-27Correctly call CoUninitialize() on Cubeb helper class destruction.Admiral H. Curtiss
2022-11-26Core: Use extra thread for Cubeb on Windows to not disturb the CoInitialize s...Admiral H. Curtiss