summaryrefslogtreecommitdiffstats
path: root/src/audio_core/hle/dsp.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-01-13Massive removal of unused modulesJames Rowe1-172/+0
2017-05-10DSP: Create backing memory for entire DSP RAMYuri Kunde Schlesner1-6/+8
2016-10-20Fix typosRicardo de Almeida Gonzaga1-2/+2
2016-09-21Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner1-1/+1
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot1-2/+1
2016-09-19Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner1-1/+2
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot1-8/+9
2016-09-07audio_core: Tweak audio latencyMerryMage1-1/+1
2016-08-31audio_core: Add EnableStretching to interface so that one can toggle stretching on and offMerryMage1-9/+37
2016-08-31sink: Change EnqueueSamples to take a pointer to a buffer instead of a std::vectorMerryMage1-1/+2
2016-05-19DSP/HLE: Audio outputMerryMage1-0/+7
2016-05-19DSP/HLE: Implement mixer processingMerryMage1-10/+44
2016-05-15AudioCore: Implement time stretcher (#1737)Maribel1-0/+16
2016-05-03DSP/HLE: Implement Source processingMerryMage1-0/+24
2016-04-30Audio: Add sink selection to configuration filesMerryMage1-0/+9
2016-04-29AudioCore: CurrentRegion() -> ReadRegion(), WriteRegion()MerryMage1-18/+26
2016-02-21AudioCore: Skeleton ImplementationMerryMage1-0/+42