From: "R. Kumar" Date: 2010-05-14T16:45:59+09:00 Subject: Play audio file (AAC) from ruby program I need to play, pause and resume AAC files from a ruby console program (much like iTunes or any music player). After much searching, I've come across these libraries: 1. mp3info 2. metadata 3. id3lib-ruby 4. 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). -- Posted via http://www.ruby-forum.com/.