Is there a way to remove IDV Tags from an AIFF file?
问题 I'm working on a backend task system for a rails application running on an Ubuntu Server. Before converting the uploaded AIFF files to FLAC, I need to strip all the possibly existing tags from it. How can I achieve that? TagLib-Ruby doesn't have that covered for AIFF at this time. Is there another gem, a command line app or something similar that my rails app could call or do I have to code that fully on my own? 回答1: kid3 is an application with both gui and command line interfaces that allows