summaryrefslogtreecommitdiff
path: root/Source/Core/AudioCommon/OpenALStream.cpp
AgeCommit message (Expand)Author
2025-05-30AudioCommon: Remove unused qualifiers and make variables constantDr. Dystopia
2025-03-14AudioCommon: Added Granular SynthesisSam Belliveau
2021-12-10Treewide: Adjust order of includesPokechu22
2021-10-15Port Main.DSP to MainSettingssowens99
2021-08-08AudioCommon: rename isValid() to IsValid()Tillmann Karras
2021-08-08AudioCommon: get rid of Update(), it never does anythingTillmann Karras
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2020-11-27AudioCommon: Convert alerts over to fmt-based variantsLioncash
2020-10-21AudioCommon: Migrate logging over to fmtLioncash
2019-11-11Centralize logic to detect when the DPL2 decoder should be used.LAGonauta
2019-10-22DSP must be set to LLE to select the decoderLAGonauta
2019-02-13Removed zeroing-out the LFE as it is not needed anymore.LAGonauta
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-27Swapped C-style arrays to std::arrayLAGonauta
2017-06-27Removed redundant conversion to float when playing back stereo.LAGonauta
2017-06-27Swapped out the sound_sync_event.Wait() call by a simple std::sleep_for.lfsafady
2017-06-27Renamed some variables to the current coding standard and some to betterlfsafady
2017-06-27Changed OpenAL latency setting to really reflect how much time it is.LAGonauta
2017-06-27OpenALStream: remove commented-out ALC_REFRESH codeMichael Maltese
2017-06-27OpenAL: load DLL dynamicallyMichael Maltese
2017-06-27Only build OpenAL on WindowsMichael Maltese
2017-06-27OpenAL: remove aldlist.cppMichael Maltese
2017-06-27clean up OpenALStream::Start()Michael Maltese
2017-06-27OpenALStream: don't include headers if not buildingMichael Maltese
2017-06-06OpenAL: hardcode that X-Fi supports surroundMichael Maltese
2017-06-06Fix OpenAL backend on macOSMichael Maltese
2017-06-03AudioCommon: move DPL2 decoding into MixerMichael Maltese
2017-04-12OpenALStream: Remove audio stretchingMerryMage
2017-01-24Fix missing includesFlorent Castelli
2016-10-27Added 32-bit fixed point support to OpenAL backend.LAGonauta
2016-10-07Fix missing includesLéo Lam
2016-10-04Fix for false error about unqueuing buffers (OpenAL)LAGonauta
2016-10-02Merge pull request #4271 from ligfx/audiofixshuffle2
2016-10-01fix indendentationMichael Maltese
2016-10-01OpenAL: Don't request samples if buffers are fullMichael Maltese
2016-10-01Reorganise a ton of logs levelaldelaro5
2016-08-10Use Common::Flag and Common::Event when possibleLéo Lam
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2015-12-28Updated SoundTouch library to 1.9.2skidau
2015-09-28Fix building with PCH disabled.Rohit Nirmal
2015-09-26Common: Remove other Common prefixed headers from Common.hLioncash
2015-09-11Added X-Fi check and convert surround FLOAT to SHORT when it is detectedLAGonauta
2015-06-27Merge pull request #2659 from Armada651/openal-convJules Blok
2015-06-25OpenALStream: Fix sample conversion.Jules Blok
2015-06-12Options: merge SCoreStartupParameter into SConfigdegasus
2015-05-25Set copyright year to when a file was createdTillmann Karras
2015-05-25Update license headers to GPLv2+Tillmann Karras
2015-05-10AudioCommon: Migrate threadData to OpenALStream and AOSoundStreamLioncash