libvorbis

Haskell binding for libvorbis, for decoding Ogg Vorbis audio files

https://github.com/the-real-blackh/libvorbis

Latest on Hackage:0.1.0.2

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Stephen Blackheath
Maintained by [email protected]

This package gives you a simple high-level API for decoding Ogg Vorbis files or streams, and isn't currently intended to be comprehensive. See the HOgg package in case that's more what you want.

Take a look at the tests/ directory for a minimalistic command-line player. 0.1.0.2: Bump base upper bound.