summaryrefslogtreecommitdiff
path: root/plugins/dfsound
Commit message (Collapse)AuthorAgeFilesLines
...
* -dfsound: unified the default value of spuasync in plugin & config utility.SND\weimingzhi_cp2011-02-121-1/+1
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@63287 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Undo shalma damageSND\shalma_cp2011-02-102-37/+41
| | | | | | | | | | | | | - cdrom.c- Vib Ribbon (decoded buffer - do in spu) - cdrom.c- Crash Team Racing (decoded buffer - do in spu) - xa.c- xa+cdda decoded buffer (fix mistakes) - spu.c- voice 1/3 decoded buffer (optional) Disabled > Please treat all shalma-hopkat work as suspicious (faulty + not hw-accurate) git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@63195 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* dfsoundSND\shalma_cp2011-02-092-14/+26
| | | | | | | | -spu.c, registers.c- fix Xenogears anima relic dungeons (exp gain) Disabled git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@63123 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* dfsoundSND\shalma_cp2011-02-082-4/+15
| | | | | | | | | - spu.c - possible vag $4 fix (experimental) - registers.c - remove init delay (probably very short) Disabled git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@63115 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* dfsoundSND\shalma_cp2011-02-081-3/+2
| | | | | | -freeze.c- improve foreign state loading git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@63076 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* dfsoundSND\shalma_cp2011-02-052-3/+17
| | | | | | | | | | | | | | | -spu.c- restore $4000 max volume (main volume) Experimental patches - registers.c, spu.c- voice on init delay Disabled by default > should be last of the shalma/hopkat compat hacks > don't want to mess up anything else anymore :) git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@62974 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* dfsoundSND\shalma_cp2011-02-051-2/+2
| | | | | | -spu.c- adjust max voice volume git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@62954 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@62943 ↵SND\edgbla_cp2011-02-051-12/+12
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* dfsoundSND\shalma_cp2011-02-051-2/+2
| | | | | | -adsr.c- fix adsr max clip git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@62931 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* dfsoundSND\shalma_cp2011-02-051-14/+24
| | | | | | -adsr.c- fix attack (exp inc),sustain (exp inc) fractional math git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@62930 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* dfsoundSND\shalma_cp2011-02-041-3/+3
| | | | | | | -adsr.c - fix decay,sustain math git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@62928 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* dfsoundSND\shalma_cp2011-02-042-6/+27
| | | | | | | | | | | | -spu.c- use different async math (usable precision) experimental patch -dma.c- r/w irq (spu2-x) disabled by default git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@62926 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* dfsound: fix mono/no-stretch xa maskingSND\notaz_cp2011-02-041-1/+1
| | | | | | Fixes noisy voices in Resident Evil 1/2 when Xa stretching is off. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@62911 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* notaz:SND\weimingzhi_cp2011-02-011-1/+3
| | | | | | | | - libpcsxcore: add handling for a branch in delay slot. This fixes explosion effect in Shadow Master. Interpreter only. (Patch #8233). - dfsound: don't stop a channel by adsr if we have potential irq. otherwise we miss irqs, causing lockups in Misadventures of Tron Bonne (Patch #8234). git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@62781 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* remove old cdxa attenuationSND\shalma_cp2011-01-202-19/+4
| | | | | | | - use cdda attenuation only git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@62214 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* - dfsound: Quick fix (BIOS, Issue #7837).SND\weimingzhi_cp2011-01-031-3/+2
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61707 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* - dfsound: quick fix (FF9 music, maybe others as well).SND\weimingzhi_cp2011-01-022-3/+6
| | | | | | - peopsxgl (unix): imported new config utility written by Kivutar, with minor amendments (https://github.com/Kivutar/cfgPeopsMesaGL). git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61694 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* hopkatSND\shalma_cp2011-01-011-62/+36
| | | | | | -dfsound- improve xa/cdda pops,clicks git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61682 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* hopkatSND\shalma_cp2010-12-311-46/+8
| | | | | | -dfsound- xa gaussian distortion git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61677 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* hopkatSND\shalma_cp2010-12-311-1/+1
| | | | | | -cdrom- cdda sync (2/x) git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61647 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* hopkatSND\shalma_cp2010-12-303-4/+17
| | | | | | -dfsound- load lag,cdda smooth git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61643 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* hopkatSND\shalma_cp2010-12-302-1/+14
| | | | | | | -dfsound- try adjust output buffer quality (test) git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61592 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* hopkatSND\shalma_cp2010-12-292-103/+207
| | | | | | | -dfsound- port DSound r13 -use new save states git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61588 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* - dfsound (unix): Added mute option and freqresponse to the config utility.SND\weimingzhi_cp2010-12-294-409/+441
| | | | | | | | | | | - gxvideo: Fixed FTBFS. - Fixed Run BIOS (Issue #7806). - Updated gettext scripts. - Credit where it's due. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61576 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* dfsoundSND\weimingzhi_cp2010-12-281-2/+2
| | | | | | | - spu.c: silenced warning. - (win32) DFSound.rc, resource.h, cfg.c: Added mute option and freqresponse. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61534 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* hopkat-dfsound-port dsound r12SND\shalma_cp2010-12-275-136/+213
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61528 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* * Removed unnecessary files.SND\weimingzhi_cp2010-12-272-789/+15
| | | | | | | | | | | * Clean up build system (Issue #7815, VoidMage). * properly init some variables on reset (Patch #7887, notaz). * dfxvideo: several fixes to FPS bar (Patch #7879, dario86). * Region autodetection for 3 PAL demos (Patch #7879, dario86). git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61512 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* dfsound - hopkat-fixSND\shalma_cp2010-12-231-1/+2
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61444 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* dfsound - spu.c, registers.cSND\shalma_cp2010-12-223-41/+131
| | | | | | | - (Hopkat) Fix noise channel (pitch, sound) - Not accurate, fixes FF sounds git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61403 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* dfsound/registers.cSND\shalma_cp2010-12-201-1/+1
| | | | | | - (Hopkat) fix minor error git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61364 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* dfsoundSND\shalma_cp2010-12-204-19/+42
| | | | | | | | | - (Hopkat) adsr.c - Use Neill's 4-bit sustain level (accuracy) - (Hopkat) registers.c - External loop address align to 16 bytes - (Hopkat) spu.c, externals.h - Use shorter update intervals (improves Square sounds, music) - (Hopkat) spu.c - Allow interpolation on fmod channel git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61362 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* dfsoundSND\shalma_cp2010-12-162-6/+19
| | | | | | | | | - (Hopkat) VAG $2 silence fixes: 1- Don't start release phase 2- Let channel play quietly (IRQs) git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61232 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* dfsound - spu.cSND\shalma_cp2010-12-161-1/+1
| | | | | | | - (Hopkat) fix VAG $2 silence - fixes funny sounds (release too long) git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61220 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* dfsound - spu.cSND\shalma_cp2010-12-162-2/+1
| | | | | | - cleanup next careless shalma error (iStop -> bStop) git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61213 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* iStop.SND\edgbla_cp2010-12-151-7/+8
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61207 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* dfsound - registers.c, spu.cSND\shalma_cp2010-12-152-12/+18
| | | | | | | | - Some VAG $2 silence adjustments - Align start addresses to 16-bytes - Brain Dead 13 now works git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61205 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* dfsound.cSND\shalma_cp2010-12-121-0/+2
| | | | | | | - fix async cycle counting - now async should work again on Linux, Mac, (*) git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61112 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* dfsound - spu.cSND\shalma_cp2010-12-112-5/+2
| | | | | | | - try fixing "High Compat Mode" git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61085 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* dfsound - spu.cSND\shalma_cp2010-12-091-0/+2
| | | | | | - adjust async timing for wait (reset cycles) git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@60924 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* dfsoundSND\shalma_cp2010-12-095-20/+50
| | | | | | | | | | | | | | | | | | | | | - Final Fantasy 7 = adsr.c - use newer PEOPS DSound Sustain level - PEOPS 1.09a win32 = fix FF7 cursor - freeze.c - add emu crash check (spu not init yet) - spu.c - improve spu async timing - set latency = 20 ms - smoother, less pops, cracks - spu.c, registers.c - VAG silence flag (keeps playing channel for IRQs) - new save states needed git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@60906 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* dfsound - spu.cSND\shalma_cp2010-12-071-5/+5
| | | | | | - compile error (DSound -> dfsound) git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@60761 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* dfsound - registers.c, spu.cSND\shalma_cp2010-12-062-17/+44
| | | | | | | | | | | | - VAG flag fixes - fixes missing Xenogears sounds (menu, Franz library, doors, etc.) - fixes Jungle Book - Rhythm 'n Groove (music + play) - SoundOff prevents new channel from starting - fixes Jungle Book (buzzing loop hangs) git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@60742 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* dfsound - spu.cSND\shalma_cp2010-12-061-2/+4
| | | | | | | | - mix fmod into output - fixes Xenogears save icon (high pitch) git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@60716 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* dfsound - registers.cSND\shalma_cp2010-12-061-6/+10
| | | | | | | | | - cd-xa volume hack (scale $8000-ffff to $7fff) - fixes sound output in some games - fixme later (real attenuation) git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@60714 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* readded powerpc dynarec.SND\weimingzhi_cp2010-11-231-96/+159
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@60001 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Vib Ribbon: cdrom.cSND\shalma_cp2010-10-301-7/+16
| | | | | | | | - Use own decoded buffer IRQ handling, fix CD swapping, demute cd-xa volume - Game mostly playable (original + music modes) git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@58927 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Vib Ribbon CD swapping needed fixing (CDROM)SND\shalma_cp2010-09-051-1/+13
| | | | | | | | | - Game still not working (SPU CDDA timing problems.. maybe) dfsound: feed CDDA data to SPU RAM for decoded buffer IRQs git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@56823 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* dfsound (win32): added free dxsdk header from wine.SND\weimingzhi_cp2010-08-131-0/+2
| | | | | | dfxvideo (win32): added free dxsdk headers from wine, do not link against ddraw.lib which was removed from latest dxsdk git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@56051 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* dfsound: readded windows support.SND\weimingzhi_cp2010-08-127-30/+262
| | | | | | gtk gui: increased number of savestate slots. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@56022 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* dfinput (macosx): upgraded to SDL 1.3 Beta.SND\weimingzhi_cp2010-07-311-2/+2
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@55318 e17a0e51-4ae3-4d35-97c3-1a29b211df97