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
release-prep-2606a
release-prep-2606a-2
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
AudioCommon
Age
Commit message (
Expand
)
Author
2017-06-29
Remove CoreAudio audio backend
Michael Maltese
2017-06-27
Swapped C-style arrays to std::array
LAGonauta
2017-06-27
Removed redundant conversion to float when playing back stereo.
LAGonauta
2017-06-27
Swapped out the sound_sync_event.Wait() call by a simple std::sleep_for.
lfsafady
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
OpenALStream: remove commented-out ALC_REFRESH code
Michael Maltese
2017-06-27
OpenAL: load DLL dynamically
Michael Maltese
2017-06-27
Only build OpenAL on Windows
Michael Maltese
2017-06-27
OpenAL: remove aldlist.cpp
Michael Maltese
2017-06-27
clean up OpenALStream::Start()
Michael Maltese
2017-06-27
OpenALStream: don't include headers if not building
Michael Maltese
2017-06-26
Rename CMixer to Mixer
Michael Maltese
2017-06-15
Move IOFile to a separate file
JosJuice
2017-06-07
msbuild: obey some warnings about missing virtual destructors
Shawn Hoffman
2017-06-06
OpenAL: hardcode that X-Fi supports surround
Michael Maltese
2017-06-06
Fix OpenAL backend on macOS
Michael Maltese
2017-06-05
Merge pull request #5311 from ligfx/mixerdpl2
shuffle2
2017-06-03
might as well update yet some more pointless version numbers..
Shawn Hoffman
2017-06-03
AudioStretcher: split StretchAudio into ProcessSamples / GetStretchedSamples
Michael Maltese
2017-06-03
AudioCommon: extract AudioStretcher class for time-stretching
Michael Maltese
2017-06-03
AudioCommon: move DPL2 decoding into Mixer
Michael Maltese
2017-05-28
upgrade to Windows SDK 10.0.15063.0
BhaaL
2017-05-27
CubebStream: Add missing <vector> include
Lioncash
2017-05-27
Add CubebUtils namespace and hook up cubeb logging
Michael Maltese
2017-05-27
AudioCommon: add Cubeb backend
Michael Maltese
2017-05-25
Migrate to Visual Studio 2017.
Pierre Bourdon
2017-04-23
DPL2Decoder: Prefer static_cast to C-style casts
MerryMage
2017-04-23
DPL2Decoder: Simplify DotProduct
MerryMage
2017-04-23
DPL2Decoder: Prefer std::vector to calloc-ed array
MerryMage
2017-04-23
DPL2Decoder: Make constant variables const in DesignFIR
MerryMage
2017-04-23
DPL2Decoder: Simplify cut-off frequency logic in DesignFIR
MerryMage
2017-04-23
DPL2Decoder: Reduce scope of variable in DesignFIR
MerryMage
2017-04-23
DPL2Decoder: Remove unnecessary pointer arguments of DesignFIR
MerryMage
2017-04-20
AudioCommon: set volume _after_ starting stream
Michael Maltese
2017-04-12
Mixer: Tweak audio stretch parameters
MerryMage
2017-04-12
Mixer: Use a temporary buffer when stretching audio
MerryMage
2017-04-12
Mixer: Calculate actual_samples based on availability in all FIFOs
MerryMage
2017-04-12
Mixer: Disable frequency shifting when stretching is enabled
MerryMage
2017-04-12
Add audio stretching as a configuration option
MerryMage
2017-04-12
Mixer: Implement audio stretching
MerryMage
2017-04-12
Mixer: Return actual number of samples mixed into buffer from MixerFifo::Mix
MerryMage
2017-04-12
OpenALStream: Remove audio stretching
MerryMage
2017-03-31
Remove libao sound backend
Michael Maltese
2017-03-13
Merge pull request #4548 from stenzek/gcc-sse
Markus Wick
2017-03-03
Common: Move byte swapping utilities into their own header
Lioncash
2017-02-15
C++ conformance fixes (MSVC /permissive-)
Phil Christensen
2017-02-08
Fix default audio backend on Android being "No audio output"
JosJuice
2017-02-07
cmake: Move PulseAudio detection to AudioCommon
Florent Castelli
2017-02-07
cmake: Move detection of OpenAL to AudioCommon
Florent Castelli
[next]