summaryrefslogtreecommitdiff
path: root/Source/Core/AudioCommon/OpenSLESStream.cpp
AgeCommit message (Collapse)Author
2016-01-03[OpenSLES] Fix a delay in audio processing.Ryan Houdek
A failure on my part. I was updating the two buffers in the wrong order, so we were always a buffer behind in sending audio out to OpenSLES.
2015-09-26Common: Remove other Common prefixed headers from Common.hLioncash
2015-05-25Update license headers to GPLv2+Tillmann Karras
2015-05-24SoundStream: Internally construct the mixerLioncash
Instead of creating the mixer externally and then passing it in, it can just be made within the class.
2014-10-23Fixes OpenSLES's sample rate.Ryan Houdek
I was statically setting the sample rate to 44.1Khz when we default to run at 48Khz. This was causing audio to sound much too low.
2014-10-18Fix a race condition in our OpenSL ES audio backend.Ryan Houdek
After calling enqueue the callback would fire before we had assigned g_mixer a value. This would cause a fun crash to happen.
2014-09-08Include CommonTypes.h instead of Common.h.Rohit Nirmal
2014-08-30AudioCommon: Clean up brace placementsLioncash
2014-03-09clang-modernize -use-nullptrTillmann Karras
and s/\bNULL\b/nullptr/g for *.cpp/h/mm files not compiled on my machine
2014-02-18Convert all includes to relative paths.Lioncash
2014-02-17Second and final pass of clearing out tabs.Lioncash
2013-12-31Remove unnecessary Src/ foldersJasper St. Pierre