Concatenating MP3 files
问题 Seeing as how MP3 frames are (mostly) independent units, I thought it would work well to simply concatenate several tagless MP3 files together in order to merge them losslessly. However, as it seems, many player programs (including mplayer and mpd ) seem to be detecting the file length in some way that I cannot find documentation for, and only see and play the part corresponding to the first of the files I concatenated. Whatever this information is, I'm sure it can't be too hard to write a