| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-06-04 | Android: Implement OpenSLESStream::SetRunning | JosJuice | |
| 2022-08-08 | Restrict OpenSLES to Android via CMake | Zopolis4 | |
| 2021-07-05 | treewide: convert GPLv2+ license info to SPDX tags | Pierre Bourdon | |
| SPDX standardizes how source code conveys its copyright and licensing information. See https://spdx.github.io/spdx-spec/1-rationale/ . SPDX tags are adopted in many large projects, including things like the Linux kernel. | |||
| 2021-04-02 | Replace uses of cassert with Common/Assert.h | Pokechu22 | |
| 2019-11-26 | Android: Add audio volume setting | JosJuice | |
| 2018-03-14 | Assert: Uppercase assertion macros | Lioncash | |
| Macros should be all upper-cased. This is also kind of a wart that's been sticking out for quite a while now (we avoid prefixing underscores). | |||
| 2017-11-19 | SoundStream: change Start/Stop to Init/SetRunning/destruct | Michael M | |
| 2017-06-26 | Rename CMixer to Mixer | Michael Maltese | |
| 2016-06-24 | Reformat all the things. Have fun with merge conflicts. | Pierre Bourdon | |
| 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 | |
