ruby-ogginfo-0.7.2 Documentation

ruby-ogginfo.rubyforge.org/ github.com/moumar/ruby-ogginfo

DESCRIPTION:

ruby-ogginfo gives you access to low level information on ogg files (bitrate, length, samplerate, encoder, etc… ), as well as tag. Supported codecs are: vorbis, speex and opus. It is written in pure ruby.

FEATURES/PROBLEMS

SYNOPSIS:

require "ogginfo"
OggInfo.open("toto.ogg") do |ogg|
  puts ogg.bitrate
  puts ogg.artist
  puts ogg
end

INSTALL:

sudo gem install ruby-ogginfo

TODO:

LICENSE:

GPL v3

Files

Classes/Modules

Methods

[Validate]

Generated with the Darkfish Rdoc Generator 2.