summaryrefslogtreecommitdiff
path: root/Source/Core/AudioCommon
AgeCommit message (Expand)Author
2014-04-01Replace use of the deprecated mem_fun function with mem_fn.lioncash
2014-03-30Merge pull request #220 from magumagu/audio-handling-cleanup-v2Pierre Bourdon
2014-03-29Move audio handling out of DSP emulation.magumagu
2014-03-29Delete AudioCommon::UseJIT().magumagu
2014-03-29Move mixer construction to AudioCommon.cpp.magumagu
2014-03-29Move UDSPControl structure into DSP.h .magumagu
2014-03-29Remove all trailing whitespaces from our codebase.Pierre Bourdon
2014-03-26Delete a bunch of old audio HLE cruft.magumagu
2014-03-18Remove usesMixer function from the sound streams.lioncash
2014-03-18Mark the audio streams as final.lioncash
2014-03-14Kill off some usages of c_str.Lioncash
2014-03-11Fixes spacing for "for", "while", "switch" and "if"Matthew Parlane
2014-03-09clang-modernize -use-nullptrTillmann Karras
2014-03-09clang-modernize -add-overrideTillmann Karras
2014-03-09clang-modernize -loop-convertTillmann Karras
2014-02-28Various changes suggested by cppcheckTillmann Karras
2014-02-28Fix various warnings reported by clangTillmann Karras
2014-02-20Fix more header sorting issues in AudioCommon/ (now check-includes clean).Pierre Bourdon
2014-02-18Convert all includes to relative paths.Lioncash
2014-02-17Second and final pass of clearing out tabs.Lioncash
2014-02-16Fix some vertical alignmentsLioncash
2014-02-13Disable framerate correction for OpenALdegasus
2014-02-11change AI sampling rate based on framelimitdegasus
2014-02-11controll the interpolation frac by the fifo sizedegasus
2014-02-11audiocommon: sync mixer by fifo instead of estimate valuesdegasus
2014-02-11audiocommon: remove 1:1 interpolationdegasus
2014-02-10Replace all include guard ifdefs with "#pragma once"lioncash
2014-02-07Atomic Stores / Loadsdegasus
2014-02-07Pulseaudio: rewrite the pa backend with the async apidegasus
2014-02-05Change the modified parameter in the Clamp function to be a pointer.Lioncash
2014-02-04Introduce a generic clamp function to clean up some similarly duplicated code.Lioncash
2013-12-31Remove unnecessary Src/ foldersJasper St. Pierre
2013-12-31Convert all vcxproj files to UNIX line endingsJasper St. Pierre
2013-12-11Minor const-correctness for some functions in FifoPlayer and some AudioCommon...Lioncash
2013-11-07Re-plumb window handle to the dsound backend.Shawn Hoffman
2013-11-03Run code through the advanced tool 'sed' to remove trailing whitespace.comex
2013-11-03Run code through clang-modernize -loop-convert to create range-based for loop...comex
2013-10-26Update to VS2013 and a slew of build-related updates. Notes:Shawn Hoffman
2013-10-19Remove some more includes.Lioncash
2013-10-19Remove some unnecessary includes as well as simplifying exisiting ones if pos...Lioncash
2013-10-17Basic precompiled header support for Linux/OS X. Shaves 20-30% off full rebu...comex
2013-10-14Revert "Remove some unnecessary includes."Lioncash
2013-10-14Remove some unnecessary includes.Lioncash
2013-09-01A bunch of trivial changes to fix clang warnings.comex
2013-07-11fix AudioCommon::Mixer Buffer indicesdegasus
2013-07-05Fix most ARM warningsRyan Houdek
2013-06-23Merge in JP's change to fix audio stuttering with OpenAL.Ryan Houdek
2013-06-22fixed uninitialzed audio_size variable in WaveFileWriterJordan Cristiano
2013-06-22DSBCAPS_GLOBALFOCUS allows sound to still play when the application is in the...Jordan Cristiano
2013-06-22added new license header to missed audio source filesJordan Cristiano