Version 0.7 (2014-12-21)
 * VorbisFile / OpusFile / etc with close methods support
   the java.io.Closeable() interface
 * Skeleton (stream metadata) read support, and info tool
 * Common interfaces for Audio streams and headers
 * Support for libopus 1.1 generated Opus files, which have
   padding after comments but no framing (not all formats do)
 * Basic Theora read support

Version 0.6 (2014-05-09)
 * Tika audio parsers extraction of audio length
 * Fixed CRC warning on all-255 checksums

Version 0.4 (2014-03-18)
 * Improved Tika detection
 * Improved Tika parser metadata for general types
 * OggStreamIdentifier to make stream type detection cleaner
 * Basic Fisbone / Skeleton read support
 * Speex support at a similar level to Vorbis
 * Comment tools for all supported audio formats

Version 0.3 (2014-03-09)
 * Opus support at a similar level to Vorbis

Version 0.2 (2012-08-02)
 * Update to Tika 1.2
 * Fixed dependency scopes

Version 0.1 (2012-01-26)
 * Initial Version
 * Read and write support for low-level Vorbis and Ogg
 * Read and write support for Vorbis info and tags
 * Read support for low level FLAC (FLAC native and FLAC Ogg)
 * Tools for reading and writing Vorbis Comments (tags)
 * Tika plugin, with Parser and Detector
