Game Music Emu
Revision as of 03:06, 10 April 2019 by DoesItReallyMatter (talk | contribs) (DoesItReallyMatter moved page Gme to Game Music Emu: This is the canonical name)
gme
|
VLC can decode this container. The module name to use at the command line is gme. |
The Game Music Emu (GME) format is a format used to store music in games.
The .??z formats are just compressed with inflate.
extension | format | platform |
---|---|---|
.nsf | NSF | Nes |
.nsfe | NSF | Nes |
.gbs | GBS | Gameboy |
.vgm | VGM | Master System, Game Gear, Genesis |
.vgz | VGM | Master System, Game Gear, Genesis |
.spc | SPC | Super Nes (SNES) |
.gym | GYM | Genesis" |
Source code
- modules/demux/gme.c (input demuxer)