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

@@ -158,6 +158,7 @@
<ClInclude Include="Conf.h" />
<ClInclude Include="CRC.h" />
<ClInclude Include="Defines.h" />
<ClInclude Include="DelayBuffer.h" />
<ClInclude Include="Display.h" />
<ClInclude Include="DMRAccessControl.h" />
<ClInclude Include="DMRControl.h" />
@@ -232,6 +233,7 @@
<ClCompile Include="BPTC19696.cpp" />
<ClCompile Include="Conf.cpp" />
<ClCompile Include="CRC.cpp" />
<ClCompile Include="DelayBuffer.cpp" />
<ClCompile Include="Display.cpp" />
<ClCompile Include="DMRAccessControl.cpp" />
<ClCompile Include="DMRControl.cpp" />