ToyMp3 1.0.1
Install-Package ToyMp3 -Version 1.0.1
dotnet add package ToyMp3 --version 1.0.1
<PackageReference Include="ToyMp3" Version="1.0.1" />
paket add ToyMp3 --version 1.0.1
#r "nuget: ToyMp3, 1.0.1"
// Install ToyMp3 as a Cake Addin
#addin nuget:?package=ToyMp3&version=1.0.1
// Install ToyMp3 as a Cake Tool
#tool nuget:?package=ToyMp3&version=1.0.1
ToyMP3 is a simple mp3 (Mpeg1-Layer3) decoder implemented in C#
Product | Versions |
---|---|
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
This package has no dependencies.
NuGet packages (7)
Showing the top 5 NuGet packages that depend on ToyMp3:
Package | Downloads |
---|---|
DeltaEngine.Xna
Xna Version of the Delta Engine, requires Xna 4.0 framework to be installed. The Delta Engine allows you to develop applications and especially games for many different platforms (mobile, tablets, console, PC) completely under Windows with .NET or native C++ by using your favorite tools. |
|
DeltaEngine.OpenTK
OpenGL Version of the Delta Engine, uses OpenTK. The Delta Engine allows you to develop applications and especially games for many different platforms (mobile, tablets, console, PC) completely under Windows with .NET or native C++ by using your favorite tools. |
|
DeltaEngine.SharpDX
DirectX Version of the Delta Engine, uses SharpDX. The Delta Engine allows you to develop applications and especially games for many different platforms (mobile, tablets, console, PC) completely under Windows with .NET or native C++ by using your favorite tools. |
|
DeltaEngine.GLFW
OpenGL Version of the Delta Engine, uses GLFW3 (Pencil.Gaming). The Delta Engine allows you to develop applications and especially games for many different platforms (mobile, tablets, console, PC) completely under Windows with .NET or native C++ by using your favorite tools. |
|
DeltaEngine.MonoGame
MonoGame Version of the Delta Engine, requires MonoGame 3 framework to be installed. The Delta Engine allows you to develop applications and especially games for many different platforms (mobile, tablets, console, PC) completely under Windows with .NET or native C++ by using your favorite tools. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Provides the toymp3 library as NuGet package. Version 1.0.1 fixes some IndexOutOfRange crashes with certain mp3 files. For details see https://code.google.com/p/toymp3/