Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | audio_core: Use s16 where possible for audio samples. | bunnei | 2018-08-05 | 1 | -2/+1 |
* | audio_core: Sinks need unique names as well. | bunnei | 2018-08-04 | 1 | -1/+2 |
* | audio_core: Add interfaces for Sink and SinkStream. | bunnei | 2018-07-31 | 1 | -0/+27 |
* | Massive removal of unused modules | James Rowe | 2018-01-13 | 1 | -34/+0 |
* | SDL: Select audio device (#2403) | Kloen Lansfiel | 2017-01-26 | 1 | -0/+6 |
* | Remove empty newlines in #include blocks. | Emmanuel Gil Peyrot | 2016-09-21 | 1 | -1/+0 |
* | Manually tweak source formatting and then re-run clang-format | Yuri Kunde Schlesner | 2016-09-19 | 1 | -2/+1 |
* | Sources: Run clang-format on everything. | Emmanuel Gil Peyrot | 2016-09-18 | 1 | -1/+2 |
* | sink: Change EnqueueSamples to take a pointer to a buffer instead of a std::vector | MerryMage | 2016-08-31 | 1 | -1/+1 |
* | AudioCore: Implement NullSink | MerryMage | 2016-04-30 | 1 | -0/+29 |