summaryrefslogtreecommitdiff
path: root/Source/Core/AudioCommon/Src
AgeCommit message (Expand)Author
2010-06-02Fix some cases of variables being used uninitialized. Also some unusedSoren Jorvang
2010-06-02Fix typo.Soren Jorvang
2010-06-01fix AudioCommon including linux headers on windowsShawn Hoffman
2010-06-01Hopefully fix building on Linux.Soren Jorvang
2010-06-01Now that Core Audio works, reduce the number of build permutations a bit Soren Jorvang
2010-05-31Have the AudioUnit callback drive the internal mixer directly insteadSoren Jorvang
2010-05-30Get the audio unit output buffer size and use that as the renderingSoren Jorvang
2010-05-21Linux: Better ALSA supportpierre
2010-05-07Linux: Fix horrible latency when the alsa pulseaudio plugin is involved, see ...pierre
2010-03-24XK patch for adding jit config to audiocommon/c16 function to x64emitternakeee
2010-03-08Added a null check when stopping the DSPHLE plugin with the DSound back-end. ...skidau
2010-02-12Fix a Memory leak in CoreAudio backend, around 2MB. Stops OpenCL from trying ...Sonicadvance1
2010-02-07Fix an issue with OpenAL not properly using the correct Volume on bootsl1nk3.s
2010-02-07EXPERIMENTAL: an attempt to fix Issue 1725ayuanx
2010-02-05Correct stopping of Core in OSX via Command+Q, and fix a thread from not dyin...Sonicadvance1
2010-02-02Some small clean up + fixes to make valgrind happynakeee
2010-01-31Fix minor issue with inclusion of OpenAL headersGlenn Rice
2010-01-20Nullsound killed - Fixes Issue 1082Marko Pusljar
2010-01-18Change the order so selected iso will be first and only then the default iso.nakeee
2010-01-17Allow OSX to quit Dolphin cleanly in NoWX build with command+Q. Not sure how ...Sonicadvance1
2010-01-14This could alleviate the suffering of dual core synchronization a bit.ayuanx
2010-01-12coreaudio backend make sound nowtmator
2009-12-25Wiimote: More work, don't ask, no answerayuanx
2009-12-25Sound System Rework: Phase 2 (cont'ed)ayuanx
2009-12-23Sound System Rework: Phase 2ayuanx
2009-12-22Sound System Rework: Phase 1ayuanx
2009-12-20Added volume control for OpenAL, also improved its performance a bit, but don...ayuanx
2009-12-20Now OpenAL works, at least.ayuanx
2009-12-18Thread safe.ayuanx
2009-12-13Code cleanup, removed extern declaration in sound streamsayuanx
2009-12-13Add the mixer change from issue 1479 (use sleep(1) instead of cpu yield)Shawn Hoffman
2009-12-12Improved XTra.KrazzY's Mute-On-Pause a bit, so it won't cost any CPU time whe...ayuanx
2009-12-10Fixed annoying sound when pausing/shutting down (please test for ALL backends...XTra.KrazzY
2009-11-27AlsaSound: Applied the fix from issue 1689 makes DSP betternakeee
2009-11-07LUAInterface should have all its functionality now (excluding input/controlle...XTra.KrazzY
2009-10-23CoreAudio for osx : replace all deprecated functions, now it not block dolphi...tmator
2009-10-15Pulse audio empty struct implementation. Working on it thoughnakeee
2009-10-15Audio: alsa is now default on linux, scons switch openal off by default (open...nakeee
2009-10-15Turns out that if one fails to use pkg-config to configure alsa, some other a...Shawn Hoffman
2009-09-30OpenCL: added opencl=true option to scons and fixed the case on the way.nakeee
2009-09-24Add CoreAudio Backend, still needs a bit of work. Will cleanup AudioCommon.cp...Sonicadvance1
2009-09-21fix some path issues on OSX, also libao for osx only supports 44.1kHz...aweso...Shawn Hoffman
2009-09-15DSP: added automatic alsa test.nakeee
2009-09-09hopefully unbreak win32 build. yeah, this was sloppy of me :phrydgard
2009-09-09Linux: Alsa backend for the audio plugins. Didn't succeed in reducing latency...hrydgard
2009-09-08get rid of the '¯' chars in source code...non ascii chars are not really goo...Shawn Hoffman
2009-07-28Now ALL copyright dates are fixed to the legally correct year: The year in wh...XTra.KrazzY
2009-07-26Fix up all copyright dates.death2droid
2009-07-17No more SleepCurrentThreads in Command Processor. Some Fifo cleanup.Nolan Check
2009-07-15Woops, I had changed this line on accidentSonicadvance1