index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
AudioCommon
/
OpenALStream.h
Age
Commit message (
Expand
)
Author
2026-01-25
Remove unused imports
Martino Fontana
2025-05-25
AudioCommon: Remove unused includes
Dr. Dystopia
2021-10-13
Fix all uninitialized variable warnings (C26495)
Pokechu22
2021-08-08
AudioCommon: rename isValid() to IsValid()
Tillmann Karras
2021-08-08
AudioCommon: make SoundLoop() non-virtual and private
Tillmann Karras
2021-08-08
AudioCommon: get rid of Update(), it never does anything
Tillmann Karras
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2020-04-29
Externals: Fix OpenAL include directory.
degasus
2017-11-19
SoundStream: change Start/Stop to Init/SetRunning/destruct
Michael M
2017-10-21
SoundStream: rename Clear(mute) to SetRunning(running)
Michael M
2017-06-27
Removed redundant conversion to float when playing back stereo.
LAGonauta
2017-06-27
Renamed some variables to the current coding standard and some to better
lfsafady
2017-06-27
Changed OpenAL latency setting to really reflect how much time it is.
LAGonauta
2017-06-27
OpenAL: load DLL dynamically
Michael Maltese
2017-06-27
Only build OpenAL on Windows
Michael Maltese
2017-06-06
Fix OpenAL backend on macOS
Michael Maltese
2017-04-12
OpenALStream: Remove audio stretching
MerryMage
2016-10-27
Added 32-bit fixed point support to OpenAL backend.
LAGonauta
2016-08-10
Use Common::Flag and Common::Event when possible
Léo Lam
2016-06-24
Reformat all the things. Have fun with merge conflicts.
Pierre Bourdon
2015-09-11
Added X-Fi check and convert surround FLOAT to SHORT when it is detected
LAGonauta
2015-05-25
Set copyright year to when a file was created
Tillmann Karras
2015-05-25
Update license headers to GPLv2+
Tillmann Karras
2015-05-24
AudioCommon: Add missing override specifiers
Lioncash
2015-05-24
SoundStream: Internally construct the mixer
Lioncash
2015-05-10
AudioCommon: Migrate threadData to OpenALStream and AOSoundStream
Lioncash
2014-11-25
Fix name conflict between SoundTouch BOOL and ObjC BOOL.
comex
2014-08-16
Common: Get rid of StdConditionVariable, StdMutex, and StdThread.
Lioncash
2014-08-02
AudioCommon: Remove an unnecessary parameter from the OpenAL constructor
Lioncash
2014-04-14
Common: Move the Event class to a separate file, and add tests for it. Fix in...
Pierre Bourdon
2014-03-18
Remove usesMixer function from the sound streams.
lioncash
2014-03-18
Mark the audio streams as final.
lioncash
2014-03-09
clang-modernize -use-nullptr
Tillmann Karras
2014-03-09
clang-modernize -add-override
Tillmann Karras
2014-02-18
Convert all includes to relative paths.
Lioncash
2014-02-17
Second and final pass of clearing out tabs.
Lioncash
2014-02-10
Replace all include guard ifdefs with "#pragma once"
lioncash
2013-12-31
Remove unnecessary Src/ folders
Jasper St. Pierre