Ruby: play, pause, resume aac (audio) files
Posted
by rahul
on Stack Overflow
See other posts from Stack Overflow
or by rahul
Published on 2010-05-14T13:41:29Z
Indexed on
2010/05/14
13:44 UTC
Read the original article
Hit count: 245
I need to play, pause and resume AAC (audio) files from a ruby console program (much like iTunes or any music player).
After much searching, I've come across these libraries:
- mp3info
- metadata
- id3lib-ruby
- rvideo (uses ffmpeg)
These seem to help me in getting track length and tags which i also need, but I need something to play AAC (at least) and if possible other formats. I also must be able to pause and resume (so shelling a program like mpg321 is out).
© Stack Overflow or respective owner