About This File
Decompressor for MPEG audio layer II (mp2) files. It is arranged in a CLS-filter, which allows you to include compression in the chain, has a pretty good speed.
Use:
arc.exe a -r -m=unpackmp2:fpb=8192 data.arc "packeddata\*"
Options:
fpb=[N] - The number of frames in a block directly affects further compression (4096 - 65535, default 4096)
What's New in Version 22.03.16.rev.1
Released
- Updated modules
- Added x64 version of the filter
- Minor optimizations