Skip to content

Wohlstand/IMF-Freq-Conv

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

IMF-Freq-Conv

A tiny tool which converts a chunk delays in the IMF (id Software Music Format) between 280Hz, 560hz and 700Hz tempo speeds.

Compiling

To compile utility you just need to use a compiler command

Linux / Mac OS X / FreeBSD

With GCC

gcc imfreqc.c -o imfreqc

With CLang

clang imfreqc.c -o imfreqc

Windows

With GCC (MinGW or cygwin)

gcc imfreqc.c -o imfreqc

With CL (Visual Studio, you must open Visual Studio command environment or open cl.exe directly from it's folder)

cl imfreqc.c /link /out:imfreqc.exe

Usage

------------------------------------------------------------------------------
Syntax: imfreqc <SourceFrequency> <oldfile>.imf <DestFrequency> <newfile>.imf

SourceFrequency - number 280 560 or 700
DestFrequency   - number 280 560 or 700
------------------------------------------------------------------------------
Supported frequencies:

* 280Hz - Duke Nukem II
* 560Hz - Bio Menace, Commander Keen, Cosmo's Cosmic Adventures, Monster Bash
* 700Hz - Blake Stone, Major Stryker, Operation Body Count, Wolfenstein 3-D

------------------------------------------------------------------------------

About

A tiny tool which converts a chunk delays in the IMF (id Software Music Format) between 280Hz, 560hz and 700Hz tempo speeds.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages