This is just the dfsound plugin from pcsxr-55425 modified so it does not conflict
with the dfsound currently installed. It's only for the 64bit of pcsxr because you
can use eternal spu or peopsoftspu for the 32bit of pcsxr.

This plugin will play Metal Gear Solid,Legacy of Kain Blood Omen and other games that may not work properly
with the current dfsound plugin on 64bit systems.


There are 4 files you need to copy.

1.cfgDFSound2       need to go in /usr/lib64/games/psemu/cfgDFSound2 or /home/username/.pcsxr/plugins
2.libDFSound2.la    need to go in /usr/lib64/games/psemu/libDFSound2.la or /home/username/.pcsxr/plugins
3.libDFSound2.so    need to go in /usr/lib64/games/psemu/libDFSound2.so or /home/username/.pcsxr/plugins
4.dfsound.glade2    need to go in /usr/share/psemu/dfsound.glade2 

You will need to sudo nautilus (or whatever filemanager you have) to copy this files to those locations.
Once you have them copied run pcsxr then hit the configure button then click on the sound plugin.

You should now see Alsa Sound 1.6.0 and Alsa Sound 1.1.0.
The Alsa Sound 1.6.0 is the one from this package.


Best settings for this plugin is

Volume = Low
Reverb = Off
Interpolation = None
Adjust XA speed = Off
High compatibility mode = Off
SPU IRQ Wait = Off
Single channel sound = Off
Frequency Response = Off

Except for Metal Gear Solid which requires SPU IRQ Wait to be on for sound to work correctly. 
Modified source code is also provided.

Modified on 05-29-2014.
------------------------------------------------------------------------
dfsound/
cfg.c
------------------------------------------------------------------------
Changed all cfgDFSound to cfgDFSound2 and dfsound.cfg to dfsound2.cfg.

------------------------------------------------------------------------
dfsound/spucfg-0.1df/
main.c
------------------------------------------------------------------------
Changed CONFIG_FILENAME "dfsound.cfg" to CONFIG_FILENAME "dfsound2.cfg".
Changed all cfgDFSound to cfgDFSound2.
Changed dfsound PCSX Sound Plugin to dfsound2 PCSX Sound Plugin.
------------------------------------------------------------------------
Renamed cfgDFSound to cfgDFSound2
Renamed libDFSound.la to libDFSound2.la
Renamed libDFSound.so to libDFSound2.so

