Added the Zelda UCode preliminary synthesizer. It's far from perfect, but it sounds like the exact pitch it should synth. I'd be glad if someone finished it.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3630 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
XTra.KrazzY
2009-07-01 18:05:54 +00:00
parent 71556f77f6
commit 7d7e2ec8a8
5 changed files with 319 additions and 242 deletions

View File

@ -23,6 +23,7 @@ files = [
'UCodes/UCode_Zelda.cpp',
'UCodes/UCode_Zelda_ADPCM.cpp',
'UCodes/UCode_Zelda_Voice.cpp',
'UCodes/UCode_Zelda_Synth.cpp',
]
dspenv = env.Clone()