summaryrefslogtreecommitdiffstats
path: root/src/audio_core/audio_core.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Project AndioKelebek12022-07-221-0/+100
|
* Massive removal of unused modulesJames Rowe2018-01-131-31/+0
|
* DSP: Create backing memory for entire DSP RAMYuri Kunde Schlesner2017-05-101-7/+6
| | | | Also move address space mapping out of video_core.
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-1/+1
|
* audio_core: Add EnableStretching to interface so that one can toggle stretching on and offMerryMage2016-08-311-0/+3
|
* Audio: Add sink selection to configuration filesMerryMage2016-04-301-0/+5
|
* AudioCore: Move samples_per_frame and num_sources into hle/common.hMerryMage2016-04-281-2/+0
|
* AudioCore: Skeleton ImplementationMerryMage2016-02-211-0/+26
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.