Added CRC16 calculation.

Corrected a bug in Q mode detection.
	Corrected ISRC character table.
This commit is contained in:
2015-09-22 07:22:14 +01:00
parent 83329a0e86
commit a24e60bfdc
5 changed files with 893 additions and 10 deletions

View File

@@ -36,6 +36,8 @@
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Subchannel.cs" />
<Compile Include="CRC16CCITTContext.cs" />
<Compile Include="BigEndianBitConverter.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
</Project>