summaryrefslogtreecommitdiff
path: root/Source/Core/AudioCommon
AgeCommit message (Expand)Author
2017-06-29Remove CoreAudio audio backendMichael Maltese
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-26Rename CMixer to MixerMichael Maltese
2017-06-15Move IOFile to a separate fileJosJuice
2017-06-07msbuild: obey some warnings about missing virtual destructorsShawn Hoffman
2017-06-06OpenAL: hardcode that X-Fi supports surroundMichael Maltese
2017-06-06Fix OpenAL backend on macOSMichael Maltese
2017-06-05Merge pull request #5311 from ligfx/mixerdpl2shuffle2
2017-06-03might as well update yet some more pointless version numbers..Shawn Hoffman
2017-06-03AudioStretcher: split StretchAudio into ProcessSamples / GetStretchedSamplesMichael Maltese
2017-06-03AudioCommon: extract AudioStretcher class for time-stretchingMichael Maltese
2017-06-03AudioCommon: move DPL2 decoding into MixerMichael Maltese
2017-05-28upgrade to Windows SDK 10.0.15063.0BhaaL
2017-05-27CubebStream: Add missing <vector> includeLioncash
2017-05-27Add CubebUtils namespace and hook up cubeb loggingMichael Maltese
2017-05-27AudioCommon: add Cubeb backendMichael Maltese
2017-05-25Migrate to Visual Studio 2017.Pierre Bourdon
2017-04-23DPL2Decoder: Prefer static_cast to C-style castsMerryMage
2017-04-23DPL2Decoder: Simplify DotProductMerryMage
2017-04-23DPL2Decoder: Prefer std::vector to calloc-ed arrayMerryMage
2017-04-23DPL2Decoder: Make constant variables const in DesignFIRMerryMage
2017-04-23DPL2Decoder: Simplify cut-off frequency logic in DesignFIRMerryMage
2017-04-23DPL2Decoder: Reduce scope of variable in DesignFIRMerryMage
2017-04-23DPL2Decoder: Remove unnecessary pointer arguments of DesignFIRMerryMage
2017-04-20AudioCommon: set volume _after_ starting streamMichael Maltese
2017-04-12Mixer: Tweak audio stretch parametersMerryMage
2017-04-12Mixer: Use a temporary buffer when stretching audioMerryMage
2017-04-12Mixer: Calculate actual_samples based on availability in all FIFOsMerryMage
2017-04-12Mixer: Disable frequency shifting when stretching is enabledMerryMage
2017-04-12Add audio stretching as a configuration optionMerryMage
2017-04-12Mixer: Implement audio stretchingMerryMage
2017-04-12Mixer: Return actual number of samples mixed into buffer from MixerFifo::MixMerryMage
2017-04-12OpenALStream: Remove audio stretchingMerryMage
2017-03-31Remove libao sound backendMichael Maltese
2017-03-13Merge pull request #4548 from stenzek/gcc-sseMarkus Wick
2017-03-03Common: Move byte swapping utilities into their own headerLioncash
2017-02-15C++ conformance fixes (MSVC /permissive-)Phil Christensen
2017-02-08Fix default audio backend on Android being "No audio output"JosJuice
2017-02-07cmake: Move PulseAudio detection to AudioCommonFlorent Castelli
2017-02-07cmake: Move detection of OpenAL to AudioCommonFlorent Castelli