summaryrefslogtreecommitdiff
path: root/Source/Core/AudioCommon/OpenSLESStream.cpp
AgeCommit message (Collapse)Author
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