Path: | README.txt |
Last Update: | Thu Sep 27 08:05:10 +0000 2012 |
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. It is written in pure ruby.
require "ogginfo" OggInfo.open("toto.ogg") do |ogg| puts ogg.bitrate puts ogg.artist puts ogg end
sudo gem install ruby-ogginfo
Ruby