Implement IMA ADPCM WAV file support

Closes #4628
This commit is contained in:
James Slater
2014-06-04 22:19:03 +01:00
committed by reaperrr
parent 780fd0df29
commit a5978b5c55
3 changed files with 192 additions and 7 deletions

View File

@@ -264,6 +264,7 @@
<Compile Include="InstallUtils.cs" />
<Compile Include="Manifest.cs" />
<Compile Include="Graphics\Vertex.cs" />
<Compile Include="FileFormats\AdpcmLoader.cs" />
<Compile Include="FileFormats\AudLoader.cs" />
<Compile Include="FileFormats\Blast.cs" />
<Compile Include="FileFormats\Blowfish.cs" />