Audio library

Hi,

Just wondering, is there any API for writing/reading audio documents
(such as wave/aif/au) available for Ruby ?

Cheers

Rove Monteux

···


Rove Monteux
Systems Administrator

rove.monteux@fluid-rock.com

“Rove Monteux” rove.monteux@fluid-rock.com wrote in message

Just wondering, is there any API for writing/reading audio documents
(such as wave/aif/au) available for Ruby ?

Entry in RAA (http://raa.ruby-lang.org):

···

Category: Library/Audio
Project name: ruby-audiofile
Short description: ruby-audiofile
Version: 0.2.4
Status: stable
Last update: 2003-08-09 23:36:35 GMT
Owner: jared jennings (Projects of this owner)
Homepage: http://ruby-audiofile.sourceforge.net/
Download:
Download ruby-audiofile-0.2.4.tar.gz (Ruby-audiofile)
License: LGPL
Description: it’s a binding to the audiofile library.
reads and writes audio (wav, au, aiff, NeXT snd, etc. but not ogg or mp3)
and can divine information such as length, sample rate, etc
documentation included (.rd)

You will find many more if you search RAA with the “audio” keyword.
HTH,
– shanko

Maybe you should take a glance at Ruby/GStreamer (bindings for the
GStreamer framework).

http://www.gstreamer.net
http://ruby-gnome2.sourceforge.jp/hiki.cgi?Ruby%2FGStreamer
http://ruby-gnome2.sourceforge.jp/hiki.cgi?tut-gst

Cheers,

···

On Fri, 2004-04-09 at 09:38, Rove Monteux wrote:

Hi,

Just wondering, is there any API for writing/reading audio documents
(such as wave/aif/au) available for Ruby ?


Laurent