0.02
No commit activity in last 3 years
No release in over 3 years
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.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 3.5
~> 0.9
~> 3.10
 Project Readme
= ruby-ogginfo

http://ruby-ogginfo.rubyforge.org/
https://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

* writing tags is now pure ruby 

== 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:

* writing tags in pure-ruby

== LICENSE:

GPL v3