File: README.txt

package info (click to toggle)
libogginfo-ruby 0.4.2-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 132 kB
  • ctags: 225
  • sloc: ruby: 1,605; makefile: 6
file content (35 lines) | stat: -rw-r--r-- 562 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
= ruby-ogginfo

http://ruby-ogginfo.rubyforge.org/

== DESCRIPTION:

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.

== FEATURES/PROBLEMS

* writing tags is not pure ruby yet, need to have "vorbiscomment"
  command

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

Ruby