gco / rubyripper

Automatically exported from code.google.com/p/rubyripper
0 stars 0 forks source link

support for Opus #529

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The opus codec is a new audio codec and soon being standardized by the IETF. It 
has very high quality and support for it would be great.
http://www.opus-codec.org/

Original issue reported on code.google.com by hanno@hboeck.de on 5 Jul 2012 at 11:28

GoogleCodeExporter commented 9 years ago
Support is added on the backend, still have to update the user interfaces:
http://code.google.com/p/rubyripper/source/detail?r=148f1a1803120c649fa61387a84b
dd1e8154db8a

Original comment by boukewou...@gmail.com on 27 Sep 2012 at 8:30

GoogleCodeExporter commented 9 years ago
The final pieces are checked in:
http://code.google.com/p/rubyripper/source/detail?r=0b0309a3b80c6812ae529e31ac9f
f8fcc93b45b5
http://code.google.com/p/rubyripper/source/detail?r=1c12b89479546562fb3dbd69c1f6
1cdd92abcd0b

Now let's see if the code actually works ;)

Original comment by boukewou...@gmail.com on 29 Sep 2012 at 3:38

GoogleCodeExporter commented 9 years ago
It actually seems to work, according to opusdec:

[bouke@rocky Focus (2001) Hocus Pocus]$ opusdec *.opus filename.wav
Decoding to 44100 Hz (2 channels)
Encoded with libopus 1.0.1
ENCODER=opusenc from opus-tools 0.1.5
artist=Focus
ALBUM=Hocus Pocus
GENRE=Rock
DATE=2001
ENCODER=Rubyripper 0.7.0a1
DISCID=EA120A10
title=House Of The King
TRACKNUMBER=3
TRACKTOTAL=16
Decoding complete.

Original comment by boukewou...@gmail.com on 29 Sep 2012 at 3:50