ruby-ogginfo.rubyforge.org/ github.com/moumar/ruby-ogginfo
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.
writing tags is now pure ruby
require "ogginfo" OggInfo.open("toto.ogg") do |ogg| puts ogg.bitrate puts ogg.artist puts ogg end
sudo gem install ruby-ogginfo
writing tags in pure-ruby
GPL v3
Generated with the Darkfish Rdoc Generator 2.