mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-13 20:50:41 +00:00
closer to building on windows
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7566 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
a3081374a1
commit
b2b278ce94
@ -1,657 +1,334 @@
|
|||||||
<?xml version="1.0" encoding="Windows-1252"?>
|
<?xml version="1.0" encoding="Windows-1252"?>
|
||||||
<VisualStudioProject
|
<VisualStudioProject
|
||||||
ProjectType="Visual C++"
|
ProjectType="Visual C++"
|
||||||
Version="8.00"
|
Version="9.00"
|
||||||
Name="libvoipcodecs"
|
Name="libvoipcodecs"
|
||||||
ProjectGUID="{CF70F278-3364-4395-A2E1-23501C9B8AD2}"
|
ProjectGUID="{CF70F278-3364-4395-A2E1-23501C9B8AD2}"
|
||||||
RootNamespace="libvoipcodecs"
|
RootNamespace="libvoipcodecs"
|
||||||
Keyword="Win32Proj"
|
Keyword="Win32Proj"
|
||||||
>
|
TargetFrameworkVersion="131072"
|
||||||
<Platforms>
|
>
|
||||||
<Platform
|
<Platforms>
|
||||||
Name="Win32"
|
<Platform
|
||||||
/>
|
Name="Win32"
|
||||||
</Platforms>
|
/>
|
||||||
<ToolFiles>
|
</Platforms>
|
||||||
</ToolFiles>
|
<ToolFiles>
|
||||||
<Configurations>
|
</ToolFiles>
|
||||||
<Configuration
|
<Configurations>
|
||||||
Name="Debug|Win32"
|
<Configuration
|
||||||
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
Name="Debug|Win32"
|
||||||
IntermediateDirectory="$(ConfigurationName)"
|
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
||||||
ConfigurationType="2"
|
IntermediateDirectory="$(ConfigurationName)"
|
||||||
CharacterSet="1"
|
ConfigurationType="2"
|
||||||
>
|
CharacterSet="1"
|
||||||
<Tool
|
>
|
||||||
Name="VCPreBuildEventTool"
|
<Tool
|
||||||
/>
|
Name="VCPreBuildEventTool"
|
||||||
<Tool
|
/>
|
||||||
Name="VCCustomBuildTool"
|
<Tool
|
||||||
/>
|
Name="VCCustomBuildTool"
|
||||||
<Tool
|
/>
|
||||||
Name="VCXMLDataGeneratorTool"
|
<Tool
|
||||||
/>
|
Name="VCXMLDataGeneratorTool"
|
||||||
<Tool
|
/>
|
||||||
Name="VCWebServiceProxyGeneratorTool"
|
<Tool
|
||||||
/>
|
Name="VCWebServiceProxyGeneratorTool"
|
||||||
<Tool
|
/>
|
||||||
Name="VCMIDLTool"
|
<Tool
|
||||||
/>
|
Name="VCMIDLTool"
|
||||||
<Tool
|
/>
|
||||||
Name="VCCLCompilerTool"
|
<Tool
|
||||||
Optimization="0"
|
Name="VCCLCompilerTool"
|
||||||
AdditionalIncludeDirectories="src; src\voipcodecs; src\msvc"
|
Optimization="0"
|
||||||
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBvoipcodecs_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
|
AdditionalIncludeDirectories="src; src\voipcodecs; src\msvc"
|
||||||
MinimalRebuild="true"
|
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBvoipcodecs_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;HAVE_MATH_H"
|
||||||
BasicRuntimeChecks="3"
|
MinimalRebuild="true"
|
||||||
RuntimeLibrary="3"
|
BasicRuntimeChecks="3"
|
||||||
UsePrecompiledHeader="0"
|
RuntimeLibrary="3"
|
||||||
WarningLevel="4"
|
UsePrecompiledHeader="0"
|
||||||
Detect64BitPortabilityProblems="true"
|
WarningLevel="4"
|
||||||
DebugInformationFormat="4"
|
Detect64BitPortabilityProblems="true"
|
||||||
/>
|
DebugInformationFormat="4"
|
||||||
<Tool
|
/>
|
||||||
Name="VCManagedResourceCompilerTool"
|
<Tool
|
||||||
/>
|
Name="VCManagedResourceCompilerTool"
|
||||||
<Tool
|
/>
|
||||||
Name="VCResourceCompilerTool"
|
<Tool
|
||||||
/>
|
Name="VCResourceCompilerTool"
|
||||||
<Tool
|
/>
|
||||||
Name="VCPreLinkEventTool"
|
<Tool
|
||||||
/>
|
Name="VCPreLinkEventTool"
|
||||||
<Tool
|
/>
|
||||||
Name="VCLinkerTool"
|
<Tool
|
||||||
LinkIncremental="2"
|
Name="VCLinkerTool"
|
||||||
ModuleDefinitionFile="src/msvc/voipcodecs.def"
|
LinkIncremental="2"
|
||||||
GenerateDebugInformation="true"
|
ModuleDefinitionFile="src/msvc/voipcodecs.def"
|
||||||
SubSystem="2"
|
GenerateDebugInformation="true"
|
||||||
TargetMachine="1"
|
SubSystem="2"
|
||||||
/>
|
RandomizedBaseAddress="1"
|
||||||
<Tool
|
DataExecutionPrevention="0"
|
||||||
Name="VCALinkTool"
|
TargetMachine="1"
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCManifestTool"
|
Name="VCALinkTool"
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCXDCMakeTool"
|
Name="VCManifestTool"
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCBscMakeTool"
|
Name="VCXDCMakeTool"
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCFxCopTool"
|
Name="VCBscMakeTool"
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCAppVerifierTool"
|
Name="VCFxCopTool"
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"
|
Name="VCAppVerifierTool"
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"
|
Name="VCPostBuildEventTool"
|
||||||
/>
|
/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="Release|Win32"
|
Name="Release|Win32"
|
||||||
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
||||||
IntermediateDirectory="$(ConfigurationName)"
|
IntermediateDirectory="$(ConfigurationName)"
|
||||||
ConfigurationType="2"
|
ConfigurationType="2"
|
||||||
CharacterSet="1"
|
CharacterSet="1"
|
||||||
WholeProgramOptimization="1"
|
WholeProgramOptimization="1"
|
||||||
>
|
>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"
|
Name="VCPreBuildEventTool"
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCXMLDataGeneratorTool"
|
Name="VCXMLDataGeneratorTool"
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"
|
Name="VCWebServiceProxyGeneratorTool"
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
Name="VCMIDLTool"
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
AdditionalIncludeDirectories="src; src\voipcodecs; src\msvc"
|
AdditionalIncludeDirectories="src; src\voipcodecs; src\msvc"
|
||||||
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBvoipcodecs_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
|
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBvoipcodecs_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;HAVE_MATH_H"
|
||||||
RuntimeLibrary="2"
|
RuntimeLibrary="2"
|
||||||
UsePrecompiledHeader="0"
|
UsePrecompiledHeader="0"
|
||||||
WarningLevel="4"
|
WarningLevel="4"
|
||||||
Detect64BitPortabilityProblems="true"
|
Detect64BitPortabilityProblems="true"
|
||||||
DebugInformationFormat="3"
|
DebugInformationFormat="3"
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCManagedResourceCompilerTool"
|
Name="VCManagedResourceCompilerTool"
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreLinkEventTool"
|
Name="VCPreLinkEventTool"
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
LinkIncremental="1"
|
LinkIncremental="1"
|
||||||
ModuleDefinitionFile="src/msvc/voipcodecs.def"
|
ModuleDefinitionFile="src/msvc/voipcodecs.def"
|
||||||
GenerateDebugInformation="true"
|
GenerateDebugInformation="true"
|
||||||
SubSystem="2"
|
SubSystem="2"
|
||||||
OptimizeReferences="2"
|
OptimizeReferences="2"
|
||||||
EnableCOMDATFolding="2"
|
EnableCOMDATFolding="2"
|
||||||
TargetMachine="1"
|
RandomizedBaseAddress="1"
|
||||||
/>
|
DataExecutionPrevention="0"
|
||||||
<Tool
|
TargetMachine="1"
|
||||||
Name="VCALinkTool"
|
/>
|
||||||
/>
|
<Tool
|
||||||
<Tool
|
Name="VCALinkTool"
|
||||||
Name="VCManifestTool"
|
/>
|
||||||
/>
|
<Tool
|
||||||
<Tool
|
Name="VCManifestTool"
|
||||||
Name="VCXDCMakeTool"
|
/>
|
||||||
/>
|
<Tool
|
||||||
<Tool
|
Name="VCXDCMakeTool"
|
||||||
Name="VCBscMakeTool"
|
/>
|
||||||
/>
|
<Tool
|
||||||
<Tool
|
Name="VCBscMakeTool"
|
||||||
Name="VCFxCopTool"
|
/>
|
||||||
/>
|
<Tool
|
||||||
<Tool
|
Name="VCFxCopTool"
|
||||||
Name="VCAppVerifierTool"
|
/>
|
||||||
/>
|
<Tool
|
||||||
<Tool
|
Name="VCAppVerifierTool"
|
||||||
Name="VCWebDeploymentTool"
|
/>
|
||||||
/>
|
<Tool
|
||||||
<Tool
|
Name="VCPostBuildEventTool"
|
||||||
Name="VCPostBuildEventTool"
|
/>
|
||||||
/>
|
</Configuration>
|
||||||
</Configuration>
|
</Configurations>
|
||||||
</Configurations>
|
<References>
|
||||||
<References>
|
</References>
|
||||||
</References>
|
<Files>
|
||||||
<Files>
|
<Filter
|
||||||
<Filter
|
Name="Source Files"
|
||||||
Name="Source Files"
|
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
||||||
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
|
||||||
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
|
>
|
||||||
>
|
<File
|
||||||
<File
|
RelativePath=".\src\bitstream.c"
|
||||||
RelativePath=".\src\adsi.c"
|
>
|
||||||
>
|
</File>
|
||||||
</File>
|
<File
|
||||||
<File
|
RelativePath=".\src\g711.c"
|
||||||
RelativePath=".\src\async.c"
|
>
|
||||||
>
|
</File>
|
||||||
</File>
|
<File
|
||||||
<File
|
RelativePath=".\src\g722_decode.c"
|
||||||
RelativePath=".\src\awgn.c"
|
>
|
||||||
>
|
</File>
|
||||||
</File>
|
<File
|
||||||
<File
|
RelativePath=".\src\g722_encode.c"
|
||||||
RelativePath=".\src\bert.c"
|
>
|
||||||
>
|
</File>
|
||||||
</File>
|
<File
|
||||||
<File
|
RelativePath=".\src\g726.c"
|
||||||
RelativePath=".\src\complex_dds.c"
|
>
|
||||||
>
|
</File>
|
||||||
</File>
|
<File
|
||||||
<File
|
RelativePath=".\src\gsm0610_decode.c"
|
||||||
RelativePath=".\src\complex_filters.c"
|
>
|
||||||
>
|
</File>
|
||||||
</File>
|
<File
|
||||||
<File
|
RelativePath=".\src\gsm0610_encode.c"
|
||||||
RelativePath=".\src\dds.c"
|
>
|
||||||
>
|
</File>
|
||||||
</File>
|
<File
|
||||||
<File
|
RelativePath=".\src\gsm0610_long_term.c"
|
||||||
RelativePath=".\src\ec_disable_tone.c"
|
>
|
||||||
>
|
</File>
|
||||||
</File>
|
<File
|
||||||
<File
|
RelativePath=".\src\gsm0610_lpc.c"
|
||||||
RelativePath=".\src\echo.c"
|
>
|
||||||
>
|
</File>
|
||||||
</File>
|
<File
|
||||||
<File
|
RelativePath=".\src\gsm0610_preprocess.c"
|
||||||
RelativePath=".\src\fax.c"
|
>
|
||||||
>
|
</File>
|
||||||
</File>
|
<File
|
||||||
<File
|
RelativePath=".\src\gsm0610_rpe.c"
|
||||||
RelativePath=".\src\fsk.c"
|
>
|
||||||
>
|
</File>
|
||||||
</File>
|
<File
|
||||||
<File
|
RelativePath=".\src\gsm0610_short_term.c"
|
||||||
RelativePath=".\src\g722_decode.c"
|
>
|
||||||
>
|
</File>
|
||||||
</File>
|
<File
|
||||||
<File
|
RelativePath=".\src\ima_adpcm.c"
|
||||||
RelativePath=".\src\g722_encode.c"
|
>
|
||||||
>
|
</File>
|
||||||
</File>
|
<File
|
||||||
<File
|
RelativePath=".\src\lpc10_analyse.c"
|
||||||
RelativePath=".\src\g726.c"
|
>
|
||||||
>
|
</File>
|
||||||
</File>
|
<File
|
||||||
<File
|
RelativePath=".\src\lpc10_decode.c"
|
||||||
RelativePath=".\src\msvc\gettimeofday.c"
|
>
|
||||||
>
|
</File>
|
||||||
</File>
|
<File
|
||||||
<File
|
RelativePath=".\src\lpc10_encode.c"
|
||||||
RelativePath=".\src\hdlc.c"
|
>
|
||||||
>
|
</File>
|
||||||
</File>
|
<File
|
||||||
<File
|
RelativePath=".\src\lpc10_placev.c"
|
||||||
RelativePath=".\src\ima_adpcm.c"
|
>
|
||||||
>
|
</File>
|
||||||
</File>
|
<File
|
||||||
<File
|
RelativePath=".\src\lpc10_voicing.c"
|
||||||
RelativePath=".\src\logging.c"
|
>
|
||||||
>
|
</File>
|
||||||
</File>
|
<File
|
||||||
<File
|
RelativePath=".\src\oki_adpcm.c"
|
||||||
RelativePath=".\src\modem_echo.c"
|
>
|
||||||
>
|
</File>
|
||||||
</File>
|
<File
|
||||||
<File
|
RelativePath=".\src\vector_int.c"
|
||||||
RelativePath=".\src\noise.c"
|
>
|
||||||
>
|
</File>
|
||||||
</File>
|
</Filter>
|
||||||
<File
|
<Filter
|
||||||
RelativePath=".\src\oki_adpcm.c"
|
Name="Header Files"
|
||||||
>
|
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
||||||
</File>
|
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
|
||||||
<File
|
>
|
||||||
RelativePath=".\src\playout.c"
|
<File
|
||||||
>
|
RelativePath=".\src\voipcodecs\bit_operations.h"
|
||||||
</File>
|
>
|
||||||
<File
|
</File>
|
||||||
RelativePath=".\src\plc.c"
|
<File
|
||||||
>
|
RelativePath=".\src\voipcodecs\bitstream.h"
|
||||||
</File>
|
>
|
||||||
<File
|
</File>
|
||||||
RelativePath=".\src\power_meter.c"
|
<File
|
||||||
>
|
RelativePath=".\src\voipcodecs\dc_restore.h"
|
||||||
</File>
|
>
|
||||||
<File
|
</File>
|
||||||
RelativePath=".\src\queue.c"
|
<File
|
||||||
>
|
RelativePath=".\src\float_fudge.h"
|
||||||
</File>
|
>
|
||||||
<File
|
</File>
|
||||||
RelativePath=".\src\schedule.c"
|
<File
|
||||||
>
|
RelativePath=".\src\voipcodecs\g711.h"
|
||||||
</File>
|
>
|
||||||
<File
|
</File>
|
||||||
RelativePath=".\src\sig_tone.c"
|
<File
|
||||||
>
|
RelativePath=".\src\voipcodecs\g722.h"
|
||||||
</File>
|
>
|
||||||
<File
|
</File>
|
||||||
RelativePath=".\src\super_tone_rx.c"
|
<File
|
||||||
>
|
RelativePath=".\src\voipcodecs\g726.h"
|
||||||
</File>
|
>
|
||||||
<File
|
</File>
|
||||||
RelativePath=".\src\super_tone_tx.c"
|
<File
|
||||||
>
|
RelativePath=".\src\voipcodecs\gsm0610.h"
|
||||||
</File>
|
>
|
||||||
<File
|
</File>
|
||||||
RelativePath=".\src\t30.c"
|
<File
|
||||||
>
|
RelativePath=".\src\gsm0610_local.h"
|
||||||
</File>
|
>
|
||||||
<File
|
</File>
|
||||||
RelativePath=".\src\t31.c"
|
<File
|
||||||
>
|
RelativePath=".\src\voipcodecs\ima_adpcm.h"
|
||||||
</File>
|
>
|
||||||
<File
|
</File>
|
||||||
RelativePath=".\src\t35.c"
|
<File
|
||||||
>
|
RelativePath=".\src\voipcodecs\lpc10.h"
|
||||||
</File>
|
>
|
||||||
<File
|
</File>
|
||||||
RelativePath=".\src\t38_gateway.c"
|
<File
|
||||||
>
|
RelativePath=".\src\lpc10_encdecs.h"
|
||||||
</File>
|
>
|
||||||
<File
|
</File>
|
||||||
RelativePath=".\src\t38_ifppacket.c"
|
<File
|
||||||
>
|
RelativePath=".\src\voipcodecs\oki_adpcm.h"
|
||||||
</File>
|
>
|
||||||
<File
|
</File>
|
||||||
RelativePath=".\src\t38_terminal.c"
|
<File
|
||||||
>
|
RelativePath=".\src\voipcodecs\telephony.h"
|
||||||
</File>
|
>
|
||||||
<File
|
</File>
|
||||||
RelativePath=".\src\t4.c"
|
<File
|
||||||
>
|
RelativePath=".\src\voipcodecs\vector_int.h"
|
||||||
</File>
|
>
|
||||||
<File
|
</File>
|
||||||
RelativePath=".\src\testcpuid.c"
|
<File
|
||||||
>
|
RelativePath=".\src\voipcodecs\version.h"
|
||||||
</File>
|
>
|
||||||
<File
|
</File>
|
||||||
RelativePath=".\src\time_scale.c"
|
</Filter>
|
||||||
>
|
</Files>
|
||||||
</File>
|
<Globals>
|
||||||
<File
|
</Globals>
|
||||||
RelativePath=".\src\tone_detect.c"
|
</VisualStudioProject>
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\src\tone_generate.c"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\src\v17rx.c"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\src\v17tx.c"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\src\v22bis_rx.c"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\src\v22bis_tx.c"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\src\v27ter_rx.c"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\src\v27ter_tx.c"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\src\v29rx.c"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\src\v29tx.c"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\src\v42.c"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\src\v42bis.c"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\src\v8.c"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
</Filter>
|
|
||||||
<Filter
|
|
||||||
Name="Header Files"
|
|
||||||
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
|
||||||
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
|
|
||||||
>
|
|
||||||
<File
|
|
||||||
RelativePath=".\src\voipcodecs\adsi.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\src\voipcodecs\alaw_ulaw.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\src\voipcodecs\arctan2.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\src\voipcodecs\async.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\src\voipcodecs\awgn.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\src\voipcodecs\bert.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\src\voipcodecs\biquad.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\src\voipcodecs\complex.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\src\voipcodecs\complex_filters.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\src\voipcodecs\dc_restore.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\src\voipcodecs\dds.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\src\voipcodecs\ec_disable_detector.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\src\voipcodecs\ec_disable_tone.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\src\voipcodecs\echo.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\src\voipcodecs\fax.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\src\faxfont.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\src\voipcodecs\fir.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\src\voipcodecs\fsk.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\src\voipcodecs\g168models.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\src\voipcodecs\g722.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\src\voipcodecs\g726.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\src\voipcodecs\hdlc.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\src\voipcodecs\ima_adpcm.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\src\msvc\inttypes.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\src\voipcodecs\logging.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\src\voipcodecs\modem_echo.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\src\voipcodecs\noise.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\src\voipcodecs\oki_adpcm.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\src\voipcodecs\oss.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\src\voipcodecs\playout.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\src\voipcodecs\plc.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\src\voipcodecs\power_meter.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\src\voipcodecs\queue.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\src\voipcodecs\schedule.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\src\voipcodecs\sig_tone.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\src\voipcodecs.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\src\voipcodecs\super_tone_rx.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\src\voipcodecs\super_tone_tx.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\src\voipcodecs\t30.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\src\voipcodecs\t30_fcf.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\src\voipcodecs\t31.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\src\voipcodecs\t35.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\src\voipcodecs\t38.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\src\voipcodecs\t4.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\src\t4states.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\src\voipcodecs\telephony.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\src\msvc\tgmath.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\src\msvc\sys\time.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\src\voipcodecs\time_scale.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\src\voipcodecs\timing.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\src\voipcodecs\tone_detect.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\src\voipcodecs\tone_generate.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\src\msvc\unistd.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\src\voipcodecs\v17rx.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\src\voipcodecs\v17tx.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\src\voipcodecs\v22bis.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\src\voipcodecs\v27ter_rx.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\src\voipcodecs\v27ter_tx.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\src\voipcodecs\v29rx.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\src\voipcodecs\v29tx.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\src\voipcodecs\v42.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\src\voipcodecs\v42bis.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\src\voipcodecs\v8.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\src\voipcodecs\vector.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
</Filter>
|
|
||||||
<Filter
|
|
||||||
Name="Resource Files"
|
|
||||||
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
|
|
||||||
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
|
|
||||||
>
|
|
||||||
</Filter>
|
|
||||||
</Files>
|
|
||||||
<Globals>
|
|
||||||
</Globals>
|
|
||||||
</VisualStudioProject>
|
|
||||||
|
@ -1,62 +1,4 @@
|
|||||||
EXPORTS
|
EXPORTS
|
||||||
adsi_rx_init
|
|
||||||
adsi_rx
|
|
||||||
adsi_tx_init
|
|
||||||
adsi_send_alert_tone
|
|
||||||
adsi_put_message
|
|
||||||
adsi_next_field
|
|
||||||
adsi_add_field
|
|
||||||
async_tx_init
|
|
||||||
async_rx_init
|
|
||||||
awgn
|
|
||||||
bert_init
|
|
||||||
bert_get_bit
|
|
||||||
bert_put_bit
|
|
||||||
bert_set_report
|
|
||||||
bert_result
|
|
||||||
filter_create
|
|
||||||
filter_delete
|
|
||||||
filter_step
|
|
||||||
cfilter_create
|
|
||||||
cfilter_delete
|
|
||||||
cfilter_step
|
|
||||||
dds_phase_rate
|
|
||||||
dds_frequency
|
|
||||||
dds_scaling_dbm0
|
|
||||||
dds_scaling_dbov
|
|
||||||
dds_lookup
|
|
||||||
dds_offset
|
|
||||||
dds
|
|
||||||
dds_mod
|
|
||||||
dds_complex
|
|
||||||
dds_complex_mod
|
|
||||||
dds_phase_ratef
|
|
||||||
dds_frequencyf
|
|
||||||
dds_scaling_dbm0f
|
|
||||||
dds_scaling_dbovf
|
|
||||||
ddsf
|
|
||||||
dds_modf
|
|
||||||
dds_complexf
|
|
||||||
dds_complex_modf
|
|
||||||
echo_can_create
|
|
||||||
echo_can_free
|
|
||||||
echo_can_flush
|
|
||||||
echo_can_adaption_mode
|
|
||||||
echo_can_update
|
|
||||||
fax_rx
|
|
||||||
fax_tx
|
|
||||||
fax_set_flush_handler
|
|
||||||
fax_init
|
|
||||||
fax_release
|
|
||||||
fsk_tx_init
|
|
||||||
fsk_tx_power
|
|
||||||
fsk_tx_set_get_bit
|
|
||||||
fsk_tx
|
|
||||||
fsk_rx_signal_power
|
|
||||||
fsk_rx_signal_cutoff
|
|
||||||
fsk_rx_init
|
|
||||||
fsk_rx
|
|
||||||
fsk_rx_set_put_bit
|
|
||||||
g722_encode_init
|
g722_encode_init
|
||||||
g722_encode_release
|
g722_encode_release
|
||||||
g722_encode
|
g722_encode
|
||||||
@ -65,240 +7,7 @@ g722_decode_release
|
|||||||
g722_decode
|
g722_decode
|
||||||
g726_init
|
g726_init
|
||||||
g726_release
|
g726_release
|
||||||
crc_itu32_calc
|
|
||||||
crc_itu32_append
|
|
||||||
crc_itu32_check
|
|
||||||
crc_itu16_calc
|
|
||||||
crc_itu16_append
|
|
||||||
crc_itu16_check
|
|
||||||
hdlc_rx_init
|
|
||||||
hdlc_rx_get_stats
|
|
||||||
hdlc_tx_init
|
|
||||||
hdlc_tx_frame
|
|
||||||
hdlc_tx_preamble
|
|
||||||
ima_adpcm_init
|
ima_adpcm_init
|
||||||
ima_adpcm_release
|
ima_adpcm_release
|
||||||
span_log_test
|
|
||||||
span_log
|
|
||||||
span_log_buf
|
|
||||||
span_log_init
|
|
||||||
span_log_set_protocol
|
|
||||||
span_set_message_handler
|
|
||||||
span_set_error_handler
|
|
||||||
modem_echo_can_create
|
|
||||||
modem_echo_can_free
|
|
||||||
modem_echo_can_flush
|
|
||||||
modem_echo_can_adaption_mode
|
|
||||||
modem_echo_can_update
|
|
||||||
noise
|
|
||||||
oki_adpcm_init
|
oki_adpcm_init
|
||||||
oki_adpcm_release
|
oki_adpcm_release
|
||||||
playout_put
|
|
||||||
playout_get
|
|
||||||
playout_get_unconditional
|
|
||||||
playout_current_length
|
|
||||||
playout_next_due
|
|
||||||
playout_new
|
|
||||||
playout_free
|
|
||||||
playout_restart
|
|
||||||
plc_rx
|
|
||||||
plc_fillin
|
|
||||||
plc_init
|
|
||||||
plc_release
|
|
||||||
power_meter_init
|
|
||||||
power_meter_damping
|
|
||||||
power_meter_update
|
|
||||||
power_meter_dbm0
|
|
||||||
power_meter_dbov
|
|
||||||
power_meter_level_dbm0
|
|
||||||
power_meter_level_dbov
|
|
||||||
queue_empty
|
|
||||||
queue_free_space
|
|
||||||
queue_contents
|
|
||||||
queue_flush
|
|
||||||
queue_view
|
|
||||||
queue_read
|
|
||||||
queue_write
|
|
||||||
queue_test_msg
|
|
||||||
queue_read_msg
|
|
||||||
queue_write_msg
|
|
||||||
queue_create
|
|
||||||
queue_delete
|
|
||||||
sig_tone_init
|
|
||||||
sig_tone_rx
|
|
||||||
sig_tone_tx
|
|
||||||
super_tone_rx_make_descriptor
|
|
||||||
super_tone_rx_add_tone
|
|
||||||
super_tone_rx_add_element
|
|
||||||
super_tone_rx_init
|
|
||||||
super_tone_rx_free
|
|
||||||
super_tone_rx_segment_callback
|
|
||||||
super_tone_rx
|
|
||||||
super_tone_tx_make_step
|
|
||||||
super_tone_tx_free
|
|
||||||
super_tone_tx_init
|
|
||||||
super_tone_tx
|
|
||||||
t30_init
|
|
||||||
t30_release
|
|
||||||
t30_restart
|
|
||||||
t30_create
|
|
||||||
t30_free
|
|
||||||
t30_frametype
|
|
||||||
t30_decode_dis_dtc_dcs
|
|
||||||
t30_completion_code_to_str
|
|
||||||
t30_set_header_info
|
|
||||||
t30_set_local_ident
|
|
||||||
t30_get_sub_address
|
|
||||||
t30_get_header_info
|
|
||||||
t30_get_local_ident
|
|
||||||
t30_get_far_ident
|
|
||||||
t30_get_transfer_statistics
|
|
||||||
t30_set_phase_b_handler
|
|
||||||
t30_set_phase_d_handler
|
|
||||||
t30_set_phase_e_handler
|
|
||||||
t30_set_document_handler
|
|
||||||
t30_set_rx_file
|
|
||||||
t30_set_tx_file
|
|
||||||
t30_local_interrupt_request
|
|
||||||
t30_send_complete
|
|
||||||
t30_hdlc_accept
|
|
||||||
t30_timer_update
|
|
||||||
t31_call_event
|
|
||||||
t31_at_rx
|
|
||||||
t31_rx
|
|
||||||
t31_tx
|
|
||||||
t31_init
|
|
||||||
t31_release
|
|
||||||
t35_decode
|
|
||||||
t38_indicator
|
|
||||||
t38_data_type
|
|
||||||
t38_field_type
|
|
||||||
t38_terminal_init
|
|
||||||
t38_gateway_init
|
|
||||||
t4_rx_create
|
|
||||||
t4_rx_init
|
|
||||||
t4_rx_start_page
|
|
||||||
t4_rx_end_page
|
|
||||||
t4_rx_delete
|
|
||||||
t4_rx_end
|
|
||||||
t4_rx_set_rx_encoding
|
|
||||||
t4_rx_set_sub_address
|
|
||||||
t4_rx_set_far_ident
|
|
||||||
t4_rx_set_vendor
|
|
||||||
t4_rx_set_model
|
|
||||||
t4_tx_create
|
|
||||||
t4_tx_init
|
|
||||||
t4_tx_start_page
|
|
||||||
t4_tx_restart_page
|
|
||||||
t4_tx_end_page
|
|
||||||
t4_tx_delete
|
|
||||||
t4_tx_end
|
|
||||||
t4_tx_set_tx_encoding
|
|
||||||
t4_tx_set_min_row_bits
|
|
||||||
t4_tx_set_local_ident
|
|
||||||
t4_tx_set_header_info
|
|
||||||
t4_get_transfer_statistics
|
|
||||||
t4_encoding_to_str
|
|
||||||
time_scale_init
|
|
||||||
time_scale_rate
|
|
||||||
time_scale
|
|
||||||
make_goertzel_descriptor
|
|
||||||
goertzel_init
|
|
||||||
goertzel_update
|
|
||||||
goertzel_result
|
|
||||||
dtmf_rx_init
|
|
||||||
dtmf_rx_set_realtime_callback
|
|
||||||
dtmf_rx_parms
|
|
||||||
dtmf_rx
|
|
||||||
make_tone_descriptor
|
|
||||||
make_tone_gen_descriptor
|
|
||||||
tone_gen_init
|
|
||||||
tone_gen
|
|
||||||
dtmf_tx_init
|
|
||||||
dtmf_tx
|
|
||||||
v17_rx_init
|
|
||||||
v17_rx_restart
|
|
||||||
v17_rx_release
|
|
||||||
v17_rx_set_put_bit
|
|
||||||
v17_rx
|
|
||||||
v17_rx_equalizer_state
|
|
||||||
v17_rx_carrier_frequency
|
|
||||||
v17_rx_symbol_timing_correction
|
|
||||||
v17_rx_signal_power
|
|
||||||
v17_rx_signal_cutoff
|
|
||||||
v17_rx_set_qam_report_handler
|
|
||||||
v17_tx_power
|
|
||||||
v17_tx_init
|
|
||||||
v17_tx_restart
|
|
||||||
v17_tx_release
|
|
||||||
v17_tx_set_get_bit
|
|
||||||
v17_tx
|
|
||||||
v22bis_rx_restart
|
|
||||||
v22bis_rx
|
|
||||||
v22bis_rx_equalizer_state
|
|
||||||
v22bis_rx_carrier_frequency
|
|
||||||
v22bis_rx_symbol_timing_correction
|
|
||||||
v22bis_rx_signal_power
|
|
||||||
v22bis_rx_set_qam_report_handler
|
|
||||||
v22bis_tx
|
|
||||||
v22bis_tx_power
|
|
||||||
v22bis_restart
|
|
||||||
v22bis_init
|
|
||||||
v22bis_set_get_bit
|
|
||||||
v22bis_set_put_bit
|
|
||||||
v27ter_rx_init
|
|
||||||
v27ter_rx_restart
|
|
||||||
v27ter_rx_release
|
|
||||||
v27ter_rx_set_put_bit
|
|
||||||
v27ter_rx
|
|
||||||
v27ter_rx_equalizer_state
|
|
||||||
v27ter_rx_carrier_frequency
|
|
||||||
v27ter_rx_symbol_timing_correction
|
|
||||||
v27ter_rx_signal_power
|
|
||||||
v27ter_rx_signal_cutoff
|
|
||||||
v27ter_rx_set_qam_report_handler
|
|
||||||
v27ter_tx_power
|
|
||||||
v27ter_tx_init
|
|
||||||
v27ter_tx_restart
|
|
||||||
v27ter_tx_release
|
|
||||||
v27ter_tx_set_get_bit
|
|
||||||
v27ter_tx
|
|
||||||
v29_rx_init
|
|
||||||
v29_rx_restart
|
|
||||||
v29_rx_release
|
|
||||||
v29_rx_set_put_bit
|
|
||||||
v29_rx
|
|
||||||
v29_rx_equalizer_state
|
|
||||||
v29_rx_carrier_frequency
|
|
||||||
v29_rx_symbol_timing_correction
|
|
||||||
v29_rx_signal_power
|
|
||||||
v29_rx_signal_cutoff
|
|
||||||
v29_rx_set_qam_report_handler
|
|
||||||
v29_tx_power
|
|
||||||
v29_tx_init
|
|
||||||
v29_tx_restart
|
|
||||||
v29_tx_release
|
|
||||||
v29_tx_set_get_bit
|
|
||||||
v29_tx
|
|
||||||
lapm_dump
|
|
||||||
lapm_receive
|
|
||||||
lapm_tx
|
|
||||||
lapm_tx_iframe
|
|
||||||
v42_set_status_callback
|
|
||||||
v42_rx_bit
|
|
||||||
v42_tx_bit
|
|
||||||
v42_init
|
|
||||||
v42_restart
|
|
||||||
v42_release
|
|
||||||
v42bis_compress
|
|
||||||
v42bis_compress_flush
|
|
||||||
v42bis_decompress
|
|
||||||
v42bis_decompress_flush
|
|
||||||
v42bis_init
|
|
||||||
v42bis_release
|
|
||||||
v8_init
|
|
||||||
v8_release
|
|
||||||
v8_tx
|
|
||||||
v8_rx
|
|
||||||
v8_log_supported_modulations
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user