Ryan Houdek
|
5204acd5ee
|
Fixes OpenSLES's sample rate.
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-23 11:29:49 -05:00 |
Ryan Houdek
|
73512ad38f
|
Fix a race condition in our OpenSL ES audio backend.
After calling enqueue the callback would fire before we had assigned g_mixer a value.
This would cause a fun crash to happen.
|
2014-10-18 08:32:14 -05:00 |
Rohit Nirmal
|
fbc64984ca
|
Include CommonTypes.h instead of Common.h.
|
2014-09-08 15:39:58 -04:00 |
Lioncash
|
f94e764df5
|
AudioCommon: Clean up brace placements
|
2014-08-30 18:06:42 -04:00 |
Tillmann Karras
|
d802d39281
|
clang-modernize -use-nullptr
and s/\bNULL\b/nullptr/g for *.cpp/h/mm files not compiled on my machine
|
2014-03-09 21:14:26 +01:00 |
Lioncash
|
2afe215271
|
Convert all includes to relative paths.
|
2014-02-18 02:19:10 -05:00 |
Lioncash
|
3fd87a7636
|
Second and final pass of clearing out tabs.
|
2014-02-17 02:19:41 -05:00 |
Jasper St. Pierre
|
34692ab826
|
Remove unnecessary Src/ folders
|
2013-12-31 14:03:19 -05:00 |