summaryrefslogtreecommitdiffstats
path: root/src/audio_core/audio_core.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.