summaryrefslogtreecommitdiff
path: root/Source/Core/AudioCommon/OpenALStream.cpp
AgeCommit message (Collapse)Author
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2015-12-28Updated SoundTouch library to 1.9.2skidau
2015-09-28Fix building with PCH disabled.Rohit Nirmal
2015-09-26Common: Remove other Common prefixed headers from Common.hLioncash
2015-09-11Added X-Fi check and convert surround FLOAT to SHORT when it is detectedLAGonauta
Fixed braces, first try fixing mac compilation and removed useless NULL comparison.
2015-06-27Merge pull request #2659 from Armada651/openal-convJules Blok
OpenALStream: Fix sample conversion.
2015-06-25OpenALStream: Fix sample conversion.Jules Blok
Looks like it wasn't symmetric anymore.
2015-06-12Options: merge SCoreStartupParameter into SConfigdegasus
2015-05-25Set copyright year to when a file was createdTillmann Karras
2015-05-25Update license headers to GPLv2+Tillmann Karras
2015-05-10AudioCommon: Migrate threadData to OpenALStream and AOSoundStreamLioncash
This is only ever used in these two sound streams. Seems silly to have it as a class member. Converted it to an atomic as well.
2015-02-25Formatting/Whitespace CleanupStevoisiak
Various fixes to formatting and whitespace
2015-01-23Merge pull request #1917 from adamdmoss/no-lfeskidau
Remove explicit subwoofer/LFE channel from Pulseaudio and OpenAL
2015-01-19 Audio: Drop the LFE/subwoofer channel from the decoded surroundAdam D. Moss
DPL2Decode still doesn't decode 5.1 properly, leaving bass in all channels, but its 5.0 is pretty good, so leave it at that.
2015-01-12Minor consistency changesStevoisiak
Mostly small changes, like capitalization and spelling
2015-01-07 OpenAL: Fix volume of sample conversionAdam Moss
2014-09-09Kill Core::g_CoreStartupParameter.Rachel Bryk
2014-09-02Merge pull request #930 from skidau/openal-seq-msLioncash
Removed the auto setting of SEQUENCE_MS because the synchronised audio c...
2014-09-01msvc: remove some remnants of SDL and DSound from projects and general cleanup.Shawn Hoffman
2014-09-01Removed the auto setting of SEQUENCE_MS because the synchronised audio code ↵skid
has made it unnecessary.
2014-08-16Common: Get rid of StdConditionVariable, StdMutex, and StdThread.Lioncash
All of the compilers we support have support for these now.
2014-08-02AudioCommon: Get rid of some unnecessary mem_fn callsLioncash
2014-07-14Correct the function casing for DPL2DecoderLioncash
Brings it more in-line with the rest of the codebase.
2014-07-13Fix warnings unearthed by #579Tillmann Karras
2014-04-14Common: Move the Event class to a separate file, and add tests for it. Fix ↵Pierre Bourdon
includes everywhere to match this.
2014-04-01Replace use of the deprecated mem_fun function with mem_fn.lioncash
2014-03-11Fixes spacing for "for", "while", "switch" and "if"Matthew Parlane
Also moved && and || to ends of lines instead of start. Fixed misc vertical alignments and some { needed newlining.
2014-03-09clang-modernize -use-nullptrTillmann Karras
and s/\bNULL\b/nullptr/g for *.cpp/h/mm files not compiled on my machine
2014-03-09clang-modernize -loop-convertTillmann Karras
and some manual adjustments
2014-02-28Various changes suggested by cppcheckTillmann Karras
- remove unused variables - reduce the scope where it makes sense - correct limits (did you know that strcat()'s last parameter does not include the \0 that is always added?) - set some free()'d pointers to NULL
2014-02-20Fix more header sorting issues in AudioCommon/ (now check-includes clean).Pierre Bourdon
2014-02-18Convert all includes to relative paths.Lioncash
2014-02-13Disable framerate correction for OpenALdegasus
OpenAL itself stretch the time on slowdowns, so the Mixer isn't allowed also to change the rate.
2013-12-31Remove unnecessary Src/ foldersJasper St. Pierre