Giter Club home page Giter Club logo

cmf2imf's Introduction

CMF2IMF conversion utility
Copyright 2010 Adam Nielsen <[email protected]>
http://www.shikadi.net/utils/cmf2imf/

CMF2IMF converts Creative Labs' CMF music files into id Software's IMF format.
It supports both type-0 and type-1 formats, as well as custom playback speeds.

Usage:

  # 560Hz type-0 (Commander Keen)
  cmf2imf --speed 560 --type 0 in.cmf out.imf

  # 700Hz type-1 (Wolfenstein)
  cmf2imf --speed 700 --type 1 in.cmf out.wlf

Most IMF players will treat .imf files as 560Hz and .wlf files as 700Hz.  Duke
Nukem II files run at 280Hz.  See the ModdingWiki IMF page (link below) for
a list of games and the speed of their IMF files.

The speed is not stored in the IMF, so changing it to speed up or slow down
the song will have no ill-effects - it just means that matching the --speed
option to the game will cause the IMF file to play at exactly the same tempo
as the original CMF.

The utility is compiled and installed in the usual way:

  ./configure && make
  sudo make install

If you downloaded the git release, run ./autogen.sh before the commands above.

The program requires the libgamecommon library to be installed.  This library
is available from http://www.shikadi.net/camoto/libgamecommon/

Both the CMF and IMF formats are fully documented on the ModdingWiki - see
http://www.shikadi.net/moddingwiki/

This program is released under the GPLv3 license.

cmf2imf's People

Contributors

malvineous avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.