aboutsummaryrefslogtreecommitdiff
path: root/src/audio_core/audio_core.h
AgeCommit message (Collapse)Author
2023-09-04Rework ADSP into a wrapper for appsKelebek1
2023-06-08nvnflinger: allow locking framerate during video playbackLiam
2022-09-15Merge pull request #8878 from Kelebek1/remove_pausebunnei
Remove pause callbacks from coretiming
2022-09-15audio_core: Amend documentation tagsLioncash
Resolves a wackload of -Wdocumentation warnings due to mismatching tags and whatnot.
2022-09-13Remove pause callbacks from coretimingKelebek1
2022-09-04Don't stall with nvdecKelebek1
2022-09-02Rework audio output, connecting AudioOut into coretiming to fix desync ↵Kelebek1
during heavy loads.
2022-07-22Project AndioKelebek1
2018-01-12Massive removal of unused modulesJames Rowe
2017-05-09DSP: Create backing memory for entire DSP RAMYuri Kunde Schlesner
Also move address space mapping out of video_core.
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot
2016-08-31audio_core: Add EnableStretching to interface so that one can toggle ↵MerryMage
stretching on and off
2016-04-30Audio: Add sink selection to configuration filesMerryMage
2016-04-28AudioCore: Move samples_per_frame and num_sources into hle/common.hMerryMage
2016-02-21AudioCore: Skeleton ImplementationMerryMage
This commit: * Adds a new subproject, audio_core. * Defines structures that exist in DSP shared memory. * Hooks up various other parts of the emulator into audio core. This sets the foundation for a later HLE DSP implementation.