summaryrefslogtreecommitdiffstats
path: root/src/audio_core/null_sink.h (unfollow)
Commit message (Expand)AuthorFilesLines
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2018-12-13audio_core: Make g_sink_details internally linkedLioncash1-1/+1
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi1-1/+1
2018-09-12audio_core: Flush stream when not playing anythingMerryMage1-0/+2
2018-09-08Add audio stretching supportfearlessTobi1-0/+4
2018-08-05audio_core: Use s16 where possible for audio samples.bunnei1-2/+1
2018-08-04audio_core: Sinks need unique names as well.bunnei1-1/+2
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