stunndard / goicy

AAC and MPEG (MP1, MP2, MP3) Icecast/Shoutcast source client written in Go
69 stars 15 forks source link

iTunes Gapless AAC support? #9

Open coolaj86 opened 4 years ago

coolaj86 commented 4 years ago

Does this support the iTunes gapless profile for AAC?

Or gapless in mp3?

If I understand correctly gapless is not simply a matter of playing the last bytes of audio from one file directly with the next audio bytes of the next file, but rather looking for a metadata gapless index identifier and stripping the excess bits that pad out the audio frame so that the two files can be joined even when they are split on an unaligned boundary.