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)
(Copy-edit/expand)
 
(One intermediate revision by the same user not shown)
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.
+
'''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 [[compress]]ed with inflate.
 
The .??z formats are just [[compress]]ed with inflate.
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}}

Latest revision as of 07:22, 10 April 2019

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

Source code