aboutsummaryrefslogtreecommitdiffstats
path: root/src/uxn/devices/apu.c
Commit message (Collapse)AuthorAgeFilesLines
* Cleaup some leftover code and commentsBad Diode2021-05-281-242/+0
|
* Clean mixdown loopBad Diode2021-05-281-8/+8
|
* Vectorize downsample for audio mixdownBad Diode2021-05-281-8/+12
| | | | This results in 3K cycles less per sound_mix call
* Add ADSR filterBad Diode2021-05-271-2/+77
|
* Update pitch_table LUT to avoid divisionsBad Diode2021-05-271-46/+21
| | | | | This also unifies both the 44100 and variable pitch tables, reducing the amount of space needed.
* [WIP] Add variable sample support and multichannelBad Diode2021-05-261-0/+18
|
* Add pitch table for audio resampling at 44100HzBad Diode2021-05-261-27/+17
|
* [WIP] Hook up new audio system to UXNBad Diode2021-05-261-117/+25
|
* [WIP] Speed up the mixerBad Diode2021-05-261-16/+27
|
* [WIP] Prototype of audio mixer following deku tutorialBad Diode2021-05-261-133/+156
|
* Prototyping live resampling of uxn samplesBad Diode2021-05-261-4/+1
|
* [WIP] Add prototype APUBad Diode2021-05-251-0/+241