summaryrefslogtreecommitdiff
path: root/Source/Core/AudioCommon
AgeCommit message (Expand)Author
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
2017-01-23Remove dead audio dumping codeChris Burgener
2017-01-23Add includes for building on Windows without PCHMichael Maltese
2017-01-21cmake: Build XAudio 2.7 backend on WindowsFlorent Castelli
2017-01-08Add Silent Audio Dumping INI OptionChris Burgener
2016-12-17Display warning when dumping audio if file existsChris Burgener
2016-12-11AudioCommon: Remove unnecessary headersLioncash
2016-11-27Remove unnecessary ConfigManager includesLéo Lam
2016-11-02Merge pull request #4414 from linkmauve/single-newlineMarkus Wick
2016-11-02Core: Remove double newlines at the end of *_LOG messages.Emmanuel Gil Peyrot
2016-10-27Added 32-bit fixed point support to OpenAL backend.LAGonauta
2016-10-09AudioCommon: SupportsDPL2Decoder, SupportsLatencyControl, SupportsVolumeChangesMichael Maltese
2016-10-07Fix missing includesLéo Lam
2016-10-04Fix for false error about unqueuing buffers (OpenAL)LAGonauta
2016-10-02Merge pull request #4271 from ligfx/audiofixshuffle2