I need to read metadata (song name, artist, etc.) from various audio files with ruby, mainly MP3 and Apple's AAC. I've googled and found no library that supported both formats.
How do you guys read audio metadata with ruby? I would prefer a solution with minimal dependencies possible.
Thanks.