pcsx2/plugins/spu2ghz
ramapcsx2 8e72f6f1e6 Working with real-time audio / buffers sucks :p Anyway, this gave me the least over/underflows.
git-svn-id: http://pcsx2-playground.googlecode.com/svn/trunk@208 a6443dda-0b58-4228-96e9-037be469359c
2016-05-24 22:40:24 +02:00
..
SoundTouch Added SPU2Ghz to the repository 2016-05-24 22:40:23 +02:00
asio Added SPU2Ghz to the repository 2016-05-24 22:40:23 +02:00
liba52 Added SPU2Ghz to the repository 2016-05-24 22:40:23 +02:00
CHANGELOG.TXT Added SPU2Ghz to the repository 2016-05-24 22:40:23 +02:00
LGPL.txt Added SPU2Ghz to the repository 2016-05-24 22:40:23 +02:00
License.txt Added SPU2Ghz to the repository 2016-05-24 22:40:23 +02:00
PS2Edefs.h Added SPU2Ghz to the repository 2016-05-24 22:40:23 +02:00
PS2Etypes.h Added SPU2Ghz to the repository 2016-05-24 22:40:23 +02:00
SPU2ghz.aps Added SPU2Ghz to the repository 2016-05-24 22:40:23 +02:00
SPU2ghz.def Added SPU2Ghz to the repository 2016-05-24 22:40:23 +02:00
SPU2ghz.dsp Added SPU2Ghz to the repository 2016-05-24 22:40:23 +02:00
SPU2ghz.dsw Added SPU2Ghz to the repository 2016-05-24 22:40:23 +02:00
SPU2ghz.rc Added SPU2Ghz to the repository 2016-05-24 22:40:23 +02:00
SPU2ghz.sln Added SPU2Ghz to the repository 2016-05-24 22:40:23 +02:00
SPU2ghz.vcproj Added SPU2Ghz to the repository 2016-05-24 22:40:23 +02:00
SPU2ghz_intel.icproj Added SPU2Ghz to the repository 2016-05-24 22:40:23 +02:00
SPU2ghz_intel.sln Added SPU2Ghz to the repository 2016-05-24 22:40:23 +02:00
SPU2ghz_intel.vcproj Added SPU2Ghz to the repository 2016-05-24 22:40:23 +02:00
SPU2ghz_vs2005.sln Added SPU2Ghz to the repository 2016-05-24 22:40:23 +02:00
SPU2ghz_vs2005.vcproj Added SPU2Ghz to the repository 2016-05-24 22:40:23 +02:00
SPU2ghz_vs2005_64.sln Added SPU2Ghz to the repository 2016-05-24 22:40:23 +02:00
SPU2ghz_vs2005_64.vcproj Added SPU2Ghz to the repository 2016-05-24 22:40:23 +02:00
SPU2ghz_vs2008.sln Added SPU2Ghz to the repository 2016-05-24 22:40:23 +02:00
SPU2ghz_vs2008.vcproj Adjusted spu2ghz project file (vs 2008) 2016-05-24 22:40:23 +02:00
TODO.txt Added SPU2Ghz to the repository 2016-05-24 22:40:23 +02:00
asioout.cpp Added SPU2Ghz to the repository 2016-05-24 22:40:23 +02:00
config.cpp Added SPU2Ghz to the repository 2016-05-24 22:40:23 +02:00
config.h Added SPU2Ghz to the repository 2016-05-24 22:40:23 +02:00
debug.cpp Added SPU2Ghz to the repository 2016-05-24 22:40:23 +02:00
debug.h Added SPU2Ghz to the repository 2016-05-24 22:40:23 +02:00
decoder.cpp Using this as a base now, it works very well for me. Thanks to Jake.Stine's patch the plugin got a bit faster ;) 2016-05-24 22:40:23 +02:00
defs.h Using this as a base now, it works very well for me. Thanks to Jake.Stine's patch the plugin got a bit faster ;) 2016-05-24 22:40:23 +02:00
dialogs.h Added SPU2Ghz to the repository 2016-05-24 22:40:23 +02:00
dma.cpp A bit more work on SPU2Ghz. Removed old code, made timestretch code a bit more clear, etc. 2016-05-24 22:40:23 +02:00
dma.h Added SPU2Ghz to the repository 2016-05-24 22:40:23 +02:00
dsound51.cpp Last update for today, timestretch needs one more addition, then its perfect. The soundbuffer can (rarely) over/underflow (loop) and throw of the emergency stretch calculations. Will fix that soon :) 2016-05-24 22:40:23 +02:00
dsoundout.cpp Using this as a base now, it works very well for me. Thanks to Jake.Stine's patch the plugin got a bit faster ;) 2016-05-24 22:40:23 +02:00
dsp.cpp Added SPU2Ghz to the repository 2016-05-24 22:40:23 +02:00
dsp.h Added SPU2Ghz to the repository 2016-05-24 22:40:23 +02:00
lowpass.cpp Added SPU2Ghz to the repository 2016-05-24 22:40:23 +02:00
lowpass.h Added SPU2Ghz to the repository 2016-05-24 22:40:23 +02:00
mixer.cpp Using this as a base now, it works very well for me. Thanks to Jake.Stine's patch the plugin got a bit faster ;) 2016-05-24 22:40:23 +02:00
mixer.h Using this as a base now, it works very well for me. Thanks to Jake.Stine's patch the plugin got a bit faster ;) 2016-05-24 22:40:23 +02:00
mkrelease.cmd Added SPU2Ghz to the repository 2016-05-24 22:40:23 +02:00
regs.h Added SPU2Ghz to the repository 2016-05-24 22:40:23 +02:00
regtable.h Added SPU2Ghz to the repository 2016-05-24 22:40:23 +02:00
resource.h Added SPU2Ghz to the repository 2016-05-24 22:40:23 +02:00
settings.frm Added SPU2Ghz to the repository 2016-05-24 22:40:23 +02:00
settings.frx Added SPU2Ghz to the repository 2016-05-24 22:40:23 +02:00
sndout.cpp Working with real-time audio / buffers sucks :p Anyway, this gave me the least over/underflows. 2016-05-24 22:40:24 +02:00
sndout.h Added SPU2Ghz to the repository 2016-05-24 22:40:23 +02:00
spdif.h Added SPU2Ghz to the repository 2016-05-24 22:40:23 +02:00
spu2.cpp Using this as a base now, it works very well for me. Thanks to Jake.Stine's patch the plugin got a bit faster ;) 2016-05-24 22:40:23 +02:00
spu2.h Using this as a base now, it works very well for me. Thanks to Jake.Stine's patch the plugin got a bit faster ;) 2016-05-24 22:40:23 +02:00
spu2replay.cpp Added SPU2Ghz to the repository 2016-05-24 22:40:23 +02:00
spu2replay.h Added SPU2Ghz to the repository 2016-05-24 22:40:23 +02:00
utf8.cpp Added SPU2Ghz to the repository 2016-05-24 22:40:23 +02:00
utf8.h Added SPU2Ghz to the repository 2016-05-24 22:40:23 +02:00
wavedump_wav.cpp Added SPU2Ghz to the repository 2016-05-24 22:40:23 +02:00
waveout.cpp Using this as a base now, it works very well for me. Thanks to Jake.Stine's patch the plugin got a bit faster ;) 2016-05-24 22:40:23 +02:00
xaudio2out.cpp Added SPU2Ghz to the repository 2016-05-24 22:40:23 +02:00