Add a proper bypass for the jitter buffer if wanted.

This commit is contained in:
Jonathan Naylor
2018-02-05 19:46:27 +00:00
parent 14a06e7182
commit 4323c02a0a
16 changed files with 287 additions and 53 deletions

View File

@@ -230,6 +230,9 @@
<ClInclude Include="P25Trellis.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="DelayBuffer.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ClCompile Include="BPTC19696.cpp">
@@ -430,5 +433,8 @@
<ClCompile Include="P25Trellis.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="DelayBuffer.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
</Project>