Skip to content

Commit

Permalink
Replicating revision r626 from Google Code.
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarsouza committed Jul 27, 2013
1 parent 9360c4c commit beab83c
Show file tree
Hide file tree
Showing 1,301 changed files with 468,085 additions and 0 deletions.
94 changes: 94 additions & 0 deletions Sources/Accord.Audio.Formats/Accord.Audio.Formats.cd
Original file line number Diff line number Diff line change
@@ -0,0 +1,94 @@
<?xml version="1.0" encoding="utf-8"?>
<ClassDiagram MajorVersion="1" MinorVersion="1">
<Class Name="Accord.Audio.Formats.FrameInfo" BaseTypeListCollapsed="true">
<Position X="1.25" Y="3" Width="2" />
<Members>
<Field Name="bitsPerSample" Hidden="true" />
<Field Name="channels" Hidden="true" />
<Field Name="frameIndex" Hidden="true" />
<Field Name="samplingRate" Hidden="true" />
<Field Name="totalFrames" Hidden="true" />
</Members>
<Compartments>
<Compartment Name="Fields" Collapsed="true" />
</Compartments>
<TypeIdentifier>
<HashCode>AAAAAAAAAAAACAAAAAgBAEACAQBAAgAAAAAQAAAAEBA=</HashCode>
<FileName>IAudioDecoder.cs</FileName>
</TypeIdentifier>
<Lollipop Position="0.2" Collapsed="true" />
</Class>
<Class Name="Accord.Audio.Formats.WaveDecoder" BaseTypeListCollapsed="true">
<Position X="6" Y="0.75" Width="2.25" />
<Members>
<Field Name="averageBitsPerSecond" Hidden="true" />
<Field Name="bitsPerSample" Hidden="true" />
<Field Name="blockAlign" Hidden="true" />
<Field Name="buffer" Hidden="true" />
<Field Name="bufferSize" Hidden="true" />
<Field Name="bytes" Hidden="true" />
<Field Name="channels" Hidden="true" />
<Field Name="duration" Hidden="true" />
<Field Name="numberOfFrames" Hidden="true" />
<Field Name="numberOfSamples" Hidden="true" />
<Method Name="read" Hidden="true" />
<Method Name="readAsFloat" Hidden="true" />
<Field Name="sampleRate" Hidden="true" />
<Field Name="waveStream" Hidden="true" />
</Members>
<Compartments>
<Compartment Name="Fields" Collapsed="true" />
</Compartments>
<TypeIdentifier>
<HashCode>BABAAAYAAAAOIIAgCCCAAABCAAAIggggAABYQACAEAE=</HashCode>
<FileName>WaveDecoder.cs</FileName>
</TypeIdentifier>
<Lollipop Position="0.2" />
</Class>
<Class Name="Accord.Audio.Formats.WaveEncoder" BaseTypeListCollapsed="true">
<Position X="9" Y="0.75" Width="2.25" />
<Members>
<Field Name="averageBitsPerSecond" Hidden="true" />
<Field Name="bitsPerSample" Hidden="true" />
<Field Name="blockAlign" Hidden="true" />
<Field Name="bytes" Hidden="true" />
<Field Name="channels" Hidden="true" />
<Field Name="duration" Hidden="true" />
<Method Name="firstWriteHeaders" Hidden="true" />
<Field Name="format" Hidden="true" />
<Field Name="header" Hidden="true" />
<Method Name="initialize" Hidden="true" />
<Field Name="initialized" Hidden="true" />
<Field Name="numberOfFrames" Hidden="true" />
<Field Name="numberOfSamples" Hidden="true" />
<Field Name="riff" Hidden="true" />
<Field Name="sampleRate" Hidden="true" />
<Method Name="updateHeaders" Hidden="true" />
<Field Name="waveFormat" Hidden="true" />
<Field Name="waveStream" Hidden="true" />
</Members>
<Compartments>
<Compartment Name="Fields" Collapsed="true" />
</Compartments>
<TypeIdentifier>
<HashCode>BABAAEYAABBGIIAAACGACABCAAAIAgggAAAYAACAEAE=</HashCode>
<FileName>WaveEncoder.cs</FileName>
</TypeIdentifier>
<Lollipop Position="0.2" />
</Class>
<Interface Name="Accord.Audio.Formats.IAudioDecoder">
<Position X="0.5" Y="0.5" Width="2" />
<TypeIdentifier>
<HashCode>AAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAQACAAAA=</HashCode>
<FileName>IAudioDecoder.cs</FileName>
</TypeIdentifier>
</Interface>
<Interface Name="Accord.Audio.Formats.IAudioEncoder">
<Position X="3" Y="0.5" Width="1.5" />
<TypeIdentifier>
<HashCode>AAAAAAAAAABAIAAAAAAAAAAAAAAAAAAAAAAAAACAAAA=</HashCode>
<FileName>IAudioEncoder.cs</FileName>
</TypeIdentifier>
</Interface>
<Font Name="Segoe UI" Size="9" />
</ClassDiagram>
131 changes: 131 additions & 0 deletions Sources/Accord.Audio.Formats/Accord.Audio.Formats.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,131 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{EC70C2A7-2B49-40D3-AE82-4C2F6E1724AF}</ProjectGuid>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<OutputType>Library</OutputType>
<RootNamespace>Accord.Audio.Formats</RootNamespace>
<AssemblyName>Accord.Audio.Formats</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<AppDesignerFolder>Properties</AppDesignerFolder>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>Accord.snk</AssemblyOriginatorKeyFile>
<FileUpgradeFlags>
</FileUpgradeFlags>
<OldToolsVersion>3.5</OldToolsVersion>
<UpgradeBackupLocation />
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
<UpdateEnabled>false</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<IsWebBootstrapper>false</IsWebBootstrapper>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<OutputPath>bin\Debug\</OutputPath>
<DebugSymbols>True</DebugSymbols>
<DebugType>Full</DebugType>
<Optimize>False</Optimize>
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<OutputPath>..\..\Release\</OutputPath>
<DebugSymbols>true</DebugSymbols>
<DebugType>pdbonly</DebugType>
<Optimize>True</Optimize>
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
<DefineConstants>TRACE</DefineConstants>
<DocumentationFile>..\..\Release\Accord.Audio.Formats.XML</DocumentationFile>
<RunCodeAnalysis>true</RunCodeAnalysis>
<CodeAnalysisRules>
</CodeAnalysisRules>
<CodeAnalysisRuleSet>..\Accord.NET.ruleset</CodeAnalysisRuleSet>
<PlatformTarget>x86</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release 3.5|AnyCPU'">
<OutputPath>..\..\Release (3.5)\</OutputPath>
<DefineConstants>TRACE;CODE_ANALYSIS;NET35</DefineConstants>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<TargetFrameworkProfile>
</TargetFrameworkProfile>
<DocumentationFile>..\..\Release (3.5)\Accord.Audio.Formats.XML</DocumentationFile>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>x86</PlatformTarget>
<RunCodeAnalysis>true</RunCodeAnalysis>
<CodeAnalysisLogFile>..\..\Release (3.5)\Accord.Audio.Formats.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
<CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
<CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
<CodeAnalysisRuleSet>..\Accord.NET.ruleset</CodeAnalysisRuleSet>
<CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
<CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
</PropertyGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
<ItemGroup>
<Reference Include="AForge.Math">
<HintPath>..\..\Externals\AForge.NET\AForge.Math.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="SlimDX">
<HintPath>..\..\Externals\SlimDX\net40\x86\SlimDX.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Data" />
<Reference Include="System.XML" />
</ItemGroup>
<ItemGroup>
<Compile Include="WaveEncoder.cs" />
<Compile Include="IAudioEncoder.cs" />
<Compile Include="IAudioDecoder.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="WaveDecoder.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Accord.Audio\Accord.Audio.csproj">
<Project>{E7B65F08-82F1-438F-847A-2AAC2BEC9AC0}</Project>
<Name>Accord.Audio</Name>
<Private>False</Private>
</ProjectReference>
<ProjectReference Include="..\Accord.Math\Accord.Math.csproj">
<Project>{F718E9A8-DB62-4785-8C49-4333A60D256A}</Project>
<Name>Accord.Math</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="Accord.snk" />
<None Include="Accord.Audio.Formats.cd" />
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
<Visible>False</Visible>
<ProductName>Windows Installer 3.1</ProductName>
<Install>true</Install>
</BootstrapperPackage>
</ItemGroup>
</Project>
Binary file added Sources/Accord.Audio.Formats/Accord.snk
Binary file not shown.
Loading

0 comments on commit beab83c

Please sign in to comment.