summaryrefslogtreecommitdiff
path: root/Source/Core/AudioCommon
AgeCommit message (Expand)Author
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-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
2016-10-01fix indendentationMichael Maltese
2016-10-01OpenAL: Don't request samples if buffers are fullMichael Maltese
2016-10-01Reorganise a ton of logs levelaldelaro5
2016-08-10Use Common::Flag and Common::Event when possibleLéo Lam
2016-07-31AudioCommon: const correctnessLioncash
2016-07-31AudioCommon: Make the SoundStream global a unique_ptrLioncash
2016-07-01Remove AddStereoSample functionChris Burgener
2016-06-24Split Audio Dumps on Sample Rate ChangesChris Burgener
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2016-05-13Core: Threadsafety Synchronization Fixes (Frame Advance / FifoPlayer)EmptyChaos
2016-02-07Merge pull request #3602 from OatmealDome/coreaudioMathew Maidment
2016-02-06CoreAudioSound: Replace deprecated parametersOatmealDome
2016-02-06CoreAudioSound: Only include AudioUnitOatmealDome
2016-02-05CMakeLists cleanup and enable Android headless building.Ryan Houdek
2016-01-15Mixer: Convert defines into concrete variablesLioncash
2016-01-14Mixer: Directly initialize class membersLioncash
2016-01-14Mixer: DevirtualizeLioncash
2016-01-05Throttler: Rename "framelimiter" to "emulation speed".degasus
2016-01-03[OpenSLES] Fix a delay in audio processing.Ryan Houdek
2015-12-28Updated SoundTouch library to 1.9.2skidau