updated nuget packages.

This commit is contained in:
morkt 2017-01-05 14:20:02 +04:00
parent a42a02992a
commit 4151c15cd6
19 changed files with 26 additions and 38793 deletions

View File

@ -50,9 +50,9 @@
<Reference Include="NAudio">
<HintPath>..\packages\NAudio.1.7.3\lib\net35\NAudio.dll</HintPath>
</Reference>
<Reference Include="NVorbis, Version=0.8.4.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\NVorbis.0.8.4.0\lib\NVorbis.dll</HintPath>
<Reference Include="NVorbis, Version=0.8.5.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\NVorbis.0.8.5.0\lib\NVorbis.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
@ -458,6 +458,7 @@
<Compile Include="Vitamin\ImageSBI.cs" />
<Compile Include="VnEngine\ArcAXR.cs" />
<Compile Include="VnEngine\ImageZAW.cs" />
<None Include="packages.config" />
<None Include="WebP\Alpha.cs" />
<None Include="WebP\Decoder.cs">
<SubType>Code</SubType>
@ -673,7 +674,6 @@
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
<None Include="packages.config" />
<None Include="Properties\Settings.settings">
<Generator>PublicSettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="NVorbis" version="0.8.4.0" targetFramework="net45" />
<package id="NVorbis" version="0.8.5.0" targetFramework="net45" />
</packages>

View File

@ -11,7 +11,7 @@
<AssemblyName>ArcExtra</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<NuGetPackageImportStamp>5899a581</NuGetPackageImportStamp>
<NuGetPackageImportStamp>80829e8f</NuGetPackageImportStamp>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
@ -56,8 +56,8 @@
<Reference Include="System" />
<Reference Include="System.ComponentModel.Composition" />
<Reference Include="System.Core" />
<Reference Include="System.Data.SQLite, Version=1.0.103.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
<HintPath>..\packages\System.Data.SQLite.Core.1.0.103\lib\net45\System.Data.SQLite.dll</HintPath>
<Reference Include="System.Data.SQLite, Version=1.0.104.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
<HintPath>..\packages\System.Data.SQLite.Core.1.0.104.0\lib\net45\System.Data.SQLite.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Xml.Linq" />
@ -97,17 +97,17 @@
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="..\packages\System.Data.SQLite.Core.1.0.103\build\net45\System.Data.SQLite.Core.targets" Condition="Exists('..\packages\System.Data.SQLite.Core.1.0.103\build\net45\System.Data.SQLite.Core.targets')" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('..\packages\System.Data.SQLite.Core.1.0.103\build\net45\System.Data.SQLite.Core.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\System.Data.SQLite.Core.1.0.103\build\net45\System.Data.SQLite.Core.targets'))" />
</Target>
<PropertyGroup>
<PreBuildEvent>perl "$(SolutionDir)inc-revision.pl" "$(ProjectPath)" $(ConfigurationName)
exit 0</PreBuildEvent>
</PropertyGroup>
<Import Project="..\packages\System.Data.SQLite.Core.1.0.104.0\build\net45\System.Data.SQLite.Core.targets" Condition="Exists('..\packages\System.Data.SQLite.Core.1.0.104.0\build\net45\System.Data.SQLite.Core.targets')" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('..\packages\System.Data.SQLite.Core.1.0.104.0\build\net45\System.Data.SQLite.Core.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\System.Data.SQLite.Core.1.0.104.0\build\net45\System.Data.SQLite.Core.targets'))" />
</Target>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">

View File

@ -3,5 +3,5 @@
<package id="Concentus" version="1.1.3" targetFramework="net45" />
<package id="Concentus.OggFile" version="1.0.0" targetFramework="net45" />
<package id="MSFTCompressionCab" version="1.0.0" targetFramework="net45" />
<package id="System.Data.SQLite.Core" version="1.0.103" targetFramework="net45" />
<package id="System.Data.SQLite.Core" version="1.0.104.0" targetFramework="net45" />
</packages>

View File

@ -84,14 +84,15 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.VisualBasic" />
<Reference Include="Microsoft.WindowsAPICodePack">
<HintPath>..\packages\WindowsAPICodePack-Core.1.1.1\lib\Microsoft.WindowsAPICodePack.dll</HintPath>
<Reference Include="Microsoft.WindowsAPICodePack, Version=1.1.2.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\WindowsAPICodePack-Core.1.1.2\lib\Microsoft.WindowsAPICodePack.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.WindowsAPICodePack.Shell">
<HintPath>..\packages\WindowsAPICodePack-Shell.1.1.1\lib\Microsoft.WindowsAPICodePack.Shell.dll</HintPath>
</Reference>
<Reference Include="NAudio, Version=1.7.3.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>packages\NAudio.1.7.3\lib\net35\NAudio.dll</HintPath>
<Reference Include="NAudio, Version=1.8.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\NAudio.1.8.0\lib\net35\NAudio.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Ookii.Dialogs.Wpf">

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="NAudio" version="1.7.3" targetFramework="net45" />
<package id="NAudio" version="1.8.0" targetFramework="net45" />
<package id="Ookii.Dialogs" version="1.0" targetFramework="net45" />
<package id="WindowsAPICodePack-Core" version="1.1.1" targetFramework="net45" />
<package id="WindowsAPICodePack-Core" version="1.1.2" targetFramework="net45" />
<package id="WindowsAPICodePack-Shell" version="1.1.1" targetFramework="net45" />
<package id="WPFToolkit" version="3.5.50211.1" targetFramework="net45" />
</packages>

View File

@ -44,8 +44,8 @@
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="NAudio, Version=1.7.3.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\NAudio.1.7.3\lib\net35\NAudio.dll</HintPath>
<Reference Include="NAudio, Version=1.8.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\NAudio.1.8.0\lib\net35\NAudio.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="PresentationCore" />

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="NAudio" version="1.7.3" targetFramework="net45" />
<package id="NAudio" version="1.8.0" targetFramework="net45" />
</packages>

Binary file not shown.

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,31 +0,0 @@
Microsoft Public License (Ms-PL)
This license governs use of the accompanying software. If you use the software, you accept this license. If you do not accept the license, do not use the software.
1. Definitions
The terms "reproduce," "reproduction," "derivative works," and "distribution" have the same meaning here as under U.S. copyright law.
A "contribution" is the original software, or any additions or changes to the software.
A "contributor" is any person that distributes its contribution under this license.
"Licensed patents" are a contributor's patent claims that read directly on its contribution.
2. Grant of Rights
(A) Copyright Grant- Subject to the terms of this license, including the license conditions and limitations in section 3, each contributor grants you a non-exclusive, worldwide, royalty-free copyright license to reproduce its contribution, prepare derivative works of its contribution, and distribute its contribution or any derivative works that you create.
(B) Patent Grant- Subject to the terms of this license, including the license conditions and limitations in section 3, each contributor grants you a non-exclusive, worldwide, royalty-free license under its licensed patents to make, have made, use, sell, offer for sale, import, and/or otherwise dispose of its contribution in the software or derivative works of the contribution in the software.
3. Conditions and Limitations
(A) No Trademark License- This license does not grant you rights to use any contributors' name, logo, or trademarks.
(B) If you bring a patent claim against any contributor over patents that you claim are infringed by the software, your patent license from such contributor to the software ends automatically.
(C) If you distribute any portion of the software, you must retain all copyright, patent, trademark, and attribution notices that are present in the software.
(D) If you distribute any portion of the software in source code form, you may do so only under this license by including a complete copy of this license with your distribution. If you distribute any portion of the software in compiled or object code form, you may only do so under a license that complies with this license.
(E) The software is licensed "as-is." You bear the risk of using it. The contributors give no express warranties, guarantees or conditions. You may have additional consumer rights under your local laws which this license cannot change. To the extent permitted under your local laws, the contributors exclude the implied warranties of merchantability, fitness for a particular purpose and non-infringement.

View File

@ -1,86 +0,0 @@
NAudio is an open source .NET audio library written by Mark Heath (mark.heath@gmail.com)
For more information, visit http://naudio.codeplex.com
THANKS
======
The following list includes some of the people who have contributed in various ways to NAudio, such as code contributions,
bug fixes, documentation, helping out on the forums and even donations. I haven't finished compiling this list yet, so
if your name should be on it but isn't please let me know and I will include it. Also, some people I only know by their forum
id, so if you want me to put your full name here, please also get in touch.
in alphabetical order:
Alan Jordan
Alexandre Mutel
Alexander Binkert
AmandaTarafaMas
balistof
biermeester
borman11
bradb
Brandon Hansen (kg6ypi)
csechet
ChunkWare Music Software
CKing
DaMacc
Du10
eejake52
Florian Rosmann (filoe)
Giawa
Harald Petrovitsch
Hfuy
Iain McCowan
Idael Cardaso
ioctlLR
Jamie Michael Ewins
jannera
jbaker8935
jcameron23
JoeGaggler
jonahoffmann
jontdelorme
Justin Frankel
K24A3
Kassoul
kevinxxx
kzych
LionCash
Lustild
Lucian Wischik (ljw1004)
ManuN
MeelMarcel
Michael Chadwick
Michael Feld
Michael J
Michael Lehenbauer
milligan22963
myrkle
nelsonkidd
Nigel Redmon
Nikolaos Georgiou
Owen Skriloff
owoudenb
painmailer
PPavan
Pygmy
Ray Molenkamp
Roadz
Robert Bristow-Johnson
Scott Fleischman
Simon Clark
Sirish Bajpai
sporn
Steve Underwood
Ted Murphy
Tiny Simple Tools
Tobias Fleming
TomBogle
Tony Cabello
Tony Sistemas
TuneBlade
topher3683
volmart
Vladimir Rokovanov
Ville Koskinen
Wyatt Rice
Yuval Naveh
Zsb

View File

@ -1,20 +0,0 @@
Copyright (c) 2012 Andrew Ward, Ms-PL
Microsoft Public License (Ms-PL)
This license governs use of the accompanying software. If you use the software, you accept this license. If you do not accept the license, do not use the software.
Definitions
The terms "reproduce," "reproduction," "derivative works," and "distribution" have the same meaning here as under U.S. copyright law.
A "contribution" is the original software, or any additions or changes to the software.
A "contributor" is any person that distributes its contribution under this license.
"Licensed patents" are a contributor's patent claims that read directly on its contribution.
Grant of Rights
(A) Copyright Grant- Subject to the terms of this license, including the license conditions and limitations in section 3, each contributor grants you a non-exclusive, worldwide, royalty-free copyright license to reproduce its contribution, prepare derivative works of its contribution, and distribute its contribution or any derivative works that you create.
(B) Patent Grant- Subject to the terms of this license, including the license conditions and limitations in section 3, each contributor grants you a non-exclusive, worldwide, royalty-free license under its licensed patents to make, have made, use, sell, offer for sale, import, and/or otherwise dispose of its contribution in the software or derivative works of the contribution in the software.
Conditions and Limitations
(A) No Trademark License- This license does not grant you rights to use any contributors' name, logo, or trademarks.
(B) If you bring a patent claim against any contributor over patents that you claim are infringed by the software, your patent license from such contributor to the software ends automatically.
(C) If you distribute any portion of the software, you must retain all copyright, patent, trademark, and attribution notices that are present in the software.
(D) If you distribute any portion of the software in source code form, you may do so only under this license by including a complete copy of this license with your distribution. If you distribute any portion of the software in compiled or object code form, you may only do so under a license that complies with this license.
(E) The software is licensed "as-is." You bear the risk of using it. The contributors give no express warranties, guarantees, or conditions. You may have additional consumer rights under your local laws which this license cannot change. To the extent permitted under your local laws, the contributors exclude the implied warranties of merchantability, fitness for a particular purpose and non-infringement.

Binary file not shown.

View File

@ -1,120 +0,0 @@
NVorbis
-------
NVorbis is a .Net library for decoding Xiph.org Vorbis files. It is purely
managed code, and should run correctly in partial-trust environments.
This implementation is based on the Vorbis specification found on xiph.org.
The MDCT and Huffman codeword generator were borrowed from public domain
implementations at http://nothings.org/stb_vorbis/.
Currently the only container supported is Xiph.org Ogg. Matroska and RTP
are planned.
To use:
- Create an instance of NVorbis.VorbisReader (pass the Ogg Vorbis filename in)
- Use these properties to gather data about the logical stream:
- Channels
- SampleRate
- TotalTime - A TimeSpan indicating the total length of the audio data
- DecodedTime - A TimeSpan indicating the last returned sample's timestamp
- NominalBitrate, UpperBitrate, and LowerBitrate
- These are the encoder's reported bitrates
- Vendor - The encoder's vendor string
- Comments - An array of comments in the file (usually tags)
- Call "int ReadSamples(float[], int, int)" to retrieve the next batch of
samples. It will return 0 when the logical Vorbis stream is done.
- For NAudio support:
- Reference NVorbis.NAudioSupport.dll
- Create an instance of NVorbis.NAudioSupport.VorbisWaveReader
- VorbisWaveReader implements NAudio.Wave.WaveStream.
History
-------
0.1 - 08/03/2012
* Initial Release
0.2 - 08/07/2012
* Swapped out LGPL code for public domain implementations
* Relicensed under Ms-PL
* Added NAudio support project
* Added test files & app
* Performance improvements
0.3 - 08/08/2012
* Fixed Page / Packet decode (packets overlapping 2 pages)
* Fixed "no energy" packet handling
* Fixed packet reader not merging when unsolicited packets are added
* Added .gitignore
* Added initial multi-stream support
* Added statistics (see VorbisReader.Stats)
0.4 - 08/14/2012
* Refactoring to clean up code and make room for later improvements
* Changed lapping algorithm to be simpler
* Switched to higher-performance clipping algorithm
* Some cleanup
0.4.1 - 09/11/2012
* Fixed a couple Ogg container bugs
* Optimized memory allocations for better performance / memory usage
0.5 - 09/20/2012
* Added seeking support
* Changed OggPacketReader to use a doubly-linked list for the packet queue / history
* Changed OggPacketReader.GetTotalPageCount() to count pages directly instead of making .AddPacket(...) keep a list
* Fixed a few bugs (mostly race conditions in multi-threaded playback scenarios)
* Added multi-stream support to VorbisWaveReader
* Added several info properties to VorbisWaveReader
0.5.5 - 11/15/2012
* Added OpenTK support
* Added makefiles for Mono
* Added constructor to NAudioSupport for already opened Stream instances
* Made Ogg container logic thread-safe
* Cleanup & Optimization
0.6.0 - 06/27/2013
* Remove ACache from project
* Make clipping optional (default: on)
* Set clipping to clamp at +/-.99999994 instead of +/-1 as a courtesy to those not outputing float samples
* Performance improvements for RingBuffer
* Performance improvements in ThreadSafeStream
0.7.0 - 07/15/2013
* Rewrite Ogg Reader buffering logic to vastly improve memory usage
* Reorganize to more easily support other container types / work with other Ogg stream decoders
* Exposed Ogg reading types
* Performance improvements
* Bugfix: Don't throw on Vorbis streams that only have a single mode
0.7.1 - 07/18/2013
* Removed use of generics & lambda from Huffman decoder
* Reduced computation by only processing samples that are required for output
* Bugfix: Seeking now works again
* Bugfix: OpenTKSupport.OggStream now only queues as many source buffers as it filled
0.7.2 - 07/22/2013
* Bugfix: Floor 0 implementation is now correct
* Bugfix: Residue 0 & 1 implementation is now correct
* Bugfix: Seeking back less than the current buffer size no longer corrupts the read buffer
0.7.3 - 08/02/2013
* Bugfix: Fix residue 1
0.7.4 - 09/16/2013
* Bugfix: Some stereo files with sound on only one channel decoded noise on the silent channel.
0.8.0test1 - 09/16/2013
* Rebuilt container reading infrastructure so it is properly decoupled from the decoder
* Added unit tests for the packet reader, Ogg container reader
0.8.0 - 01/16/2014
* Minor bugfixing to test1
* Replaces 0.7.4 as recommended release
0.8.1 - 02/24/2014
* Bugfix: Threading issues in Ogg reader
* Rewrite StreamReadBuffer (again) for simplicity and correctness
* Add "saved buffer" concept to StreamReadBuffer for multi-threaded performance
* Reduce Ogg reader memory usage
* Add locking for multi-threading support in Ogg reader
* Remove exception-based logic where possible for better performance
0.8.2 - 03/19/2014
* BugFix: Don't try to copy StreamReadBuffer data when offset is bigger than source
* Add parameter change event to packet provider interface
* Refactored decoder setup so parameter change can be handled
* Rewrote packet peek / get logic for simplicity
* Refactored locking in OggPacketReader / OggContainerReader
* Improved Ogg end of stream handling
* Changed container seek API to use packets instead of indexes to reduce linked list traversals
0.8.3 - 04/29/2014
* BugFix: Don't set the end of stream flag until the last packet of the page

View File

@ -1,672 +0,0 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>NVorbis</name>
</assembly>
<members>
<member name="T:NVorbis.BufferedReadStream">
<summary>
A thread-safe, read-only, buffering stream wrapper.
</summary>
</member>
<member name="T:NVorbis.IContainerReader">
<summary>
Provides a interface for a Vorbis logical stream container.
</summary>
</member>
<member name="M:NVorbis.IContainerReader.Init">
<summary>
Initializes the container and finds the first stream.
</summary>
<returns><c>True</c> if a valid logical stream is found, otherwise <c>False</c>.</returns>
</member>
<member name="M:NVorbis.IContainerReader.FindNextStream">
<summary>
Finds the next new stream in the container.
</summary>
<returns><c>True</c> if a new stream was found, otherwise <c>False</c>.</returns>
<exception cref="T:System.InvalidOperationException"><see cref="P:NVorbis.IContainerReader.CanSeek"/> is <c>False</c>.</exception>
</member>
<member name="M:NVorbis.IContainerReader.GetTotalPageCount">
<summary>
Retrieves the total number of pages in the container.
</summary>
<returns>The total number of pages.</returns>
<exception cref="T:System.InvalidOperationException"><see cref="P:NVorbis.IContainerReader.CanSeek"/> is <c>False</c>.</exception>
</member>
<member name="P:NVorbis.IContainerReader.StreamSerials">
<summary>
Gets the list of stream serials found in the container so far.
</summary>
</member>
<member name="P:NVorbis.IContainerReader.CanSeek">
<summary>
Gets whether the container supports seeking.
</summary>
</member>
<member name="P:NVorbis.IContainerReader.WasteBits">
<summary>
Gets the number of bits in the container that are not associated with a logical stream.
</summary>
</member>
<member name="P:NVorbis.IContainerReader.PagesRead">
<summary>
Gets the number of pages that have been read in the container.
</summary>
</member>
<member name="E:NVorbis.IContainerReader.NewStream">
<summary>
Event raised when a new logical stream is found in the container.
</summary>
</member>
<member name="T:NVorbis.IPacketProvider">
<summary>
Provides packets on-demand for the Vorbis stream decoder.
</summary>
</member>
<member name="M:NVorbis.IPacketProvider.GetTotalPageCount">
<summary>
Retrieves the total number of pages (or frames) this stream uses.
</summary>
<returns>The page count.</returns>
<exception cref="T:System.InvalidOperationException"><see cref="P:NVorbis.IPacketProvider.CanSeek"/> is <c>False</c>.</exception>
</member>
<member name="M:NVorbis.IPacketProvider.GetNextPacket">
<summary>
Retrieves the next packet in the stream.
</summary>
<returns>The next packet in the stream or <c>null</c> if no more packets.</returns>
</member>
<member name="M:NVorbis.IPacketProvider.PeekNextPacket">
<summary>
Retrieves the next packet in the stream but does not advance to the following packet.
</summary>
<returns>The next packet in the stream or <c>null</c> if no more packets.</returns>
</member>
<member name="M:NVorbis.IPacketProvider.GetPacket(System.Int32)">
<summary>
Retrieves the packet specified from the stream.
</summary>
<param name="packetIndex">The index of the packet to retrieve.</param>
<returns>The specified packet.</returns>
<exception cref="T:System.ArgumentOutOfRangeException"><paramref name="packetIndex"/> is less than 0 or past the end of the stream.</exception>
<exception cref="T:System.InvalidOperationException"><see cref="P:NVorbis.IPacketProvider.CanSeek"/> is <c>False</c>.</exception>
</member>
<member name="M:NVorbis.IPacketProvider.GetGranuleCount">
<summary>
Retrieves the total number of granules in this Vorbis stream.
</summary>
<returns>The number of samples</returns>
<exception cref="T:System.InvalidOperationException"><see cref="P:NVorbis.IPacketProvider.CanSeek"/> is <c>False</c>.</exception>
</member>
<member name="M:NVorbis.IPacketProvider.FindPacket(System.Int64,System.Func{NVorbis.DataPacket,NVorbis.DataPacket,System.Int32})">
<summary>
Finds the packet index to the granule position specified in the current stream.
</summary>
<param name="granulePos">The granule position to seek to.</param>
<param name="packetGranuleCountCallback">A callback method that takes the current and previous packets and returns the number of granules in the current packet.</param>
<returns>The index of the packet that includes the specified granule position or -1 if none found.</returns>
<exception cref="T:System.ArgumentOutOfRangeException"><paramref name="granulePos"/> is less than 0 or is after the last granule.</exception>
</member>
<member name="M:NVorbis.IPacketProvider.SeekToPacket(NVorbis.DataPacket,System.Int32)">
<summary>
Sets the next packet to be returned, applying a pre-roll as necessary.
</summary>
<param name="packet">The packet to key from.</param>
<param name="preRoll">The number of packets to return before the indicated packet.</param>
</member>
<member name="P:NVorbis.IPacketProvider.StreamSerial">
<summary>
Gets the serial number associated with this stream.
</summary>
</member>
<member name="P:NVorbis.IPacketProvider.CanSeek">
<summary>
Gets whether seeking is supported on this stream.
</summary>
</member>
<member name="P:NVorbis.IPacketProvider.ContainerBits">
<summary>
Gets the number of bits of overhead in this stream's container.
</summary>
</member>
<member name="E:NVorbis.IPacketProvider.ParameterChange">
<summary>
Occurs when the stream is about to change parameters.
</summary>
</member>
<member name="T:NVorbis.NewStreamEventArgs">
<summary>
Event data for when a new logical stream is found in a container.
</summary>
</member>
<member name="M:NVorbis.NewStreamEventArgs.#ctor(NVorbis.IPacketProvider)">
<summary>
Creates a new instance of <see cref="T:NVorbis.NewStreamEventArgs"/> with the specified <see cref="T:NVorbis.IPacketProvider"/>.
</summary>
<param name="packetProvider">An <see cref="T:NVorbis.IPacketProvider"/> instance.</param>
</member>
<member name="P:NVorbis.NewStreamEventArgs.PacketProvider">
<summary>
Gets new the <see cref="T:NVorbis.IPacketProvider"/> instance.
</summary>
</member>
<member name="P:NVorbis.NewStreamEventArgs.IgnoreStream">
<summary>
Gets or sets whether to ignore the logical stream associated with the packet provider.
</summary>
</member>
<member name="T:NVorbis.Ogg.ContainerReader">
<summary>
Provides an <see cref="T:NVorbis.IContainerReader"/> implementation for basic Ogg files.
</summary>
</member>
<member name="M:NVorbis.Ogg.ContainerReader.#ctor(System.String)">
<summary>
Creates a new instance with the specified file.
</summary>
<param name="path">The full path to the file.</param>
</member>
<member name="M:NVorbis.Ogg.ContainerReader.#ctor(System.IO.Stream,System.Boolean)">
<summary>
Creates a new instance with the specified stream. Optionally sets to close the stream when disposed.
</summary>
<param name="stream">The stream to read.</param>
<param name="closeOnDispose"><c>True</c> to close the stream when <see cref="M:NVorbis.Ogg.ContainerReader.Dispose"/> is called, otherwise <c>False</c>.</param>
</member>
<member name="M:NVorbis.Ogg.ContainerReader.Init">
<summary>
Initializes the container and finds the first stream.
</summary>
<returns><c>True</c> if a valid logical stream is found, otherwise <c>False</c>.</returns>
</member>
<member name="M:NVorbis.Ogg.ContainerReader.Dispose">
<summary>
Disposes this instance.
</summary>
</member>
<member name="M:NVorbis.Ogg.ContainerReader.GetStream(System.Int32)">
<summary>
Gets the <see cref="T:NVorbis.IPacketProvider"/> instance for the specified stream serial.
</summary>
<param name="streamSerial">The stream serial to look for.</param>
<returns>An <see cref="T:NVorbis.IPacketProvider"/> instance.</returns>
<exception cref="T:System.ArgumentOutOfRangeException">The specified stream serial was not found.</exception>
</member>
<member name="M:NVorbis.Ogg.ContainerReader.FindNextStream">
<summary>
Finds the next new stream in the container.
</summary>
<returns><c>True</c> if a new stream was found, otherwise <c>False</c>.</returns>
<exception cref="T:System.InvalidOperationException"><see cref="P:NVorbis.Ogg.ContainerReader.CanSeek"/> is <c>False</c>.</exception>
</member>
<member name="M:NVorbis.Ogg.ContainerReader.GetTotalPageCount">
<summary>
Retrieves the total number of pages in the container.
</summary>
<returns>The total number of pages.</returns>
<exception cref="T:System.InvalidOperationException"><see cref="P:NVorbis.Ogg.ContainerReader.CanSeek"/> is <c>False</c>.</exception>
</member>
<member name="P:NVorbis.Ogg.ContainerReader.StreamSerials">
<summary>
Gets the list of stream serials found in the container so far.
</summary>
</member>
<member name="E:NVorbis.Ogg.ContainerReader.NewStream">
<summary>
Event raised when a new logical stream is found in the container.
</summary>
</member>
<member name="P:NVorbis.Ogg.ContainerReader.PagesRead">
<summary>
Gets the number of pages that have been read in the container.
</summary>
</member>
<member name="P:NVorbis.Ogg.ContainerReader.CanSeek">
<summary>
Gets whether the container supports seeking.
</summary>
</member>
<member name="P:NVorbis.Ogg.ContainerReader.WasteBits">
<summary>
Gets the number of bits in the container that are not associated with a logical stream.
</summary>
</member>
<member name="T:NVorbis.DataPacket">
<summary>
A single data packet from a logical Vorbis stream.
</summary>
</member>
<member name="M:NVorbis.DataPacket.GetFlag(NVorbis.DataPacket.PacketFlags)">
<summary>
Gets the value of the specified flag.
</summary>
</member>
<member name="M:NVorbis.DataPacket.SetFlag(NVorbis.DataPacket.PacketFlags,System.Boolean)">
<summary>
Sets the value of the specified flag.
</summary>
</member>
<member name="M:NVorbis.DataPacket.#ctor(System.Int32)">
<summary>
Creates a new instance with the specified length.
</summary>
<param name="length">The length of the packet.</param>
</member>
<member name="M:NVorbis.DataPacket.ReadNextByte">
<summary>
Reads the next byte of the packet.
</summary>
<returns>The next byte if available, otherwise -1.</returns>
</member>
<member name="M:NVorbis.DataPacket.Done">
<summary>
Indicates that the packet has been read and its data is no longer needed.
</summary>
</member>
<member name="M:NVorbis.DataPacket.TryPeekBits(System.Int32,System.Int32@)">
<summary>
Attempts to read the specified number of bits from the packet, but may return fewer. Does not advance the position counter.
</summary>
<param name="count">The number of bits to attempt to read.</param>
<param name="bitsRead">The number of bits actually read.</param>
<returns>The value of the bits read.</returns>
<exception cref="T:System.ArgumentOutOfRangeException"><paramref name="count"/> is not between 0 and 64.</exception>
</member>
<member name="M:NVorbis.DataPacket.SkipBits(System.Int32)">
<summary>
Advances the position counter by the specified number of bits.
</summary>
<param name="count">The number of bits to advance.</param>
</member>
<member name="M:NVorbis.DataPacket.ResetBitReader">
<summary>
Resets the bit reader.
</summary>
</member>
<member name="M:NVorbis.DataPacket.ReadBits(System.Int32)">
<summary>
Reads the specified number of bits from the packet and advances the position counter.
</summary>
<param name="count">The number of bits to read.</param>
<returns>The value of the bits read.</returns>
<exception cref="T:System.ArgumentOutOfRangeException">The number of bits specified is not between 0 and 64.</exception>
</member>
<member name="M:NVorbis.DataPacket.PeekByte">
<summary>
Reads the next byte from the packet. Does not advance the position counter.
</summary>
<returns>The byte read from the packet.</returns>
</member>
<member name="M:NVorbis.DataPacket.ReadByte">
<summary>
Reads the next byte from the packet and advances the position counter.
</summary>
<returns>The byte read from the packet.</returns>
</member>
<member name="M:NVorbis.DataPacket.ReadBytes(System.Int32)">
<summary>
Reads the specified number of bytes from the packet and advances the position counter.
</summary>
<param name="count">The number of bytes to read.</param>
<returns>A byte array holding the data read.</returns>
</member>
<member name="M:NVorbis.DataPacket.Read(System.Byte[],System.Int32,System.Int32)">
<summary>
Reads the specified number of bytes from the packet into the buffer specified and advances the position counter.
</summary>
<param name="buffer">The buffer to read into.</param>
<param name="index">The index into the buffer to start placing the read data.</param>
<param name="count">The number of bytes to read.</param>
<returns>The number of bytes read.</returns>
<exception cref="T:System.ArgumentOutOfRangeException"><paramref name="index"/> is less than 0 or <paramref name="index"/> + <paramref name="count"/> is past the end of <paramref name="buffer"/>.</exception>
</member>
<member name="M:NVorbis.DataPacket.ReadBit">
<summary>
Reads the next bit from the packet and advances the position counter.
</summary>
<returns>The value of the bit read.</returns>
</member>
<member name="M:NVorbis.DataPacket.ReadInt16">
<summary>
Retrieves the next 16 bits from the packet as a <see cref="T:System.Int16"/> and advances the position counter.
</summary>
<returns>The value of the next 16 bits.</returns>
</member>
<member name="M:NVorbis.DataPacket.ReadInt32">
<summary>
Retrieves the next 32 bits from the packet as a <see cref="T:System.Int32"/> and advances the position counter.
</summary>
<returns>The value of the next 32 bits.</returns>
</member>
<member name="M:NVorbis.DataPacket.ReadInt64">
<summary>
Retrieves the next 64 bits from the packet as a <see cref="T:System.Int64"/> and advances the position counter.
</summary>
<returns>The value of the next 64 bits.</returns>
</member>
<member name="M:NVorbis.DataPacket.ReadUInt16">
<summary>
Retrieves the next 16 bits from the packet as a <see cref="T:System.UInt16"/> and advances the position counter.
</summary>
<returns>The value of the next 16 bits.</returns>
</member>
<member name="M:NVorbis.DataPacket.ReadUInt32">
<summary>
Retrieves the next 32 bits from the packet as a <see cref="T:System.UInt32"/> and advances the position counter.
</summary>
<returns>The value of the next 32 bits.</returns>
</member>
<member name="M:NVorbis.DataPacket.ReadUInt64">
<summary>
Retrieves the next 64 bits from the packet as a <see cref="T:System.UInt64"/> and advances the position counter.
</summary>
<returns>The value of the next 64 bits.</returns>
</member>
<member name="M:NVorbis.DataPacket.SkipBytes(System.Int32)">
<summary>
Advances the position counter by the specified number of bytes.
</summary>
<param name="count">The number of bytes to advance.</param>
</member>
<member name="P:NVorbis.DataPacket.IsResync">
<summary>
Gets whether the packet was found after a stream resync.
</summary>
</member>
<member name="P:NVorbis.DataPacket.GranulePosition">
<summary>
Gets the position of the last granule in the packet.
</summary>
</member>
<member name="P:NVorbis.DataPacket.PageGranulePosition">
<summary>
Gets the position of the last granule in the page the packet is in.
</summary>
</member>
<member name="P:NVorbis.DataPacket.Length">
<summary>
Gets the length of the packet.
</summary>
</member>
<member name="P:NVorbis.DataPacket.IsEndOfStream">
<summary>
Gets whether the packet is the last one in the logical stream.
</summary>
</member>
<member name="P:NVorbis.DataPacket.BitsRead">
<summary>
Gets the number of bits read from the packet.
</summary>
</member>
<member name="P:NVorbis.DataPacket.GranuleCount">
<summary>
Gets the number of granules in the packet. If <c>null</c>, the packet has not been decoded yet.
</summary>
</member>
<member name="T:NVorbis.DataPacket.PacketFlags">
<summary>
Defines flags to apply to the current packet
</summary>
</member>
<member name="F:NVorbis.DataPacket.PacketFlags.IsResync">
<summary>
Packet is first since reader had to resync with stream.
</summary>
</member>
<member name="F:NVorbis.DataPacket.PacketFlags.IsEndOfStream">
<summary>
Packet is the last in the logical stream.
</summary>
</member>
<member name="F:NVorbis.DataPacket.PacketFlags.IsShort">
<summary>
Packet does not have all its data available.
</summary>
</member>
<member name="F:NVorbis.DataPacket.PacketFlags.HasGranuleCount">
<summary>
Packet has a granule count defined.
</summary>
</member>
<member name="F:NVorbis.DataPacket.PacketFlags.User1">
<summary>
Flag for use by inheritors.
</summary>
</member>
<member name="F:NVorbis.DataPacket.PacketFlags.User2">
<summary>
Flag for use by inheritors.
</summary>
</member>
<member name="F:NVorbis.DataPacket.PacketFlags.User3">
<summary>
Flag for use by inheritors.
</summary>
</member>
<member name="F:NVorbis.DataPacket.PacketFlags.User4">
<summary>
Flag for use by inheritors.
</summary>
</member>
<member name="T:NVorbis.ParameterChangeEventArgs">
<summary>
Event data for when a logical stream has a parameter change.
</summary>
</member>
<member name="M:NVorbis.ParameterChangeEventArgs.#ctor(NVorbis.DataPacket)">
<summary>
Creates a new instance of <see cref="T:NVorbis.ParameterChangeEventArgs"/>.
</summary>
<param name="firstPacket">The first packet after the parameter change.</param>
</member>
<member name="P:NVorbis.ParameterChangeEventArgs.FirstPacket">
<summary>
Gets the first packet after the parameter change. This would typically be the parameters packet.
</summary>
</member>
<member name="M:NVorbis.StreamReadBuffer.Read(System.Int64,System.Byte[],System.Int32,System.Int32)">
<summary>
Reads the number of bytes specified into the buffer given, starting with the offset indicated.
</summary>
<param name="offset">The offset into the stream to start reading.</param>
<param name="buffer">The buffer to read to.</param>
<param name="index">The index into the buffer to start writing to.</param>
<param name="count">The number of bytes to read.</param>
<returns>The number of bytes read.</returns>
</member>
<member name="M:NVorbis.StreamReadBuffer.DiscardThrough(System.Int64)">
<summary>
Tells the buffer that it no longer needs to maintain any bytes before the indicated offset.
</summary>
<param name="offset">The offset to discard through.</param>
</member>
<member name="P:NVorbis.StreamReadBuffer.MinimalRead">
<summary>
Gets or Sets whether to limit reads to the smallest size possible.
</summary>
</member>
<member name="P:NVorbis.StreamReadBuffer.MaxSize">
<summary>
Gets or Sets the maximum size of the buffer. This is not a hard limit.
</summary>
</member>
<member name="P:NVorbis.StreamReadBuffer.BaseOffset">
<summary>
Gets the offset of the start of the buffered data. Reads to offsets before this are likely to require a seek.
</summary>
</member>
<member name="P:NVorbis.StreamReadBuffer.BytesFilled">
<summary>
Gets the number of bytes currently buffered.
</summary>
</member>
<member name="P:NVorbis.StreamReadBuffer.Length">
<summary>
Gets the number of bytes the buffer can hold.
</summary>
</member>
<member name="M:NVorbis.VorbisReader.ReadSamples(System.Single[],System.Int32,System.Int32)">
<summary>
Reads decoded samples from the current logical stream
</summary>
<param name="buffer">The buffer to write the samples to</param>
<param name="offset">The offset into the buffer to write the samples to</param>
<param name="count">The number of samples to write</param>
<returns>The number of samples written</returns>
</member>
<member name="M:NVorbis.VorbisReader.ClearParameterChange">
<summary>
Clears the parameter change flag so further samples can be requested.
</summary>
</member>
<member name="M:NVorbis.VorbisReader.FindNextStream">
<summary>
Searches for the next stream in a concatenated file
</summary>
<returns><c>True</c> if a new stream was found, otherwise <c>false</c>.</returns>
</member>
<member name="M:NVorbis.VorbisReader.SwitchStreams(System.Int32)">
<summary>
Switches to an alternate logical stream.
</summary>
<param name="index">The logical stream index to switch to</param>
<returns><c>True</c> if the properties of the logical stream differ from those of the one previously being decoded. Otherwise, <c>False</c>.</returns>
</member>
<member name="P:NVorbis.VorbisReader.Channels">
<summary>
Gets the number of channels in the current selected Vorbis stream
</summary>
</member>
<member name="P:NVorbis.VorbisReader.SampleRate">
<summary>
Gets the sample rate of the current selected Vorbis stream
</summary>
</member>
<member name="P:NVorbis.VorbisReader.UpperBitrate">
<summary>
Gets the encoder's upper bitrate of the current selected Vorbis stream
</summary>
</member>
<member name="P:NVorbis.VorbisReader.NominalBitrate">
<summary>
Gets the encoder's nominal bitrate of the current selected Vorbis stream
</summary>
</member>
<member name="P:NVorbis.VorbisReader.LowerBitrate">
<summary>
Gets the encoder's lower bitrate of the current selected Vorbis stream
</summary>
</member>
<member name="P:NVorbis.VorbisReader.Vendor">
<summary>
Gets the encoder's vendor string for the current selected Vorbis stream
</summary>
</member>
<member name="P:NVorbis.VorbisReader.Comments">
<summary>
Gets the comments in the current selected Vorbis stream
</summary>
</member>
<member name="P:NVorbis.VorbisReader.IsParameterChange">
<summary>
Gets whether the previous short sample count was due to a parameter change in the stream.
</summary>
</member>
<member name="P:NVorbis.VorbisReader.ContainerOverheadBits">
<summary>
Gets the number of bits read that are related to framing and transport alone
</summary>
</member>
<member name="P:NVorbis.VorbisReader.ClipSamples">
<summary>
Gets or sets whether to automatically apply clipping to samples returned by <see cref="M:NVorbis.VorbisReader.ReadSamples(System.Single[],System.Int32,System.Int32)"/>.
</summary>
</member>
<member name="P:NVorbis.VorbisReader.Stats">
<summary>
Gets stats from each decoder stream available
</summary>
</member>
<member name="P:NVorbis.VorbisReader.StreamIndex">
<summary>
Gets the currently-selected stream's index
</summary>
</member>
<member name="P:NVorbis.VorbisReader.StreamCount">
<summary>
Returns the number of logical streams found so far in the physical container
</summary>
</member>
<member name="P:NVorbis.VorbisReader.DecodedTime">
<summary>
Gets or Sets the current timestamp of the decoder. Is the timestamp before the next sample to be decoded
</summary>
</member>
<member name="P:NVorbis.VorbisReader.DecodedPosition">
<summary>
Gets or Sets the current position of the next sample to be decoded.
</summary>
</member>
<member name="P:NVorbis.VorbisReader.TotalTime">
<summary>
Gets the total length of the current logical stream
</summary>
</member>
<member name="M:NVorbis.IVorbisStreamStatus.ResetStats">
<summary>
Gets the counters for latency and bitrate calculations, as well as overall bit counts
</summary>
</member>
<member name="P:NVorbis.IVorbisStreamStatus.EffectiveBitRate">
<summary>
Gets the calculated bit rate of audio stream data for the everything decoded so far
</summary>
</member>
<member name="P:NVorbis.IVorbisStreamStatus.InstantBitRate">
<summary>
Gets the calculated bit rate for the last ~1 second of audio
</summary>
</member>
<member name="P:NVorbis.IVorbisStreamStatus.PageLatency">
<summary>
Gets the calculated latency per page
</summary>
</member>
<member name="P:NVorbis.IVorbisStreamStatus.PacketLatency">
<summary>
Gets the calculated latency per packet
</summary>
</member>
<member name="P:NVorbis.IVorbisStreamStatus.SecondLatency">
<summary>
Gets the calculated latency per second of output
</summary>
</member>
<member name="P:NVorbis.IVorbisStreamStatus.OverheadBits">
<summary>
Gets the number of bits read that do not contribute to the output audio
</summary>
</member>
<member name="P:NVorbis.IVorbisStreamStatus.AudioBits">
<summary>
Gets the number of bits read that contribute to the output audio
</summary>
</member>
<member name="P:NVorbis.IVorbisStreamStatus.PagesRead">
<summary>
Gets the number of pages read so far in the current stream
</summary>
</member>
<member name="P:NVorbis.IVorbisStreamStatus.TotalPages">
<summary>
Gets the total number of pages in the current stream
</summary>
</member>
<member name="P:NVorbis.IVorbisStreamStatus.Clipped">
<summary>
Gets whether the stream has been clipped since the last reset
</summary>
</member>
</members>
</doc>

File diff suppressed because it is too large Load Diff