2001-02-12 10:25:48 +01:00
|
|
|
MPEG Maaate (pronounce: ma:a:it) is a C++ toolkit to parse and
|
|
|
|
analyse audio data in the compressed domain by analysing MPEG-1/2
|
|
|
|
Layers 1-3 audio files. It makes the encoded fields of an MPEG
|
|
|
|
audio stream accessible (tier1) and provides some content analysis
|
|
|
|
functions like silence detection (tier2).
|
|
|
|
|
|
|
|
MPEG Maaate is designed in tiers: the first tier implements the
|
|
|
|
parsing of the MPEG audio stream, the second tier implements the
|
|
|
|
content analysis on the extracted field, and the third tier includes
|
2016-05-19 12:21:23 +02:00
|
|
|
any applications that are based on the extracted content.
|
2001-02-12 10:25:48 +01:00
|
|
|
|
2014-02-08 19:25:13 +01:00
|
|
|
WWW: http://maaate.sourceforge.net/
|