mirror of
https://github.com/rehlds/revoice.git
synced 2024-12-26 14:45:49 +03:00
283 lines
14 KiB
XML
283 lines
14 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="14.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="Release|Win32">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="..\celt\arch.h" />
|
|
<ClInclude Include="..\celt\bands.h" />
|
|
<ClInclude Include="..\celt\celt.h" />
|
|
<ClInclude Include="..\celt\celt_lpc.h" />
|
|
<ClInclude Include="..\celt\cpu_support.h" />
|
|
<ClInclude Include="..\celt\cwrs.h" />
|
|
<ClInclude Include="..\celt\ecintrin.h" />
|
|
<ClInclude Include="..\celt\entcode.h" />
|
|
<ClInclude Include="..\celt\entdec.h" />
|
|
<ClInclude Include="..\celt\entenc.h" />
|
|
<ClInclude Include="..\celt\fixed_debug.h" />
|
|
<ClInclude Include="..\celt\fixed_generic.h" />
|
|
<ClInclude Include="..\celt\float_cast.h" />
|
|
<ClInclude Include="..\celt\kiss_fft.h" />
|
|
<ClInclude Include="..\celt\laplace.h" />
|
|
<ClInclude Include="..\celt\mathops.h" />
|
|
<ClInclude Include="..\celt\mdct.h" />
|
|
<ClInclude Include="..\celt\mfrngcod.h" />
|
|
<ClInclude Include="..\celt\modes.h" />
|
|
<ClInclude Include="..\celt\os_support.h" />
|
|
<ClInclude Include="..\celt\pitch.h" />
|
|
<ClInclude Include="..\celt\quant_bands.h" />
|
|
<ClInclude Include="..\celt\rate.h" />
|
|
<ClInclude Include="..\celt\stack_alloc.h" />
|
|
<ClInclude Include="..\celt\static_modes_fixed.h" />
|
|
<ClInclude Include="..\celt\static_modes_fixed_arm_ne10.h" />
|
|
<ClInclude Include="..\celt\static_modes_float.h" />
|
|
<ClInclude Include="..\celt\static_modes_float_arm_ne10.h" />
|
|
<ClInclude Include="..\celt\vq.h" />
|
|
<ClInclude Include="..\celt\_kiss_fft_guts.h" />
|
|
<ClInclude Include="..\include\opus.h" />
|
|
<ClInclude Include="..\include\opus_custom.h" />
|
|
<ClInclude Include="..\include\opus_defines.h" />
|
|
<ClInclude Include="..\include\opus_multistream.h" />
|
|
<ClInclude Include="..\include\opus_types.h" />
|
|
<ClInclude Include="..\silk\API.h" />
|
|
<ClInclude Include="..\silk\control.h" />
|
|
<ClInclude Include="..\silk\debug.h" />
|
|
<ClInclude Include="..\silk\define.h" />
|
|
<ClInclude Include="..\silk\errors.h" />
|
|
<ClInclude Include="..\silk\float\main_FLP.h" />
|
|
<ClInclude Include="..\silk\float\SigProc_FLP.h" />
|
|
<ClInclude Include="..\silk\float\structs_FLP.h" />
|
|
<ClInclude Include="..\silk\Inlines.h" />
|
|
<ClInclude Include="..\silk\MacroCount.h" />
|
|
<ClInclude Include="..\silk\MacroDebug.h" />
|
|
<ClInclude Include="..\silk\macros.h" />
|
|
<ClInclude Include="..\silk\main.h" />
|
|
<ClInclude Include="..\silk\NSQ.h" />
|
|
<ClInclude Include="..\silk\pitch_est_defines.h" />
|
|
<ClInclude Include="..\silk\PLC.h" />
|
|
<ClInclude Include="..\silk\resampler_private.h" />
|
|
<ClInclude Include="..\silk\resampler_rom.h" />
|
|
<ClInclude Include="..\silk\resampler_structs.h" />
|
|
<ClInclude Include="..\silk\SigProc_FIX.h" />
|
|
<ClInclude Include="..\silk\structs.h" />
|
|
<ClInclude Include="..\silk\tables.h" />
|
|
<ClInclude Include="..\silk\tuning_parameters.h" />
|
|
<ClInclude Include="..\silk\typedef.h" />
|
|
<ClInclude Include="..\src\analysis.h" />
|
|
<ClInclude Include="..\src\mlp.h" />
|
|
<ClInclude Include="..\src\opus_private.h" />
|
|
<ClInclude Include="..\src\tansig_table.h" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="..\celt\bands.c" />
|
|
<ClCompile Include="..\celt\celt.c" />
|
|
<ClCompile Include="..\celt\celt_decoder.c" />
|
|
<ClCompile Include="..\celt\celt_encoder.c" />
|
|
<ClCompile Include="..\celt\celt_lpc.c" />
|
|
<ClCompile Include="..\celt\cwrs.c" />
|
|
<ClCompile Include="..\celt\entcode.c" />
|
|
<ClCompile Include="..\celt\entdec.c" />
|
|
<ClCompile Include="..\celt\entenc.c" />
|
|
<ClCompile Include="..\celt\kiss_fft.c" />
|
|
<ClCompile Include="..\celt\laplace.c" />
|
|
<ClCompile Include="..\celt\mathops.c" />
|
|
<ClCompile Include="..\celt\mdct.c" />
|
|
<ClCompile Include="..\celt\modes.c" />
|
|
<ClCompile Include="..\celt\pitch.c" />
|
|
<ClCompile Include="..\celt\quant_bands.c" />
|
|
<ClCompile Include="..\celt\rate.c" />
|
|
<ClCompile Include="..\celt\vq.c" />
|
|
<ClCompile Include="..\silk\A2NLSF.c" />
|
|
<ClCompile Include="..\silk\ana_filt_bank_1.c" />
|
|
<ClCompile Include="..\silk\biquad_alt.c" />
|
|
<ClCompile Include="..\silk\bwexpander.c" />
|
|
<ClCompile Include="..\silk\bwexpander_32.c" />
|
|
<ClCompile Include="..\silk\check_control_input.c" />
|
|
<ClCompile Include="..\silk\CNG.c" />
|
|
<ClCompile Include="..\silk\code_signs.c" />
|
|
<ClCompile Include="..\silk\control_audio_bandwidth.c" />
|
|
<ClCompile Include="..\silk\control_codec.c" />
|
|
<ClCompile Include="..\silk\control_SNR.c" />
|
|
<ClCompile Include="..\silk\debug.c" />
|
|
<ClCompile Include="..\silk\decoder_set_fs.c" />
|
|
<ClCompile Include="..\silk\decode_core.c" />
|
|
<ClCompile Include="..\silk\decode_frame.c" />
|
|
<ClCompile Include="..\silk\decode_indices.c" />
|
|
<ClCompile Include="..\silk\decode_parameters.c" />
|
|
<ClCompile Include="..\silk\decode_pitch.c" />
|
|
<ClCompile Include="..\silk\decode_pulses.c" />
|
|
<ClCompile Include="..\silk\dec_API.c" />
|
|
<ClCompile Include="..\silk\encode_indices.c" />
|
|
<ClCompile Include="..\silk\encode_pulses.c" />
|
|
<ClCompile Include="..\silk\enc_API.c" />
|
|
<ClCompile Include="..\silk\float\apply_sine_window_FLP.c" />
|
|
<ClCompile Include="..\silk\float\autocorrelation_FLP.c" />
|
|
<ClCompile Include="..\silk\float\burg_modified_FLP.c" />
|
|
<ClCompile Include="..\silk\float\bwexpander_FLP.c" />
|
|
<ClCompile Include="..\silk\float\corrMatrix_FLP.c" />
|
|
<ClCompile Include="..\silk\float\encode_frame_FLP.c" />
|
|
<ClCompile Include="..\silk\float\energy_FLP.c" />
|
|
<ClCompile Include="..\silk\float\find_LPC_FLP.c" />
|
|
<ClCompile Include="..\silk\float\find_LTP_FLP.c" />
|
|
<ClCompile Include="..\silk\float\find_pitch_lags_FLP.c" />
|
|
<ClCompile Include="..\silk\float\find_pred_coefs_FLP.c" />
|
|
<ClCompile Include="..\silk\float\inner_product_FLP.c" />
|
|
<ClCompile Include="..\silk\float\k2a_FLP.c" />
|
|
<ClCompile Include="..\silk\float\levinsondurbin_FLP.c" />
|
|
<ClCompile Include="..\silk\float\LPC_analysis_filter_FLP.c" />
|
|
<ClCompile Include="..\silk\float\LPC_inv_pred_gain_FLP.c" />
|
|
<ClCompile Include="..\silk\float\LTP_analysis_filter_FLP.c" />
|
|
<ClCompile Include="..\silk\float\LTP_scale_ctrl_FLP.c" />
|
|
<ClCompile Include="..\silk\float\noise_shape_analysis_FLP.c" />
|
|
<ClCompile Include="..\silk\float\pitch_analysis_core_FLP.c" />
|
|
<ClCompile Include="..\silk\float\prefilter_FLP.c" />
|
|
<ClCompile Include="..\silk\float\process_gains_FLP.c" />
|
|
<ClCompile Include="..\silk\float\regularize_correlations_FLP.c" />
|
|
<ClCompile Include="..\silk\float\residual_energy_FLP.c" />
|
|
<ClCompile Include="..\silk\float\scale_copy_vector_FLP.c" />
|
|
<ClCompile Include="..\silk\float\scale_vector_FLP.c" />
|
|
<ClCompile Include="..\silk\float\schur_FLP.c" />
|
|
<ClCompile Include="..\silk\float\solve_LS_FLP.c" />
|
|
<ClCompile Include="..\silk\float\sort_FLP.c" />
|
|
<ClCompile Include="..\silk\float\warped_autocorrelation_FLP.c" />
|
|
<ClCompile Include="..\silk\float\wrappers_FLP.c" />
|
|
<ClCompile Include="..\silk\gain_quant.c" />
|
|
<ClCompile Include="..\silk\HP_variable_cutoff.c" />
|
|
<ClCompile Include="..\silk\init_decoder.c" />
|
|
<ClCompile Include="..\silk\init_encoder.c" />
|
|
<ClCompile Include="..\silk\inner_prod_aligned.c" />
|
|
<ClCompile Include="..\silk\interpolate.c" />
|
|
<ClCompile Include="..\silk\lin2log.c" />
|
|
<ClCompile Include="..\silk\log2lin.c" />
|
|
<ClCompile Include="..\silk\LPC_analysis_filter.c" />
|
|
<ClCompile Include="..\silk\LPC_inv_pred_gain.c" />
|
|
<ClCompile Include="..\silk\LP_variable_cutoff.c" />
|
|
<ClCompile Include="..\silk\NLSF2A.c" />
|
|
<ClCompile Include="..\silk\NLSF_decode.c" />
|
|
<ClCompile Include="..\silk\NLSF_del_dec_quant.c" />
|
|
<ClCompile Include="..\silk\NLSF_encode.c" />
|
|
<ClCompile Include="..\silk\NLSF_stabilize.c" />
|
|
<ClCompile Include="..\silk\NLSF_unpack.c" />
|
|
<ClCompile Include="..\silk\NLSF_VQ.c" />
|
|
<ClCompile Include="..\silk\NLSF_VQ_weights_laroia.c" />
|
|
<ClCompile Include="..\silk\NSQ.c" />
|
|
<ClCompile Include="..\silk\NSQ_del_dec.c" />
|
|
<ClCompile Include="..\silk\pitch_est_tables.c" />
|
|
<ClCompile Include="..\silk\PLC.c" />
|
|
<ClCompile Include="..\silk\process_NLSFs.c" />
|
|
<ClCompile Include="..\silk\quant_LTP_gains.c" />
|
|
<ClCompile Include="..\silk\resampler.c" />
|
|
<ClCompile Include="..\silk\resampler_down2.c" />
|
|
<ClCompile Include="..\silk\resampler_down2_3.c" />
|
|
<ClCompile Include="..\silk\resampler_private_AR2.c" />
|
|
<ClCompile Include="..\silk\resampler_private_down_FIR.c" />
|
|
<ClCompile Include="..\silk\resampler_private_IIR_FIR.c" />
|
|
<ClCompile Include="..\silk\resampler_private_up2_HQ.c" />
|
|
<ClCompile Include="..\silk\resampler_rom.c" />
|
|
<ClCompile Include="..\silk\shell_coder.c" />
|
|
<ClCompile Include="..\silk\sigm_Q15.c" />
|
|
<ClCompile Include="..\silk\sort.c" />
|
|
<ClCompile Include="..\silk\stereo_decode_pred.c" />
|
|
<ClCompile Include="..\silk\stereo_encode_pred.c" />
|
|
<ClCompile Include="..\silk\stereo_find_predictor.c" />
|
|
<ClCompile Include="..\silk\stereo_LR_to_MS.c" />
|
|
<ClCompile Include="..\silk\stereo_MS_to_LR.c" />
|
|
<ClCompile Include="..\silk\stereo_quant_pred.c" />
|
|
<ClCompile Include="..\silk\sum_sqr_shift.c" />
|
|
<ClCompile Include="..\silk\tables_gain.c" />
|
|
<ClCompile Include="..\silk\tables_LTP.c" />
|
|
<ClCompile Include="..\silk\tables_NLSF_CB_NB_MB.c" />
|
|
<ClCompile Include="..\silk\tables_NLSF_CB_WB.c" />
|
|
<ClCompile Include="..\silk\tables_other.c" />
|
|
<ClCompile Include="..\silk\tables_pitch_lag.c" />
|
|
<ClCompile Include="..\silk\tables_pulses_per_block.c" />
|
|
<ClCompile Include="..\silk\table_LSF_cos.c" />
|
|
<ClCompile Include="..\silk\VAD.c" />
|
|
<ClCompile Include="..\silk\VQ_WMat_EC.c" />
|
|
<ClCompile Include="..\src\analysis.c" />
|
|
<ClCompile Include="..\src\mlp.c" />
|
|
<ClCompile Include="..\src\mlp_data.c" />
|
|
<ClCompile Include="..\src\opus.c" />
|
|
<ClCompile Include="..\src\opus_decoder.c" />
|
|
<ClCompile Include="..\src\opus_encoder.c" />
|
|
<ClCompile Include="..\src\opus_multistream.c" />
|
|
<ClCompile Include="..\src\opus_multistream_decoder.c" />
|
|
<ClCompile Include="..\src\opus_multistream_encoder.c" />
|
|
<ClCompile Include="..\src\repacketizer.c" />
|
|
</ItemGroup>
|
|
<PropertyGroup Label="Globals">
|
|
<ProjectGuid>{B17B3098-0141-46EA-BD8E-B98E0C92A81A}</ProjectGuid>
|
|
<Keyword>Win32Proj</Keyword>
|
|
<RootNamespace>Opus</RootNamespace>
|
|
<WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
<PlatformToolset>v140</PlatformToolset>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<PlatformToolset>v140</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 />
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<ClCompile>
|
|
<PrecompiledHeader>
|
|
</PrecompiledHeader>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<Optimization>Disabled</Optimization>
|
|
<PreprocessorDefinitions>OPUS_BUILD;USE_ALLOCA;WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<SDLCheck>true</SDLCheck>
|
|
<AdditionalIncludeDirectories>$(ProjectDir)../src/;$(ProjectDir)../include/;$(ProjectDir)../silk/;$(ProjectDir)../silk/float/;$(ProjectDir)../celt/;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Windows</SubSystem>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<PrecompiledHeader>
|
|
</PrecompiledHeader>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<PreprocessorDefinitions>OPUS_BUILD;USE_ALLOCA;WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<SDLCheck>true</SDLCheck>
|
|
<AdditionalIncludeDirectories>$(ProjectDir)../src/;$(ProjectDir)../include/;$(ProjectDir)../silk/;$(ProjectDir)../silk/float/;$(ProjectDir)../celt/;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Windows</SubSystem>
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
</ImportGroup>
|
|
</Project> |