summaryrefslogtreecommitdiffstats
path: root/src/audio_core/null_sink.h (unfollow)
Commit message (Expand)AuthorFilesLines
2018-07-31audio_core: Add interfaces for Sink and SinkStream.bunnei1-0/+27
2018-01-13Massive removal of unused modulesJames Rowe1-34/+0
2017-01-26SDL: Select audio device (#2403)Kloen Lansfiel1-0/+6
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot1-1/+0
2016-09-19Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner1-2/+1
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot1-1/+2
2016-08-31sink: Change EnqueueSamples to take a pointer to a buffer instead of a std::vectorMerryMage1-1/+1
2016-04-30AudioCore: Implement NullSinkMerryMage1-0/+29