aboutsummaryrefslogtreecommitdiff
path: root/plugins/dfsound
AgeCommit message (Expand)Author
2021-03-14Adds frameskip based on free audio buffer spaceneonloop
2020-08-04Add header guardsnegativeExponent
2019-03-13merge remote-tracking branch 'notaz/master'retro-wertz
2019-03-07Diablo Music fix for PCSX Rearmed. (optional hack)gameblabla
2019-01-23updated gaussian interpolation filterSakitoshi
2017-05-03use pc-relative offsets for PIC toonotaz
2016-04-01don't use __ARM_ARCH_7A__notaz
2015-02-06libretro: always use fixed samples per framenotaz
2015-02-02spu: c64x: fix cache handling, enable l2notaz
2015-02-02spu: fix some thread safety issuesnotaz
2015-01-13spu: put reverb on the thread toonotaz
2015-01-12some random improvementsnotaz
2015-01-12spu: fix some skip accuracy issuesnotaz
2015-01-10spu: don't block on audionotaz
2015-01-10spu: support multiple pending buffersnotaz
2015-01-05spu: finish offload code to TI C64x DSPnotaz
2015-01-04spu: start offload code to TI C64x DSPnotaz
2015-01-04spu: threaded implementationnotaz
2015-01-03spu: get rid of bStop, clean upnotaz
2015-01-03spu: move more things to StartSoundnotaz
2015-01-03spu: reduce use of globalsnotaz
2015-01-03spu: handle stop better, split main func morenotaz
2015-01-03mingw build fixesnotaz
2014-12-21spu: fix first sample, don't play aheadnotaz
2014-12-21spu: avoid NULL pSpuIrqnotaz
2014-12-20spu: put globals into a structurenotaz
2014-12-20spu: remove some hacksnotaz
2014-12-20spu: rework synchronizationnotaz
2014-12-20spu: add a schedule callbacknotaz
2014-12-20spu: fix some fmod related breakagenotaz
2013-04-01asm: fix incorrect offsetsnotaz
2013-04-01still adjusting asm for better as compatibility..notaz
2013-03-25asm: use a macro for functionsnotaz
2013-03-25Don't compile in null sound driver for libretro and addtwinaphex
2013-03-17spu: change sync againnotaz
2013-01-05spu: fix decode offsetnotaz
2013-01-05spu: stop at address 0notaz
2013-01-05spu: check buffer state less oftennotaz
2013-01-03spu: also return on decoder irqsnotaz
2013-01-03spu: fix decode buffersnotaz
2012-12-23frontend: fix pulseaudio, detect it in configure scriptnotaz
2012-12-02improve ARM feature detectionnotaz
2012-11-24spu: fix saving bugnotaz
2012-11-24fix some more 32/64bit incompatibilitiesnotaz
2012-11-19dfsound: add PulseAudio workaroundnotaz
2012-11-18spu: stop at 0 volumenotaz
2012-11-05sort out 32/64bit savestate compat issuesnotaz
2012-07-31allow multiple sound drivers to be compilednotaz
2012-07-31spu: some cleanupsnotaz
2012-07-30fix various fPIC issuesnotaz