FlacLibSharp 1.0.0
See the version list below for details.
dotnet add package FlacLibSharp --version 1.0.0
NuGet\Install-Package FlacLibSharp -Version 1.0.0
<PackageReference Include="FlacLibSharp" Version="1.0.0" />
paket add FlacLibSharp --version 1.0.0
#r "nuget: FlacLibSharp, 1.0.0"
// Install FlacLibSharp as a Cake Addin #addin nuget:?package=FlacLibSharp&version=1.0.0 // Install FlacLibSharp as a Cake Tool #tool nuget:?package=FlacLibSharp&version=1.0.0
A .NET library for reading FLAC metadata.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net20 is compatible. net35 was computed. net40 was computed. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on FlacLibSharp:
Package | Downloads |
---|---|
NetScape.Modules.Cache
NetScape Cache |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version 1.0.0 allows you to read FLAC metadata. It won't yet allow you to modify metadata nor will it allow you to decode (or encode) FLAC audio. These features will be introduced respectively in version 1.5 and 2.0. No plans to implement encoding of audio to FLAC.
This first version still needs some further testing in the real world. Any issues are welcome at github, pull requests too.