Skip to content

Chroma-2D/StbVorbisSharp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StbVorbisSharp

NuGet Build status

C# port of stb_vorbis.c

Adding Reference

There are two ways of referencing StbVorbisSharp in the project:

  1. Through nuget: https://www.nuget.org/packages/StbVorbisSharp/

  2. As submodule:

    a. git submodule add https://github.com/StbSharp/StbVorbisSharp.git

    b. Now there are two options:

    • Add StbVorbisSharp/src/StbVorbisSharp/StbVorbisSharp.csproj to the solution

    • Include *.cs from StbVorbisSharp/src/StbVorbisSharp directly in the project. In this case, it might make sense to add STBSHARP_INTERNAL build compilation symbol to the project, so StbVorbisSharp classes would become internal.

Usage

See the sample StbVorbisSharp.MonoGame.Test

License

Public Domain

Credits

About

C# port of stb_vorbis.c

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%