Skip to content

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.

Notifications You must be signed in to change notification settings

moumar/ruby-ogginfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Guillaume Pierronnet
Jan 7, 2025
22b56e3 · Jan 7, 2025
Nov 20, 2013
Oct 27, 2013
Apr 7, 2011
Oct 27, 2013
Nov 20, 2013
Oct 27, 2013
Nov 20, 2013
Oct 27, 2013
Jan 7, 2025
Oct 27, 2013
Nov 20, 2013
Jun 22, 2009

Repository files navigation

= ruby-ogginfo

== Status: unmaintained

🚨 This project is no longer actively maintained.

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

About

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.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages