Difference between revisions of "Game Music Emu"

From VideoLAN Wiki
Jump to navigation Jump to search
m (DoesItReallyMatter moved page Gme to Game Music Emu: This is the canonical name)
(Add links)
Line 1: Line 1:
 
{{mux|id=gme|encoder=n}}
 
{{mux|id=gme|encoder=n}}
 +
{{Website|Game Music Emu|on=Bitbucket|https://bitbucket.org/mpyne/game-music-emu/wiki/Home}}
 +
{{Open}}
  
 
The '''Game Music Emu''' (GME) format is a format used to store music in games.
 
The '''Game Music Emu''' (GME) format is a format used to store music in games.
Line 22: Line 24:
 
| .gym || GYM || Genesis"
 
| .gym || GYM || Genesis"
 
|}
 
|}
 +
 +
== Links ==
 +
* [http://blargg.8bitalley.com/libs/audio.html#Game_Music_Emu Blargg's Audio Libraries - Game_Music_Emu]: Original developer's page (old)
 +
* [https://bitbucket.org/mpyne/game-music-emu/wiki/Home Bitbucket - game-music-emu] <small>([https://bitbucket.org/mpyne/game-music-emu/src repo link])</small>: Official fork used by VLC (current)
  
 
== Source code ==
 
== Source code ==
 
{{file|modules/demux/gme.c|input demuxer}}
 
{{file|modules/demux/gme.c|input demuxer}}

Revision as of 07:05, 10 April 2019

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"

Links

Source code