summaryrefslogtreecommitdiff
path: root/Source/Core/AudioCommon/Src
AgeCommit message (Expand)Author
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-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-08Another OSX cmake fix (make openal compile)nakeee
2011-02-05The compiler need not obey the static keyword, so to avoid linkerSoren Jorvang
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-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-01-31Eliminate some trampoline functions.Jordan Woyak
2011-01-30Build fix: a bogus include was added in r6988.DimitriPilot3
2011-01-30Move async checking for pressed keys into Host_GetKeyState()Soren Jorvang
2011-01-29Fix the Audio tab and merge the DSP config into one.sl1nk3.s
2011-01-28DSP plugin merge - the two DSP plugins are now gone and all the code has been...hrydgard
2011-01-27Forgot about some Linux files using Common::ThreadJordan Woyak
2011-01-27Replaced Common::Thread with a partial implementation of std::thread. (rvalue...Jordan Woyak
2011-01-27Various minor fixes to allow building with clang on OS X.Soren Jorvang
2011-01-18Remove the __APPLE__ workaround for reading config files from a ctor.Soren Jorvang
2011-01-15Fix a few strings that weren't being translated properly.Glenn Rice
2011-01-13Removed my previous PanicAlert translation hack. Fixed with a better method ...Glenn Rice
2011-01-12Audio Mixer: Corrects reversed stereo in LLE and reversed stereo from DMA aud...mylek4
2011-01-12Build fix for OSXskidau
2011-01-12Added a SSSE3 version of the swap16 and memcpy used by the mixerskidau
2011-01-04Some minor tidying of the OS X audio and wiimote code.Soren Jorvang
2011-01-02Audio volume slider support for OS X.Soren Jorvang
2011-01-01Fix for r6707. Looks like I tried to do some invalid 16 bit addressing.mylek4
2010-12-29DX9/DX11: Fixing some maybe possible crashes if a game was started, the confi...NeoBrainX
2010-12-27Core/DSPCore: Improve Interpreter address register add/sub, convert topierre
2010-12-23some better default settings:Shawn Hoffman
2010-12-17Fixed the throttle (Tab) key so that it takes effect when the frame-limiter i...skidau
2010-12-07Use the proper type for printing the OpenAL default device name.Soren Jorvang
2010-12-05First pass at dealing with different size_t/off_t sizes in C90 environments.Soren Jorvang
2010-12-05allow gcc to check the format of args being passed to MsgAlert and GenericLog...Shawn Hoffman
2010-12-04Second attempt at issue 3458. Fixes issue 3458.Shawn Hoffman