Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Ruby > Audio libraries

Reply
Thread Tools

Audio libraries

 
 
John Bentley
Guest
Posts: n/a
 
      10-28-2009
I've seen this question thrown around a bit already, but I have yet to
find a conclusive answer. Anyway, I'm looking for an audio library that
I can use for a media player. So far I've tried gstreamer (ruby
bindings) which didn't even run the examples. I've considered Rubygame,
which I believe uses SDL underneath. The problem with it is it has a set
list of codecs it can use. I can use C++ if it is necessary. However, I
would like something that can easily integrate with Gtk in ruby for
video in the future, so I'm not really sure how that would work. Any
ideas would be appreciated.
--
Posted via http://www.ruby-forum.com/.

 
Reply With Quote
 
 
 
 
Michal Suchanek
Guest
Posts: n/a
 
      10-30-2009
2009/10/28 John Bentley <>:
> I've seen this question thrown around a bit already, but I have yet to
> find a conclusive answer. Anyway, I'm looking for an audio library that
> I can use for a media player. So far I've tried gstreamer (ruby
> bindings) which didn't even run the examples. I've considered Rubygame,
> which I believe uses SDL underneath. The problem with it is it has a set
> list of codecs it can use. I can use C++ if it is necessary. However, I
> would like something that can easily integrate with Gtk in ruby for
> video in the future, so I'm not really sure how that would work. Any
> ideas would be appreciated.


If you also want video then gstreamer might be actually good choice,
it's supposed to support video as well.

There are very few things that support pluggable codecs like gstreamer
does so your choice is limited if you do not want to deal with
integrating each and every codec yourself.

The other thing that comes to mind is jack.

If the interface is sane you can probably get some simple FFI bindings
done quite fast when there are no existing working bindings.

You can also use a cheat: embed mplayer into your gtk app (see the
mplayer wid and slave options). The supported codecs are set here as
well but it plays almost anything.

Thanks

Michal

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
standard libraries don't behave like standard 'libraries' Sriram Srinivasan Python 13 11-12-2009 06:05 PM
Using mandatory libraries (custom class loading vs. expanding libraries) Karsten Wutzke Java 21 06-29-2007 09:25 PM
audio synthesis libraries / platforms / drivers questions sandwich_eater@hotmail.com C++ 6 08-10-2005 08:29 AM
cannot playback audio strem, audio not available or hardware not responding chieyenne Computer Support 2 05-19-2005 07:01 PM
Can anyone recommend any Audio Processing libraries? Wayne... C++ 4 09-17-2004 03:44 PM



Advertisments
 



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 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57