Mercurial > hg > sonic-annotator
annotate .hgignore @ 269:39fb206b1153 piper-nopiper
Filter out Xing/LAME info frames, rather than letting them go to the mp3 decoder as if they were audio frames. Fixes the 1152-sample zero pad at start of some decoded mp3 files (distinct from decoder delay). The logic here is based on the madplay code.
author | Chris Cannam |
---|---|
date | Thu, 24 Nov 2016 13:32:04 +0000 |
parents | e6379b2e1c5c |
children | 0ea0f36cc576 |
rev | line source |
---|---|
Chris@42 | 1 syntax: glob |
Chris@42 | 2 Makefile |
Chris@42 | 3 */Makefile |
Chris@42 | 4 o/* |
Chris@42 | 5 */o/* |
Chris@42 | 6 */tmp_obj/* |
Chris@42 | 7 */tmp_moc/* |
Chris@42 | 8 doc/html/ |
Chris@42 | 9 *.o |
Chris@42 | 10 *.so |
Chris@42 | 11 *.so.* |
Chris@42 | 12 *.a |
Chris@42 | 13 *~ |
Chris@42 | 14 *.orig |
Chris@42 | 15 *.rej |
Chris@95 | 16 cov-int |