Ruby: play, pause, resume aac (audio) files
- by rahul
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).