Skip to content
This repository has been archived by the owner on Jan 12, 2020. It is now read-only.

simontime/GameComAdpcmDecoder

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
 
 
 
 
 
 

GameComAdpcmDecoder

I have implemented this codec in vgmstream, so this repo is obsolete now.

Decodes Tiger Game.Com ADPCM.

You can find a compiled Windows .exe in releases.

Usage via command line: Decoder.exe <input audio clip/tgc rom> <output raw file>

To play back the decoded sounds, use Audacity's raw data import feature⁠—unsigned 8-bit PCM, 1 channel, 8000Hz.

  • Note: If converting an entire ROM, there will be some junk audio where other game data gets decoded into sound! This is normal, just skip past that until you find usable audio data.

About

Decodes Tiger Game.Com ADPCM.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages