summaryrefslogtreecommitdiff
path: root/Source/Core/AudioCommon
AgeCommit message (Expand)Author
2013-09-01A bunch of trivial changes to fix clang warnings.comex
2013-07-11fix AudioCommon::Mixer Buffer indicesdegasus
2013-07-05Fix most ARM warningsRyan Houdek
2013-06-23Merge in JP's change to fix audio stuttering with OpenAL.Ryan Houdek
2013-06-22fixed uninitialzed audio_size variable in WaveFileWriterJordan Cristiano
2013-06-22DSBCAPS_GLOBALFOCUS allows sound to still play when the application is in the...Jordan Cristiano
2013-06-22added new license header to missed audio source filesJordan Cristiano
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-04-01Some more logging typos and clarifications. Missed these in my last commit.Lioncash
2013-03-31Fix some typos and correct some capitalizations in the log messages.Lioncash
2013-03-19Clean up more space/tab mismatches in AudioCommon, Common, and VideoCommon.lioncash
2013-02-26ARM Support without GLSLRyan Houdek
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-18Fully fix that clear bug in aldlist.cpp. Seems I missed part. Corrected it.Lioncash
2013-01-16Move DSP settings to dolphin.iniRachel Bryk
2013-01-15Fix a clear bug in aldlist.cpp.lioncash
2013-01-16OSX build fixskidau
2013-01-16Added backwards compatibility with old OpenAL drivers.skidau
2013-01-15Readd the OpenAL option.skidau
2013-01-15Merge branch 'OpenAL'skidau
2013-01-15Changed SoundTouch to use float samples, allowing SSE to be used.skidau
2013-01-13re-enable PulseAudio backendJordan Woyak
2013-01-13Merge branch 'pulseaudio-simple'Jordan Woyak
2013-01-13Added a latency setting to the audio settings.skidau
2013-01-11'count' parameter for AddStereoSamples and AddStereoSamplesBE in WaveFile sho...Lioncash
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-11Build fixskidau
2013-01-11Added a Dolby Pro Logic II (DPL2) decoder in the OpenAL backend. DPL2 audio ...skidau
2013-01-10Remove commented code. No longer supporting setting volume with PulseAudio.Jordan Woyak
2013-01-10Disable the OpenAL and Pulseaudio audio backendsPierre Bourdon
2013-01-09fix cmake hacksJordan Woyak
2013-01-09use pulseaudio "simple" apiJordan Woyak
2013-01-10Fixed the include directories in Audio Common for the Windows 32bit build.skidau
2013-01-10Fixed the include directories in Audio Common for the Windows build.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-09Build fixskidau
2013-01-09Added audio time stretching by using the SoundTouch library.skidau
2013-01-07Implemented correct audio timing.skidau
2013-01-07OpenAL for Windows initial commitskidau
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