summaryrefslogtreecommitdiff
path: root/Source/Core/AudioCommon
AgeCommit message (Expand)Author
2014-07-07Revert "Don't add segfault handler in interpreter mode"Pierre Bourdon
2014-07-05enum CPUState: rename CPU_* to STATE_*Tillmann Karras
2014-07-04Reorder class initializer listsTillmann Karras
2014-06-26Merge pull request #259 from magumagu/dtk-rewriteLioncash
2014-06-26AudioCommon: restore support for DTK volume setting.magumagu
2014-06-24Remove the 32-bit config platform from the VS solution and projectsLioncash
2014-06-15Audio mixer: fix a couple compiler warnings.magumagu
2014-06-15Audio mixer: remove check for ratio > 1.0.magumagu
2014-06-14Rewrite handling of DTK (streaming) audio.magumagu
2014-05-31Revert "DSound: use DSound notifications to produce sound."magumagu
2014-05-29Remove the min/max functions in CommonFuncs.Lioncash
2014-05-23Merge pull request #256 from magumagu/dsound-notifyshuffle2
2014-04-30Add set/get functions for IsFramelimiterTempDisableddegasus
2014-04-30Add a hotkey for disabling the framelimit.degasus
2014-04-14Common: Move the Event class to a separate file, and add tests for it. Fix in...Pierre Bourdon
2014-04-09DSound: use DSound notifications to produce sound.magumagu
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