Path: | README.txt |
Last Update: | Wed Apr 17 14:49:17 +0000 2013 |
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