MikMod Utilities
MikMod Utilities is collection of command line tools for manipulating the module sound files that typically produced by Soundtracker, Protracker and other tools. MikMod Utilities consists of the following tools:
- mmuinfo
- gives information about module
- mmuplay
- plays modules
- mmuplaysmp
- plays samples from modules
- mmurender
- converts modules to other audio formats
- mmurip
- extracts samples from module
- mmutotal
- computes total modules time
All tools has support for the automatic modules decompression from bzip, gzip and pkzip archives, but this can be configured at compile-time and can be controlled at run-time. Also all tools, except mmutotal, can load modules from standard input.
Requirements
Required Libraries
MikMod Sound Library is used to load and play modules. So that MikMod Utilities can handle all module formats that supported by libmikmod
Optional Libraries
Audio File Library is used to produce audio files in various formats. Install this library If you want to produce audio files in the formats other than raw audio data
Readline Library is used for the console control. Install this library if you want to control mmuplay and mmuplaysmp from the console
Bzip2. Install this library if you want the support for bzip decompression
Zlib. Install this library if you want the support for gzip and pkzip decompression
Download
Files here.
Copying
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
