Loading scripts/lc3plus_lib_setup/lc3plus.patch +0 −431 Original line number Diff line number Diff line Loading @@ -732,437 +732,6 @@ diff -Naur ETSI_Release/LC3plus_ETSI_src_va15eb59632b_20230228/src/floating_poin @@ -0,0 +1 @@ +Win32/ \ No newline at end of file diff -Naur ETSI_Release/LC3plus_ETSI_src_va15eb59632b_20230228/src/floating_point/msvc/LC3plus.vcxproj mod/ETSI_Release/LC3plus_ETSI_src_va15eb59632b_20230228/src/floating_point/msvc/LC3plus.vcxproj --- ETSI_Release/LC3plus_ETSI_src_va15eb59632b_20230228/src/floating_point/msvc/LC3plus.vcxproj 2023-02-28 20:25:37 +++ mod/ETSI_Release/LC3plus_ETSI_src_va15eb59632b_20230228/src/floating_point/msvc/LC3plus.vcxproj 2023-06-29 12:58:27 @@ -1,243 +1,184 @@ -<?xml version="1.0" encoding="utf-8"?> -<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <ItemGroup Label="ProjectConfigurations"> - <ProjectConfiguration Include="Debug|Win32"> - <Configuration>Debug</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="Debug|x64"> - <Configuration>Debug</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="Release|Win32"> - <Configuration>Release</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="Release|x64"> - <Configuration>Release</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{95030B82-70CD-4C6B-84D4-61096035BEA2}</ProjectGuid> - <Keyword>Win32Proj</Keyword> - <RootNamespace>LC3_FL</RootNamespace> - <WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <UseDebugLibraries>true</UseDebugLibraries> - <PlatformToolset>v141</PlatformToolset> - <CharacterSet>Unicode</CharacterSet> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <UseDebugLibraries>false</UseDebugLibraries> - <PlatformToolset>v141</PlatformToolset> - <WholeProgramOptimization>true</WholeProgramOptimization> - <CharacterSet>Unicode</CharacterSet> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <UseDebugLibraries>true</UseDebugLibraries> - <PlatformToolset>v141</PlatformToolset> - <CharacterSet>Unicode</CharacterSet> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <UseDebugLibraries>false</UseDebugLibraries> - <PlatformToolset>v141</PlatformToolset> - <WholeProgramOptimization>true</WholeProgramOptimization> - <CharacterSet>Unicode</CharacterSet> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> - <ImportGroup Label="ExtensionSettings"> - </ImportGroup> - <ImportGroup Label="Shared"> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <PropertyGroup Label="UserMacros" /> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> - <LinkIncremental>true</LinkIncremental> - <TargetName>LC3plus</TargetName> - <OutDir>$(Platform)\$(Configuration)\</OutDir> - <IntDir>$(Platform)\$(Configuration)\Obj\</IntDir> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> - <LinkIncremental>true</LinkIncremental> - <TargetName>LC3plus</TargetName> - <OutDir>$(Platform)\$(Configuration)\</OutDir> - <IntDir>$(Platform)\$(Configuration)\Obj\</IntDir> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> - <LinkIncremental>false</LinkIncremental> - <TargetName>LC3plus</TargetName> - <OutDir>$(Platform)\$(Configuration)\</OutDir> - <IntDir>$(Platform)\$(Configuration)\Obj\</IntDir> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> - <LinkIncremental>false</LinkIncremental> - <TargetName>LC3plus</TargetName> - <OutDir>$(Platform)\$(Configuration)\</OutDir> - <IntDir>$(Platform)\$(Configuration)\Obj\</IntDir> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> - <ClCompile> - <PrecompiledHeader> - </PrecompiledHeader> - <WarningLevel>Level3</WarningLevel> - <Optimization>Disabled</Optimization> - <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <DisableSpecificWarnings>4305;4244;4996</DisableSpecificWarnings> - </ClCompile> - <Link> - <SubSystem>Console</SubSystem> - <GenerateDebugInformation>true</GenerateDebugInformation> - </Link> - </ItemDefinitionGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> - <ClCompile> - <PrecompiledHeader> - </PrecompiledHeader> - <WarningLevel>Level3</WarningLevel> - <Optimization>Disabled</Optimization> - <PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> - </ClCompile> - <Link> - <SubSystem>Console</SubSystem> - <GenerateDebugInformation>true</GenerateDebugInformation> - </Link> - </ItemDefinitionGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> - <ClCompile> - <WarningLevel>Level3</WarningLevel> - <PrecompiledHeader> - </PrecompiledHeader> - <Optimization>MaxSpeed</Optimization> - <FunctionLevelLinking>true</FunctionLevelLinking> - <IntrinsicFunctions>true</IntrinsicFunctions> - <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <DisableSpecificWarnings>4244;4305;4996</DisableSpecificWarnings> - </ClCompile> - <Link> - <SubSystem>Console</SubSystem> - <EnableCOMDATFolding>true</EnableCOMDATFolding> - <OptimizeReferences>true</OptimizeReferences> - <GenerateDebugInformation>true</GenerateDebugInformation> - </Link> - </ItemDefinitionGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> - <ClCompile> - <WarningLevel>Level3</WarningLevel> - <PrecompiledHeader> - </PrecompiledHeader> - <Optimization>MaxSpeed</Optimization> - <FunctionLevelLinking>true</FunctionLevelLinking> - <IntrinsicFunctions>true</IntrinsicFunctions> - <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <DisableSpecificWarnings>4244;4305;4267;4996</DisableSpecificWarnings> - </ClCompile> - <Link> - <SubSystem>Console</SubSystem> - <EnableCOMDATFolding>true</EnableCOMDATFolding> - <OptimizeReferences>true</OptimizeReferences> - <GenerateDebugInformation>true</GenerateDebugInformation> - </Link> - </ItemDefinitionGroup> - <ItemGroup> - <ClCompile Include="..\adjust_global_gain.c" /> - <ClCompile Include="..\al_fec_fl.c" /> - <ClCompile Include="..\apply_global_gain.c" /> - <ClCompile Include="..\ari_codec.c" /> - <ClCompile Include="..\attack_detector.c" /> - <ClCompile Include="..\codec_exe.c" /> - <ClCompile Include="..\plc_compute_stab_fac.c" /> - <ClCompile Include="..\constants.c" /> - <ClCompile Include="..\cutoff_bandwidth.c" /> - <ClCompile Include="..\dct4.c" /> - <ClCompile Include="..\dec_entropy.c" /> - <ClCompile Include="..\dec_lc3_fl.c" /> - <ClCompile Include="..\detect_cutoff_warped.c" /> - <ClCompile Include="..\enc_entropy.c" /> - <ClCompile Include="..\enc_lc3_fl.c" /> - <ClCompile Include="..\estimate_global_gain.c" /> - <ClCompile Include="..\fft.c" /> - <ClCompile Include="..\imdct.c" /> - <ClCompile Include="..\lc3.c" /> - <ClCompile Include="..\ltpf_coder.c" /> - <ClCompile Include="..\ltpf_decoder.c" /> - <ClCompile Include="..\mdct.c" /> - <ClCompile Include="..\mdct_shaping.c" /> - <ClCompile Include="..\near_nyquist_detector.c" /> - <ClCompile Include="..\noise_factor.c" /> - <ClCompile Include="..\noise_filling.c" /> - <ClCompile Include="..\olpa.c" /> - <ClCompile Include="..\pc_apply.c" /> - <ClCompile Include="..\pc_classify.c" /> - <ClCompile Include="..\pc_main.c" /> - <ClCompile Include="..\pc_update.c" /> - <ClCompile Include="..\per_band_energy.c" /> - <ClCompile Include="..\plc_classify.c" /> - <ClCompile Include="..\plc_damping_scrambling.c" /> - <ClCompile Include="..\plc_main.c" /> - <ClCompile Include="..\plc_noise_substitution.c" /> - <ClCompile Include="..\plc_noise_substitution0.c" /> - <ClCompile Include="..\plc_tdc_tdac.c" /> - <ClCompile Include="..\plc_update.c" /> - <ClCompile Include="..\plc_phecu_f0_refine_first.c" /> - <ClCompile Include="..\plc_phecu_fec_hq.c" /> - <ClCompile Include="..\plc_phecu_hq_ecu.c" /> - <ClCompile Include="..\plc_phecu_lf_peak_analysis.c" /> - <ClCompile Include="..\plc_phecu_rec_frame.c" /> - <ClCompile Include="..\plc_phecu_setf0hz.c" /> - <ClCompile Include="..\plc_phecu_subst_spec.c" /> - <ClCompile Include="..\plc_phecu_spec_ana.c" /> - <ClCompile Include="..\plc_phecu_tba_per_band_gain.c" /> - <ClCompile Include="..\plc_phecu_tba_spect_Xavg.c" /> - <ClCompile Include="..\plc_phecu_tba_trans_dect_gains.c" /> - <ClCompile Include="..\plc_phecu_trans_burst_ana_sub.c" /> - <ClCompile Include="..\quantize_spec.c" /> - <ClCompile Include="..\reorder_bitstream.c" /> - <ClCompile Include="..\resamp12k8.c" /> - <ClCompile Include="..\residual_coding.c" /> - <ClCompile Include="..\residual_decoding.c" /> - <ClCompile Include="..\setup_dec_lc3.c" /> - <ClCompile Include="..\setup_enc_lc3.c" /> - <ClCompile Include="..\setup_com_lc3.c" /> - <ClCompile Include="..\sns_compute_scf.c" /> - <ClCompile Include="..\sns_interpolate_scf.c" /> - <ClCompile Include="..\sns_quantize_scf.c" /> - <ClCompile Include="..\plc_tdc.c" /> - <ClCompile Include="..\tns_coder.c" /> - <ClCompile Include="..\tns_decoder.c" /> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\clib.h" /> - <ClInclude Include="..\constants.h" /> - <ClInclude Include="..\defines.h" /> - <ClInclude Include="..\file_io.h" /> - <ClInclude Include="..\functions.h" /> - <ClInclude Include="..\lc3.h" /> - <ClInclude Include="..\setup_dec_lc3.h" /> - <ClInclude Include="..\setup_enc_lc3.h" /> - <ClInclude Include="..\structs.h" /> - <ClInclude Include="..\tinywavein_c.h" /> - <ClInclude Include="..\tinywaveout_c.h" /> - <ClInclude Include="..\util.h" /> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"> - </ImportGroup> +<?xml version="1.0" encoding="utf-8"?> +<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup Label="ProjectConfigurations"> + <ProjectConfiguration Include="Debug|Win32"> + <Configuration>Debug</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="Debug|x64"> + <Configuration>Debug</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="Release|Win32"> + <Configuration>Release</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="Release|x64"> + <Configuration>Release</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + </ItemGroup> + <PropertyGroup Label="Globals"> + <ProjectGuid>{95030B82-70CD-4C6B-84D4-61096035BEA2}</ProjectGuid> + <Keyword>Win32Proj</Keyword> + <RootNamespace>LC3_FL</RootNamespace> + <WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> + <ConfigurationType>StaticLibrary</ConfigurationType> + <UseDebugLibraries>true</UseDebugLibraries> + <PlatformToolset>v141</PlatformToolset> + <CharacterSet>Unicode</CharacterSet> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> + <ConfigurationType>StaticLibrary</ConfigurationType> + <UseDebugLibraries>false</UseDebugLibraries> + <PlatformToolset>v141</PlatformToolset> + <WholeProgramOptimization>true</WholeProgramOptimization> + <CharacterSet>Unicode</CharacterSet> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> + <ImportGroup Label="ExtensionSettings"> + </ImportGroup> + <ImportGroup Label="Shared"> + </ImportGroup> + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> + </ImportGroup> + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> + </ImportGroup> + <PropertyGroup Label="UserMacros" /> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> + <LinkIncremental>true</LinkIncremental> + <TargetName>LC3plus</TargetName> + <OutDir>$(Platform)\$(Configuration)\</OutDir> + <IntDir>$(Platform)\$(Configuration)\Obj\</IntDir> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> + <LinkIncremental>false</LinkIncremental> + <TargetName>LC3plus</TargetName> + <OutDir>$(Platform)\$(Configuration)\</OutDir> + <IntDir>$(Platform)\$(Configuration)\Obj\</IntDir> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> + <ClCompile> + <PrecompiledHeader> + </PrecompiledHeader> + <WarningLevel>Level3</WarningLevel> + <AdditionalIncludeDirectories>..\..\lib_com;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <Optimization>Disabled</Optimization> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> + <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <DisableSpecificWarnings>4305;4244;4996</DisableSpecificWarnings> + </ClCompile> + <Link> + <SubSystem>Console</SubSystem> + <GenerateDebugInformation>true</GenerateDebugInformation> + </Link> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> + <ClCompile> + <WarningLevel>Level3</WarningLevel> + <PrecompiledHeader> + </PrecompiledHeader> + <AdditionalIncludeDirectories>..\..\lib_com;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <Optimization>MaxSpeed</Optimization> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <FunctionLevelLinking>true</FunctionLevelLinking> + <IntrinsicFunctions>true</IntrinsicFunctions> + <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <DisableSpecificWarnings>4244;4305;4996</DisableSpecificWarnings> + </ClCompile> + <Link> + <SubSystem>Console</SubSystem> + <EnableCOMDATFolding>true</EnableCOMDATFolding> + <OptimizeReferences>true</OptimizeReferences> + <GenerateDebugInformation>true</GenerateDebugInformation> + </Link> + </ItemDefinitionGroup> + <ItemGroup> + <ClCompile Include="..\adjust_global_gain.c" /> + <ClCompile Include="..\al_fec_fl.c" /> + <ClCompile Include="..\apply_global_gain.c" /> + <ClCompile Include="..\ari_codec.c" /> + <ClCompile Include="..\attack_detector.c" /> + <ClCompile Include="..\plc_compute_stab_fac.c" /> + <ClCompile Include="..\constants.c" /> + <ClCompile Include="..\cutoff_bandwidth.c" /> + <ClCompile Include="..\dct4.c" /> + <ClCompile Include="..\dec_entropy.c" /> + <ClCompile Include="..\dec_lc3_fl.c" /> + <ClCompile Include="..\detect_cutoff_warped.c" /> + <ClCompile Include="..\enc_entropy.c" /> + <ClCompile Include="..\enc_lc3_fl.c" /> + <ClCompile Include="..\estimate_global_gain.c" /> + <ClCompile Include="..\lc3plus_fft.c" /> + <ClCompile Include="..\imdct.c" /> + <ClCompile Include="..\lc3.c" /> + <ClCompile Include="..\ltpf_coder.c" /> + <ClCompile Include="..\ltpf_decoder.c" /> + <ClCompile Include="..\mdct.c" /> + <ClCompile Include="..\mdct_shaping.c" /> + <ClCompile Include="..\near_nyquist_detector.c" /> + <ClCompile Include="..\noise_factor.c" /> + <ClCompile Include="..\noise_filling.c" /> + <ClCompile Include="..\olpa.c" /> + <ClCompile Include="..\pc_apply.c" /> + <ClCompile Include="..\pc_classify.c" /> + <ClCompile Include="..\pc_main.c" /> + <ClCompile Include="..\pc_update.c" /> + <ClCompile Include="..\per_band_energy.c" /> + <ClCompile Include="..\plc_classify.c" /> + <ClCompile Include="..\plc_damping_scrambling.c" /> + <ClCompile Include="..\plc_main.c" /> + <ClCompile Include="..\plc_noise_substitution.c" /> + <ClCompile Include="..\plc_noise_substitution0.c" /> + <ClCompile Include="..\plc_tdc_tdac.c" /> + <ClCompile Include="..\plc_update.c" /> + <ClCompile Include="..\plc_phecu_f0_refine_first.c" /> + <ClCompile Include="..\plc_phecu_fec_hq.c" /> + <ClCompile Include="..\plc_phecu_hq_ecu.c" /> + <ClCompile Include="..\plc_phecu_lf_peak_analysis.c" /> + <ClCompile Include="..\plc_phecu_rec_frame.c" /> + <ClCompile Include="..\plc_phecu_setf0hz.c" /> + <ClCompile Include="..\plc_phecu_subst_spec.c" /> + <ClCompile Include="..\plc_phecu_spec_ana.c" /> + <ClCompile Include="..\plc_phecu_tba_per_band_gain.c" /> + <ClCompile Include="..\plc_phecu_tba_spect_Xavg.c" /> + <ClCompile Include="..\plc_phecu_tba_trans_dect_gains.c" /> + <ClCompile Include="..\plc_phecu_trans_burst_ana_sub.c" /> + <ClCompile Include="..\quantize_spec.c" /> + <ClCompile Include="..\reorder_bitstream.c" /> + <ClCompile Include="..\resamp12k8.c" /> + <ClCompile Include="..\residual_coding.c" /> + <ClCompile Include="..\residual_decoding.c" /> + <ClCompile Include="..\setup_dec_lc3.c" /> + <ClCompile Include="..\setup_enc_lc3.c" /> + <ClCompile Include="..\setup_com_lc3.c" /> + <ClCompile Include="..\sns_compute_scf.c" /> + <ClCompile Include="..\sns_interpolate_scf.c" /> + <ClCompile Include="..\sns_quantize_scf.c" /> + <ClCompile Include="..\plc_tdc.c" /> + <ClCompile Include="..\tns_coder.c" /> + <ClCompile Include="..\tns_decoder.c" /> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\clib.h" /> + <ClInclude Include="..\constants.h" /> + <ClInclude Include="..\defines.h" /> + <ClInclude Include="..\file_io.h" /> + <ClInclude Include="..\functions.h" /> + <ClInclude Include="..\lc3.h" /> + <ClInclude Include="..\setup_dec_lc3.h" /> + <ClInclude Include="..\setup_enc_lc3.h" /> + <ClInclude Include="..\structs.h" /> + <ClInclude Include="..\tinywavein_c.h" /> + <ClInclude Include="..\tinywaveout_c.h" /> + <ClInclude Include="..\util.h" /> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"> + </ImportGroup> </Project> \ No newline at end of file diff -Naur ETSI_Release/LC3plus_ETSI_src_va15eb59632b_20230228/src/floating_point/near_nyquist_detector.c mod/ETSI_Release/LC3plus_ETSI_src_va15eb59632b_20230228/src/floating_point/near_nyquist_detector.c --- ETSI_Release/LC3plus_ETSI_src_va15eb59632b_20230228/src/floating_point/near_nyquist_detector.c 2023-02-28 20:25:37 +++ mod/ETSI_Release/LC3plus_ETSI_src_va15eb59632b_20230228/src/floating_point/near_nyquist_detector.c 2023-06-29 12:58:35 Loading Loading
scripts/lc3plus_lib_setup/lc3plus.patch +0 −431 Original line number Diff line number Diff line Loading @@ -732,437 +732,6 @@ diff -Naur ETSI_Release/LC3plus_ETSI_src_va15eb59632b_20230228/src/floating_poin @@ -0,0 +1 @@ +Win32/ \ No newline at end of file diff -Naur ETSI_Release/LC3plus_ETSI_src_va15eb59632b_20230228/src/floating_point/msvc/LC3plus.vcxproj mod/ETSI_Release/LC3plus_ETSI_src_va15eb59632b_20230228/src/floating_point/msvc/LC3plus.vcxproj --- ETSI_Release/LC3plus_ETSI_src_va15eb59632b_20230228/src/floating_point/msvc/LC3plus.vcxproj 2023-02-28 20:25:37 +++ mod/ETSI_Release/LC3plus_ETSI_src_va15eb59632b_20230228/src/floating_point/msvc/LC3plus.vcxproj 2023-06-29 12:58:27 @@ -1,243 +1,184 @@ -<?xml version="1.0" encoding="utf-8"?> -<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <ItemGroup Label="ProjectConfigurations"> - <ProjectConfiguration Include="Debug|Win32"> - <Configuration>Debug</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="Debug|x64"> - <Configuration>Debug</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="Release|Win32"> - <Configuration>Release</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="Release|x64"> - <Configuration>Release</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{95030B82-70CD-4C6B-84D4-61096035BEA2}</ProjectGuid> - <Keyword>Win32Proj</Keyword> - <RootNamespace>LC3_FL</RootNamespace> - <WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <UseDebugLibraries>true</UseDebugLibraries> - <PlatformToolset>v141</PlatformToolset> - <CharacterSet>Unicode</CharacterSet> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <UseDebugLibraries>false</UseDebugLibraries> - <PlatformToolset>v141</PlatformToolset> - <WholeProgramOptimization>true</WholeProgramOptimization> - <CharacterSet>Unicode</CharacterSet> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <UseDebugLibraries>true</UseDebugLibraries> - <PlatformToolset>v141</PlatformToolset> - <CharacterSet>Unicode</CharacterSet> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <UseDebugLibraries>false</UseDebugLibraries> - <PlatformToolset>v141</PlatformToolset> - <WholeProgramOptimization>true</WholeProgramOptimization> - <CharacterSet>Unicode</CharacterSet> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> - <ImportGroup Label="ExtensionSettings"> - </ImportGroup> - <ImportGroup Label="Shared"> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <PropertyGroup Label="UserMacros" /> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> - <LinkIncremental>true</LinkIncremental> - <TargetName>LC3plus</TargetName> - <OutDir>$(Platform)\$(Configuration)\</OutDir> - <IntDir>$(Platform)\$(Configuration)\Obj\</IntDir> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> - <LinkIncremental>true</LinkIncremental> - <TargetName>LC3plus</TargetName> - <OutDir>$(Platform)\$(Configuration)\</OutDir> - <IntDir>$(Platform)\$(Configuration)\Obj\</IntDir> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> - <LinkIncremental>false</LinkIncremental> - <TargetName>LC3plus</TargetName> - <OutDir>$(Platform)\$(Configuration)\</OutDir> - <IntDir>$(Platform)\$(Configuration)\Obj\</IntDir> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> - <LinkIncremental>false</LinkIncremental> - <TargetName>LC3plus</TargetName> - <OutDir>$(Platform)\$(Configuration)\</OutDir> - <IntDir>$(Platform)\$(Configuration)\Obj\</IntDir> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> - <ClCompile> - <PrecompiledHeader> - </PrecompiledHeader> - <WarningLevel>Level3</WarningLevel> - <Optimization>Disabled</Optimization> - <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <DisableSpecificWarnings>4305;4244;4996</DisableSpecificWarnings> - </ClCompile> - <Link> - <SubSystem>Console</SubSystem> - <GenerateDebugInformation>true</GenerateDebugInformation> - </Link> - </ItemDefinitionGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> - <ClCompile> - <PrecompiledHeader> - </PrecompiledHeader> - <WarningLevel>Level3</WarningLevel> - <Optimization>Disabled</Optimization> - <PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> - </ClCompile> - <Link> - <SubSystem>Console</SubSystem> - <GenerateDebugInformation>true</GenerateDebugInformation> - </Link> - </ItemDefinitionGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> - <ClCompile> - <WarningLevel>Level3</WarningLevel> - <PrecompiledHeader> - </PrecompiledHeader> - <Optimization>MaxSpeed</Optimization> - <FunctionLevelLinking>true</FunctionLevelLinking> - <IntrinsicFunctions>true</IntrinsicFunctions> - <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <DisableSpecificWarnings>4244;4305;4996</DisableSpecificWarnings> - </ClCompile> - <Link> - <SubSystem>Console</SubSystem> - <EnableCOMDATFolding>true</EnableCOMDATFolding> - <OptimizeReferences>true</OptimizeReferences> - <GenerateDebugInformation>true</GenerateDebugInformation> - </Link> - </ItemDefinitionGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> - <ClCompile> - <WarningLevel>Level3</WarningLevel> - <PrecompiledHeader> - </PrecompiledHeader> - <Optimization>MaxSpeed</Optimization> - <FunctionLevelLinking>true</FunctionLevelLinking> - <IntrinsicFunctions>true</IntrinsicFunctions> - <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <DisableSpecificWarnings>4244;4305;4267;4996</DisableSpecificWarnings> - </ClCompile> - <Link> - <SubSystem>Console</SubSystem> - <EnableCOMDATFolding>true</EnableCOMDATFolding> - <OptimizeReferences>true</OptimizeReferences> - <GenerateDebugInformation>true</GenerateDebugInformation> - </Link> - </ItemDefinitionGroup> - <ItemGroup> - <ClCompile Include="..\adjust_global_gain.c" /> - <ClCompile Include="..\al_fec_fl.c" /> - <ClCompile Include="..\apply_global_gain.c" /> - <ClCompile Include="..\ari_codec.c" /> - <ClCompile Include="..\attack_detector.c" /> - <ClCompile Include="..\codec_exe.c" /> - <ClCompile Include="..\plc_compute_stab_fac.c" /> - <ClCompile Include="..\constants.c" /> - <ClCompile Include="..\cutoff_bandwidth.c" /> - <ClCompile Include="..\dct4.c" /> - <ClCompile Include="..\dec_entropy.c" /> - <ClCompile Include="..\dec_lc3_fl.c" /> - <ClCompile Include="..\detect_cutoff_warped.c" /> - <ClCompile Include="..\enc_entropy.c" /> - <ClCompile Include="..\enc_lc3_fl.c" /> - <ClCompile Include="..\estimate_global_gain.c" /> - <ClCompile Include="..\fft.c" /> - <ClCompile Include="..\imdct.c" /> - <ClCompile Include="..\lc3.c" /> - <ClCompile Include="..\ltpf_coder.c" /> - <ClCompile Include="..\ltpf_decoder.c" /> - <ClCompile Include="..\mdct.c" /> - <ClCompile Include="..\mdct_shaping.c" /> - <ClCompile Include="..\near_nyquist_detector.c" /> - <ClCompile Include="..\noise_factor.c" /> - <ClCompile Include="..\noise_filling.c" /> - <ClCompile Include="..\olpa.c" /> - <ClCompile Include="..\pc_apply.c" /> - <ClCompile Include="..\pc_classify.c" /> - <ClCompile Include="..\pc_main.c" /> - <ClCompile Include="..\pc_update.c" /> - <ClCompile Include="..\per_band_energy.c" /> - <ClCompile Include="..\plc_classify.c" /> - <ClCompile Include="..\plc_damping_scrambling.c" /> - <ClCompile Include="..\plc_main.c" /> - <ClCompile Include="..\plc_noise_substitution.c" /> - <ClCompile Include="..\plc_noise_substitution0.c" /> - <ClCompile Include="..\plc_tdc_tdac.c" /> - <ClCompile Include="..\plc_update.c" /> - <ClCompile Include="..\plc_phecu_f0_refine_first.c" /> - <ClCompile Include="..\plc_phecu_fec_hq.c" /> - <ClCompile Include="..\plc_phecu_hq_ecu.c" /> - <ClCompile Include="..\plc_phecu_lf_peak_analysis.c" /> - <ClCompile Include="..\plc_phecu_rec_frame.c" /> - <ClCompile Include="..\plc_phecu_setf0hz.c" /> - <ClCompile Include="..\plc_phecu_subst_spec.c" /> - <ClCompile Include="..\plc_phecu_spec_ana.c" /> - <ClCompile Include="..\plc_phecu_tba_per_band_gain.c" /> - <ClCompile Include="..\plc_phecu_tba_spect_Xavg.c" /> - <ClCompile Include="..\plc_phecu_tba_trans_dect_gains.c" /> - <ClCompile Include="..\plc_phecu_trans_burst_ana_sub.c" /> - <ClCompile Include="..\quantize_spec.c" /> - <ClCompile Include="..\reorder_bitstream.c" /> - <ClCompile Include="..\resamp12k8.c" /> - <ClCompile Include="..\residual_coding.c" /> - <ClCompile Include="..\residual_decoding.c" /> - <ClCompile Include="..\setup_dec_lc3.c" /> - <ClCompile Include="..\setup_enc_lc3.c" /> - <ClCompile Include="..\setup_com_lc3.c" /> - <ClCompile Include="..\sns_compute_scf.c" /> - <ClCompile Include="..\sns_interpolate_scf.c" /> - <ClCompile Include="..\sns_quantize_scf.c" /> - <ClCompile Include="..\plc_tdc.c" /> - <ClCompile Include="..\tns_coder.c" /> - <ClCompile Include="..\tns_decoder.c" /> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\clib.h" /> - <ClInclude Include="..\constants.h" /> - <ClInclude Include="..\defines.h" /> - <ClInclude Include="..\file_io.h" /> - <ClInclude Include="..\functions.h" /> - <ClInclude Include="..\lc3.h" /> - <ClInclude Include="..\setup_dec_lc3.h" /> - <ClInclude Include="..\setup_enc_lc3.h" /> - <ClInclude Include="..\structs.h" /> - <ClInclude Include="..\tinywavein_c.h" /> - <ClInclude Include="..\tinywaveout_c.h" /> - <ClInclude Include="..\util.h" /> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"> - </ImportGroup> +<?xml version="1.0" encoding="utf-8"?> +<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup Label="ProjectConfigurations"> + <ProjectConfiguration Include="Debug|Win32"> + <Configuration>Debug</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="Debug|x64"> + <Configuration>Debug</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="Release|Win32"> + <Configuration>Release</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="Release|x64"> + <Configuration>Release</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + </ItemGroup> + <PropertyGroup Label="Globals"> + <ProjectGuid>{95030B82-70CD-4C6B-84D4-61096035BEA2}</ProjectGuid> + <Keyword>Win32Proj</Keyword> + <RootNamespace>LC3_FL</RootNamespace> + <WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> + <ConfigurationType>StaticLibrary</ConfigurationType> + <UseDebugLibraries>true</UseDebugLibraries> + <PlatformToolset>v141</PlatformToolset> + <CharacterSet>Unicode</CharacterSet> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> + <ConfigurationType>StaticLibrary</ConfigurationType> + <UseDebugLibraries>false</UseDebugLibraries> + <PlatformToolset>v141</PlatformToolset> + <WholeProgramOptimization>true</WholeProgramOptimization> + <CharacterSet>Unicode</CharacterSet> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> + <ImportGroup Label="ExtensionSettings"> + </ImportGroup> + <ImportGroup Label="Shared"> + </ImportGroup> + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> + </ImportGroup> + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> + </ImportGroup> + <PropertyGroup Label="UserMacros" /> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> + <LinkIncremental>true</LinkIncremental> + <TargetName>LC3plus</TargetName> + <OutDir>$(Platform)\$(Configuration)\</OutDir> + <IntDir>$(Platform)\$(Configuration)\Obj\</IntDir> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> + <LinkIncremental>false</LinkIncremental> + <TargetName>LC3plus</TargetName> + <OutDir>$(Platform)\$(Configuration)\</OutDir> + <IntDir>$(Platform)\$(Configuration)\Obj\</IntDir> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> + <ClCompile> + <PrecompiledHeader> + </PrecompiledHeader> + <WarningLevel>Level3</WarningLevel> + <AdditionalIncludeDirectories>..\..\lib_com;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <Optimization>Disabled</Optimization> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> + <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <DisableSpecificWarnings>4305;4244;4996</DisableSpecificWarnings> + </ClCompile> + <Link> + <SubSystem>Console</SubSystem> + <GenerateDebugInformation>true</GenerateDebugInformation> + </Link> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> + <ClCompile> + <WarningLevel>Level3</WarningLevel> + <PrecompiledHeader> + </PrecompiledHeader> + <AdditionalIncludeDirectories>..\..\lib_com;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <Optimization>MaxSpeed</Optimization> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <FunctionLevelLinking>true</FunctionLevelLinking> + <IntrinsicFunctions>true</IntrinsicFunctions> + <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <DisableSpecificWarnings>4244;4305;4996</DisableSpecificWarnings> + </ClCompile> + <Link> + <SubSystem>Console</SubSystem> + <EnableCOMDATFolding>true</EnableCOMDATFolding> + <OptimizeReferences>true</OptimizeReferences> + <GenerateDebugInformation>true</GenerateDebugInformation> + </Link> + </ItemDefinitionGroup> + <ItemGroup> + <ClCompile Include="..\adjust_global_gain.c" /> + <ClCompile Include="..\al_fec_fl.c" /> + <ClCompile Include="..\apply_global_gain.c" /> + <ClCompile Include="..\ari_codec.c" /> + <ClCompile Include="..\attack_detector.c" /> + <ClCompile Include="..\plc_compute_stab_fac.c" /> + <ClCompile Include="..\constants.c" /> + <ClCompile Include="..\cutoff_bandwidth.c" /> + <ClCompile Include="..\dct4.c" /> + <ClCompile Include="..\dec_entropy.c" /> + <ClCompile Include="..\dec_lc3_fl.c" /> + <ClCompile Include="..\detect_cutoff_warped.c" /> + <ClCompile Include="..\enc_entropy.c" /> + <ClCompile Include="..\enc_lc3_fl.c" /> + <ClCompile Include="..\estimate_global_gain.c" /> + <ClCompile Include="..\lc3plus_fft.c" /> + <ClCompile Include="..\imdct.c" /> + <ClCompile Include="..\lc3.c" /> + <ClCompile Include="..\ltpf_coder.c" /> + <ClCompile Include="..\ltpf_decoder.c" /> + <ClCompile Include="..\mdct.c" /> + <ClCompile Include="..\mdct_shaping.c" /> + <ClCompile Include="..\near_nyquist_detector.c" /> + <ClCompile Include="..\noise_factor.c" /> + <ClCompile Include="..\noise_filling.c" /> + <ClCompile Include="..\olpa.c" /> + <ClCompile Include="..\pc_apply.c" /> + <ClCompile Include="..\pc_classify.c" /> + <ClCompile Include="..\pc_main.c" /> + <ClCompile Include="..\pc_update.c" /> + <ClCompile Include="..\per_band_energy.c" /> + <ClCompile Include="..\plc_classify.c" /> + <ClCompile Include="..\plc_damping_scrambling.c" /> + <ClCompile Include="..\plc_main.c" /> + <ClCompile Include="..\plc_noise_substitution.c" /> + <ClCompile Include="..\plc_noise_substitution0.c" /> + <ClCompile Include="..\plc_tdc_tdac.c" /> + <ClCompile Include="..\plc_update.c" /> + <ClCompile Include="..\plc_phecu_f0_refine_first.c" /> + <ClCompile Include="..\plc_phecu_fec_hq.c" /> + <ClCompile Include="..\plc_phecu_hq_ecu.c" /> + <ClCompile Include="..\plc_phecu_lf_peak_analysis.c" /> + <ClCompile Include="..\plc_phecu_rec_frame.c" /> + <ClCompile Include="..\plc_phecu_setf0hz.c" /> + <ClCompile Include="..\plc_phecu_subst_spec.c" /> + <ClCompile Include="..\plc_phecu_spec_ana.c" /> + <ClCompile Include="..\plc_phecu_tba_per_band_gain.c" /> + <ClCompile Include="..\plc_phecu_tba_spect_Xavg.c" /> + <ClCompile Include="..\plc_phecu_tba_trans_dect_gains.c" /> + <ClCompile Include="..\plc_phecu_trans_burst_ana_sub.c" /> + <ClCompile Include="..\quantize_spec.c" /> + <ClCompile Include="..\reorder_bitstream.c" /> + <ClCompile Include="..\resamp12k8.c" /> + <ClCompile Include="..\residual_coding.c" /> + <ClCompile Include="..\residual_decoding.c" /> + <ClCompile Include="..\setup_dec_lc3.c" /> + <ClCompile Include="..\setup_enc_lc3.c" /> + <ClCompile Include="..\setup_com_lc3.c" /> + <ClCompile Include="..\sns_compute_scf.c" /> + <ClCompile Include="..\sns_interpolate_scf.c" /> + <ClCompile Include="..\sns_quantize_scf.c" /> + <ClCompile Include="..\plc_tdc.c" /> + <ClCompile Include="..\tns_coder.c" /> + <ClCompile Include="..\tns_decoder.c" /> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\clib.h" /> + <ClInclude Include="..\constants.h" /> + <ClInclude Include="..\defines.h" /> + <ClInclude Include="..\file_io.h" /> + <ClInclude Include="..\functions.h" /> + <ClInclude Include="..\lc3.h" /> + <ClInclude Include="..\setup_dec_lc3.h" /> + <ClInclude Include="..\setup_enc_lc3.h" /> + <ClInclude Include="..\structs.h" /> + <ClInclude Include="..\tinywavein_c.h" /> + <ClInclude Include="..\tinywaveout_c.h" /> + <ClInclude Include="..\util.h" /> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"> + </ImportGroup> </Project> \ No newline at end of file diff -Naur ETSI_Release/LC3plus_ETSI_src_va15eb59632b_20230228/src/floating_point/near_nyquist_detector.c mod/ETSI_Release/LC3plus_ETSI_src_va15eb59632b_20230228/src/floating_point/near_nyquist_detector.c --- ETSI_Release/LC3plus_ETSI_src_va15eb59632b_20230228/src/floating_point/near_nyquist_detector.c 2023-02-28 20:25:37 +++ mod/ETSI_Release/LC3plus_ETSI_src_va15eb59632b_20230228/src/floating_point/near_nyquist_detector.c 2023-06-29 12:58:35 Loading