Wander/FNA/lib/Vorbisfile-CS/README

24 lines
678 B
Plaintext

This is Vorbisfile#, a C# wrapper for Vorbisfile, a library for quickly and
easily decoding Ogg Vorbis audio files.
License
-------
Vorbisfile is released under a BSD-style license.
Vorbisfile# is released under the zlib license.
See the licenses/ folder for details.
About Vorbisfile
----------------
For more information about Vorbisfile, visit the website:
http://www.xiph.org/vorbis/doc/vorbisfile/
About Vorbisfile#
-----------------
Vorbisfile# was written for FNA's Song support. We stream the Ogg Vorbis data
into a DynamicSoundEffectInstance, allowing for portable Vorbis playback.
Building Vorbisfile#
--------------------
Just type `make` in the root directory!