
		> Ray2Get
		> by Palorifgrodbierzrt '08



	Description :
	-----------

Ray2Get is a simple command-line tool that allows you to decode
music files from Rayman 2 The Great Escape (PC version).

The software opens any .apm file and converts it into a standard
.wav file, readable with any media player.



	How to make it work :
	-------------------

> Put ray2get.exe and the .apm's you want to decode in the same
  folder.

> Open a command-line tool and go to the folder containing
  ray2get and the apm's.

> Type the following command :
  ray2get.exe [file.apm]
  Replace [file.apm] by the name of the file you want to decode.

> The conversion starts. The decoded .wav file is created in the
  current folder.



	If you want to decode all the files :
	-----------------------------------

> Just put ray2get.exe and ray2all.bat in the game's music
  directory (usually "...\UbiSoft\Rayman2\Data\World\Sound").

  Or copy all the game's apm files, ray2get.exe and ray2all.bat
  in the same directory ^^

> Open a command-line tool and go to the folder containing
  ray2get, ray2all and the apm's.

> Type the following command :
  ray2all.bat

> The conversion starts. It may take a long time.
  ray2all.bat is a script that uses ray2get.exe with every apm
  file of the game. So that's why you need both of them in the
  apm's folder.



	Credits :
	-------

Ray2Get
by Palorifgrodbierzrt 2008

The algorithm used is taken from MultimediaWiki :
http://wiki.multimedia.cx/index.php?title=IMA_ADPCM

