summaryrefslogtreecommitdiff
path: root/Source/Core/AudioCommon
AgeCommit message (Expand)Author
2012-12-14(CoreAudio) Retain volume value until initialization. Makes volume slider wor...Ryan Houdek
2012-12-10Clean up gcc/g++ compiler warnings that have accumulated.Glenn Rice
2012-10-20misc movie cleanup and fixesrog
2012-07-01Implemented proper timing in the "No audio output" back-end.skidau
2012-05-26made savestates synchronous and immediate. this allows saving or loading whil...nitsuja
2012-04-23Removed the DTK Music option. It is now always enabled.skidau
2012-03-25Remove scons-related filesShawn Hoffman
2012-03-18remove scons files from VS projectsShawn Hoffman
2012-01-01name all audio threads (that I know how to) for debugging, as suggested in re...nitsuja
2012-01-01Build fixskidau
2012-01-01Moved the Audio Throttle option to the Framelimit drop-down. The Audio Throt...skidau
2011-12-18give the audio thread a name (this doesn't really matter, but it was bugging me)nitsuja
2011-12-05Compile with OpenAL support on OS X.Maarten ter Huurne
2011-09-05vs2010: Disable LTCG for realzShawn Hoffman
2011-05-28Since LLE can now output at 48kHz, adjust the audio dumper so that it will re...smelenchuk
2011-05-05Trying to fix mixer problem when AIsrc is @48kHz, should fix games like All S...Marko Pusljar
2011-03-22Fixed some memory leaks. Only one was mine ;PJordan Woyak
2011-03-16Fix and issue with the escape button closing the hotkey dialog when trying to...Glenn Rice
2011-03-15A bit of cleanup to Core Init/Stop, Frame, and Main. Cleanup XAudio2 to attem...Jordan Woyak
2011-03-12AudioCommon: Improve pad silence when ppc does not keep up with realtimepierre
2011-03-11Wrapped fopen/close/read/write functions inside a simple "IOFile" class. Read...Jordan Woyak
2011-03-05Replaced Common::CriticalSection with a std::mutex implementation. 64bit Wind...Jordan Woyak
2011-03-03Move SConscript files out from the Src subdirectories to beSoren Jorvang
2011-03-03Prepare for the release of Xcode 4, which has working LTOSoren Jorvang
2011-03-01More conversion from char * to std::string.Glenn Rice
2011-02-28Convert GetUserPath to return a std::string instead of a const char *. This ...Glenn Rice
2011-02-21revert r7212 (express users must modify a single line, instead)Shawn Hoffman
2011-02-20Force dolphin to use the windows7.1sdk (the windows7.1sdk installer is silly ...Shawn Hoffman
2011-02-14Some work on changing comments, log messages, and variable and function names...Glenn Rice
2011-02-13Audio logging: actually use the audio backend sample rate when dumping HLE au...smelenchuk
2011-02-13Fix for LLE audio dumping to report correct sample rate in output file.smelenchuk
2011-02-11Make sure the audio dump directory exists when dumping audio. Otherwise a se...Glenn Rice
2011-02-11Fix frame dumping for linux.Glenn Rice
2011-02-11* Dump AVI output on every VI (fixes issue #4064).smelenchuk
2011-02-11drop vs2008 projects in favor of vs2010Shawn Hoffman
2011-02-08Another OSX cmake fix (make openal compile)nakeee
2011-02-08vs2010:Shawn Hoffman
2011-02-05The compiler need not obey the static keyword, so to avoid linkerSoren Jorvang
2011-02-04vs2010: small fixups to vcxproj files.Shawn Hoffman
2011-02-04Change the audio sample rate setting to a numerical value. Fixes issue 4045....Glenn Rice
2011-02-04In the SCons build, skip the generation of static librariesSoren Jorvang
2011-02-03should fix build for legacy windows build system...Shawn Hoffman
2011-02-03Remove OpenAL for windows.Shawn Hoffman
2011-02-03Fix the CMake build.Soren Jorvang
2011-02-02Remove the global namespace a bit and remove some dead code.Soren Jorvang
2011-02-01vs2010: Enable LTCG only for release builds.Shawn Hoffman
2011-01-31vs2010:Shawn Hoffman
2011-01-31vs2010: buildfix for debugfast, silence all C4996 warnings.Shawn Hoffman
2011-01-31Eliminate some trampoline functions.Jordan Woyak
2011-01-31svn eol-style:native on the filters...Shawn Hoffman