summaryrefslogtreecommitdiff
path: root/Source/Core/AudioCommon
AgeCommit message (Expand)Author
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
2017-02-07cmake: Move AO detection to AudioCommonFlorent Castelli
2017-02-05cmake: Move ALSA detection to AudioCommonFlorent Castelli
2017-02-05cmake: Add imported target to FindALSAFlorent Castelli
2017-02-05AudioCommon: Move logic for default sound backend there from ConfigManagerFlorent Castelli
2017-02-05AudioCommon: Remove checks against NullSound::isValid()Florent Castelli
2017-02-05cmake: In AudioCommon, append sources and dependencies to a real targetFlorent Castelli
2017-02-05cmake: Reindent AudioCommonFlorent Castelli
2017-02-04cmake: Move OpenSLES detection to AudioCommon through find_package()Florent Castelli
2017-01-25cmake: Change endif(.*) to endif()Florent Castelli
2017-01-24AudioCommon: Remove unused _M_SSE testStenzek
2017-01-24Fix missing includesFlorent Castelli
2017-01-24Merge pull request #4726 from ligfx/addingwindowsheadersMatthew Parlane
2017-01-23Merge pull request #4721 from RisingFog/remove_dead_audiodump_codeMat M