Hello
I'm curious if there is a possibility to play Simon the Sorcerer 2 sound file on external audio player such a Winamp?
I tried to convert it to .ogg format but it's still impossible to play on Winamp.
Simon2.wav question
Moderator: ScummVM Team
- eriktorbjorn
- ScummVM Developer
- Posts: 3561
- Joined: Mon Oct 31, 2005 7:39 am
Re: Simon2.wav question
You'd probably have to write a program to extract the sound files (possibly modifying the compression tool) for you. From what I understand, the file consists of an index (offsets into the file where each sound is), followed by a bunch of WAV or VOC files depending on the game. If the file is named <something>.wav it's probably all WAV files.racusznik wrote:Hello
I'm curious if there is a possibility to play Simon the Sorcerer 2 sound file on external audio player such a Winamp?
I tried to convert it to .ogg format but it's still impossible to play on Winamp.
The compression tool reads the index, four bytes at a time, until i finds the string "RIFF" (which marks a WAV file) or "Creative" (which marks a VOC file).