Short: MPEG Audio stream validator Author: dillo@giga.or.at (Dieter Baron), Morphos port by Fabrizio "Lanch" Bartoloni Uploader: lanch tiscali it (Fabrizio Bartoloni) Type: mus/misc Version: 0.2 Architecture: ppc-morphos This is malint, an MPEG Audio stream validator. It parses an MPEG audio stream and prints information about the stream and format violations it finds. Many of the checks (and information outputs) can be enabled or disabled via command line switches. Run `malint --help' for a list. `malint -I' (--fast-info) only prints information that can be provided without reading (and parsing) the whole MPEG stream. For generic installation instructions, see file `INSTALL'. If you make a binary distribution, please include a pointer to the distribution site: ftp.nih.at /pub/nih/malint http://www.nih.at/malint The latest version can always be found there and on the backup sites: ftp.giga.or.at /pub/nih/malint http://ftp.giga.or.at/pub/nih/malint sunsite.univie.ac.at /pub/nih/malint http://sunsite.univie.ac.at/pub/nih/malint Mail suggestions and bug reports to . MPEG Audio lint (malint) 0.2 by Dieter Baron usage: malint [-hV] [-N MIN] [-IEcCpPgGdDtTfF] [FILE ...] -h, --help display this help message -V, --version display version number -I, --fast-info display only info, do not parse whole file -E, --error display only error diagnostics -c, --crc check CRC -C, --no-crc do not check CRC -p, --padding check for missing padding in last frame -P, --no-padding do not check for missing padding in last frame -g, --gap check for unused bytes in bit reservoir -G, --no-gap do not check for unused bytes in bit reservoir -f, --header-change display changes in frame header fields -F, --no-header-change do not display changes in frame header fields -d, --duration display duration of song -D, --no-duration do not display duration of song -t, --tag display ID3 tags -T, --no-tag do not display ID3 tags --tag-contents display contents of ID3 tags --no-tag-contents do not display contents of ID3 tags -N, --resync-count N require at least N frames to accept resync Note from porting author: Under GCC 2.95.3 stack 100000 bin:sh configure bin:make was enough to compile this Morphos version.