Path: | README.txt |
Last Update: | Tue Aug 21 23:48:25 +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