summaryrefslogtreecommitdiff
path: root/Source/Core/AudioCommon/OpenALStream.h
AgeCommit message (Expand)Author
2026-01-25Remove unused importsMartino Fontana
2025-05-25AudioCommon: Remove unused includesDr. Dystopia
2021-10-13Fix all uninitialized variable warnings (C26495)Pokechu22
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-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2020-04-29Externals: Fix OpenAL include directory.degasus
2017-11-19SoundStream: change Start/Stop to Init/SetRunning/destructMichael M
2017-10-21SoundStream: rename Clear(mute) to SetRunning(running)Michael M
2017-06-27Removed redundant conversion to float when playing back stereo.LAGonauta
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-27OpenAL: load DLL dynamicallyMichael Maltese
2017-06-27Only build OpenAL on WindowsMichael Maltese
2017-06-06Fix OpenAL backend on macOSMichael Maltese
2017-04-12OpenALStream: Remove audio stretchingMerryMage
2016-10-27Added 32-bit fixed point support to OpenAL backend.LAGonauta
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-09-11Added X-Fi check and convert surround FLOAT to SHORT when it is detectedLAGonauta
2015-05-25Set copyright year to when a file was createdTillmann Karras
2015-05-25Update license headers to GPLv2+Tillmann Karras
2015-05-24AudioCommon: Add missing override specifiersLioncash
2015-05-24SoundStream: Internally construct the mixerLioncash
2015-05-10AudioCommon: Migrate threadData to OpenALStream and AOSoundStreamLioncash
2014-11-25Fix name conflict between SoundTouch BOOL and ObjC BOOL.comex
2014-08-16Common: Get rid of StdConditionVariable, StdMutex, and StdThread.Lioncash
2014-08-02AudioCommon: Remove an unnecessary parameter from the OpenAL constructorLioncash
2014-04-14Common: Move the Event class to a separate file, and add tests for it. Fix in...Pierre Bourdon
2014-03-18Remove usesMixer function from the sound streams.lioncash
2014-03-18Mark the audio streams as final.lioncash
2014-03-09clang-modernize -use-nullptrTillmann Karras
2014-03-09clang-modernize -add-overrideTillmann Karras
2014-02-18Convert all includes to relative paths.Lioncash
2014-02-17Second and final pass of clearing out tabs.Lioncash
2014-02-10Replace all include guard ifdefs with "#pragma once"lioncash
2013-12-31Remove unnecessary Src/ foldersJasper St. Pierre