(WaveInput): use NAudio WaveFileReader instead of manual parsing.

This commit is contained in:
morkt
2015-05-03 05:40:34 +04:00
parent 946173bd1a
commit 941149fc28
2 changed files with 23 additions and 88 deletions

View File

@@ -36,6 +36,10 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<Reference Include="NAudio, Version=1.7.2.19, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\NAudio.1.7.2\lib\net35\NAudio.dll</HintPath>
</Reference>
<Reference Include="PresentationCore" />
<Reference Include="System" />
<Reference Include="System.ComponentModel.Composition" />