summaryrefslogtreecommitdiffstats
path: root/src/audio_core/audio_core.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2023-09-04Rework ADSP into a wrapper for appsKelebek11-2/+2
2023-06-08nvnflinger: allow locking framerate during video playbackLiam1-8/+0
2022-09-21audio_manager: Remove dependence on system stateLioncash1-1/+1
2022-09-13Remove pause callbacks from coretimingKelebek11-10/+0
2022-09-04Don't stall with nvdecKelebek11-0/+8
2022-09-02Rework audio output, connecting AudioOut into coretiming to fix desync during heavy loads.Kelebek11-8/+0
2022-07-22Project AndioKelebek11-0/+68
2018-01-13Massive removal of unused modulesJames Rowe1-61/+0
2018-01-09CoreTiming: Reworked CoreTiming (cherry-picked from Citra #3119)B3n301-1/+1
2017-05-10DSP: Create backing memory for entire DSP RAMYuri Kunde Schlesner1-15/+4
2017-01-26SDL: Select audio device (#2403)Kloen Lansfiel1-14/+2
2016-12-11Add all services to the Service namespaceLioncash1-2/+2
2016-12-10audio_core: SelectSink should default to auto if sink_id is invalidMerryMage1-12/+7
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-3/+1
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot1-5/+13
2016-08-31audio_core: Add EnableStretching to interface so that one can toggle stretching on and offMerryMage1-0/+4
2016-04-30Audio: Add sink selection to configuration filesMerryMage1-4/+29
2016-04-29AudioCore: CurrentRegion() -> ReadRegion(), WriteRegion()MerryMage1-2/+2
2016-04-27AudioCore: Hack to prevent regressions: Trigger Binary pipe interrupt every audio frameMerryMage1-0/+2
2016-04-27DSP_DSP: Updated interrupt implementationMerryMage1-4/+3
2016-02-21AudioCore: Skeleton ImplementationMerryMage1-0/+53