Description

ruby-vorbisfile is a Ruby extension, wrapping libvorbisfile.

Changes

  • 0.2
    • Use only one string as data buffer, so the garbage collector doesn’t get over-stretched.
    • class VorbisFile is now under module Ogg.
  • 0.1
    • Initial release

Download

Current version, 0.2, is fairly complete but only tested on my machine.

ruby-vorbisfile-0.2.tar.gz

Features

  • Decode from any source - accepts any object inheriting from IO.

Requirements

Ruby 1.6 or later

Ogg Vorbis libraries

Help

This is some of my first Ruby code. If you’d like to improve it, I would be grateful for any help you can give.