summaryrefslogtreecommitdiff
path: root/Source/Core/AudioCommon/Src/OpenALStream.cpp
AgeCommit message (Expand)Author
2013-12-31Remove unnecessary Src/ foldersJasper St. Pierre
2013-06-23Merge in JP's change to fix audio stuttering with OpenAL.Ryan Houdek
2013-06-13Build fixJohn Peterson
2013-06-13Clarifying the OpenAL loopJohn Peterson
2013-04-19Fix a bunch of random typos in comments and logging.lioncash
2013-04-17New license header introduced for DiscIO, AudioCommon, InputCommon, VideoComm...Lioncash
2013-04-15Update the license file text (change SVN to Git) in all projects except Core ...lioncash
2013-03-19Clean up more space/tab mismatches in AudioCommon, Common, and VideoCommon.lioncash
2013-02-19Fixed a buffer overflow in the OpenAL buffer.skidau
2013-01-29Fix the majority of the compiler warnings unearthed by the addition ofGlenn Rice
2013-01-23Revert "mem_fun -> mem_fn."Lioncash
2013-01-23mem_fun -> mem_fn.Lioncash
2013-01-16OSX build fixskidau
2013-01-16Added backwards compatibility with old OpenAL drivers.skidau
2013-01-15Changed SoundTouch to use float samples, allowing SSE to be used.skidau
2013-01-13Added a latency setting to the audio settings.skidau
2013-01-11Skipped timestretching if the emulator is running below 10% speed to prevent ...skidau
2013-01-11Removed the synchronisation between the CPU thread and the audio thread.skidau
2013-01-11Added a Dolby Pro Logic II (DPL2) decoder in the OpenAL backend. DPL2 audio ...skidau
2013-01-09Fix include paths and compiling in Linux. Externals soundtouch is 1.7.1, whil...Ryan Houdek
2013-01-10OSX build fixskidau
2013-01-09Added audio time stretching by using the SoundTouch library.skidau
2013-01-07Implemented correct audio timing.skidau
2012-12-10Clean up gcc/g++ compiler warnings that have accumulated.Glenn Rice
2012-01-01name all audio threads (that I know how to) for debugging, as suggested in re...nitsuja
2011-03-05Replaced Common::CriticalSection with a std::mutex implementation. 64bit Wind...Jordan Woyak
2011-01-31Eliminate some trampoline functions.Jordan Woyak
2011-01-27Replaced Common::Thread with a partial implementation of std::thread. (rvalue...Jordan Woyak
2011-01-13Removed my previous PanicAlert translation hack. Fixed with a better method ...Glenn Rice
2010-12-07Use the proper type for printing the OpenAL default device name.Soren Jorvang
2010-02-07Fix an issue with OpenAL not properly using the correct Volume on bootsl1nk3.s
2009-12-23Sound System Rework: Phase 2ayuanx
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-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-07LUAInterface should have all its functionality now (excluding input/controlle...XTra.KrazzY
2009-07-28Now ALL copyright dates are fixed to the legally correct year: The year in wh...XTra.KrazzY
2009-07-15Woops, I had changed this line on accidentSonicadvance1
2009-07-15Commit to allow Interpreter to work on devices that don't support SSE2, just ...Sonicadvance1
2009-07-07WoopsSonicadvance1
2009-07-07Trying to get Dolphin to compile in Xcode, had to rename the Debugger namespa...Sonicadvance1
2009-07-06add *.user, Win32, and x64 build dir to ignore list for DebuggerUICommon and ...LPFaint99
2009-07-03Misc warning fixes.magumagu9
2009-06-12a NEED DEBUG version of openal sound system, nakee, try to FIX it! :)hyperiris
2009-04-28Fix compile in OSX by reverting my change, dunno why OpenAL is different on m...Sonicadvance1
2009-04-24Only have this in OSX since that is only where it compiles apparently?Sonicadvance1
2009-04-24Fix OSX compiling. Still need to rollback nakee's revision 2566 if you want i...Sonicadvance1