Game Music Emu
Jump to navigation
Jump to search
gme
|
VLC can decode this container. The module name to use at the command line is gme. |
Game Music Emu (GME) format is used to emulate the audio output of various video game consoles popular in the 1980s and 1990s. It gives a "retro" feel to the sound. Game Music Emu is a contraction of Game Music Emulator.
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" |
Links
- Blargg's Audio Libraries - Game_Music_Emu: Original developer's page (old)
- Bitbucket - game-music-emu (repo link): Official fork used by VLC (current)
Source code
- modules/demux/gme.c (input demuxer)