Skip to content

Gapless looping of compressed files? #191

Answered by sbooth
jbmaxwell asked this question in Q&A
Discussion options

You must be logged in to vote

Generally yes, although it depends on whether the decoder for the specific format knows and decodes the correct number of PCM samples (meaning it is able to discard priming, remainder, padding, etc). This should work for MP3 files with a Xing header. It should also work for AAC using the Core Audio decoder (at least for me on macOS 11.2.3). I think it should work for Vorbis and Musepack too although I haven't tested it.

Are you primarily interested in AAC?

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@jbmaxwell
Comment options

@sbooth
Comment options

@jbmaxwell
Comment options

Answer selected by jbmaxwell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants