I'm interested in tooling around with creating a media player in Ruby.
To get started, I'd like to do playback of mp3s and audio files in
general. Cross platform is of course preferred, but I'm looking to
use it on OS X. Does anyone know of any libraries for this?
I was surprised when none made themselves apparent to me.
Hmmm...I hear gstreamer is good for this kind of thing. Although gstreamer
works on *nix, win32 and osx, I think you might hit some trouble getting the
ruby bindings to work on all three.
Here's where I'd start:
http://ruby-gnome2.sourceforge.jp/hiki.cgi?Ruby%2FGStreamer
Dan
···
On 11/2/05, Peter Burns <rictic@gmail.com> wrote:
I'm interested in tooling around with creating a media player in Ruby.
To get started, I'd like to do playback of mp3s and audio files in
general. Cross platform is of course preferred, but I'm looking to
use it on OS X. Does anyone know of any libraries for this?
I was surprised when none made themselves apparent to me.
Something I just discovered, partially as a result of your post
actually, is that libecasound has ruby bindings. Using ecasound for basic
mediaplayer functions is a bit overkill, but not too difficult and very
flexible.
···
On Thu, 3 Nov 2005 at 14:30 +0900, Peter Burns wrote:
I'm interested in tooling around with creating a media player in Ruby.
To get started, I'd like to do playback of mp3s and audio files in
general. Cross platform is of course preferred, but I'm looking to
use it on OS X. Does anyone know of any libraries for this?
I was surprised when none made themselves apparent to me.