![]() |
VOOZH | about |
dotnet add package ToyMp3 --version 1.0.1
NuGet\Install-Package ToyMp3 -Version 1.0.1
<PackageReference Include="ToyMp3" Version="1.0.1" />
<PackageVersion Include="ToyMp3" Version="1.0.1" />Directory.Packages.props
<PackageReference Include="ToyMp3" />Project file
paket add ToyMp3 --version 1.0.1
#r "nuget: ToyMp3, 1.0.1"
#:package ToyMp3@1.0.1
#addin nuget:?package=ToyMp3&version=1.0.1Install as a Cake Addin
#tool nuget:?package=ToyMp3&version=1.0.1Install as a Cake Tool
ToyMP3 is a simple mp3 (Mpeg1-Layer3) decoder implemented in C#
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net40 net40 is compatible. net403 net403 was computed. net45 net45 was computed. net451 net451 was computed. net452 net452 was computed. net46 net46 was computed. net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
This package has no dependencies.
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.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. |
|
|
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. |
Showing the top 1 popular GitHub repositories that depend on ToyMp3:
| Repository | Stars |
|---|---|
|
DeltaEngine/DeltaEngine
Open Source Multiplatform Game Engine, C# OpenGL Version (custom wrapper) including the Editor
|
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/