| Age | Commit 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-26 | Common: Remove other Common prefixed headers from Common.h | Lioncash | |
| 2015-05-25 | Update license headers to GPLv2+ | Tillmann Karras | |
| 2015-05-24 | SoundStream: Internally construct the mixer | Lioncash | |
| Instead of creating the mixer externally and then passing it in, it can just be made within the class. | |||
| 2014-10-23 | Fixes 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-18 | Fix 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-08 | Include CommonTypes.h instead of Common.h. | Rohit Nirmal | |
| 2014-08-30 | AudioCommon: Clean up brace placements | Lioncash | |
| 2014-03-09 | clang-modernize -use-nullptr | Tillmann Karras | |
| and s/\bNULL\b/nullptr/g for *.cpp/h/mm files not compiled on my machine | |||
| 2014-02-18 | Convert all includes to relative paths. | Lioncash | |
| 2014-02-17 | Second and final pass of clearing out tabs. | Lioncash | |
| 2013-12-31 | Remove unnecessary Src/ folders | Jasper St. Pierre | |
