Difference between revisions of "Game Music Emu"
Jump to navigation
Jump to search
m |
(Copy-edit/expand) |
||
(4 intermediate revisions 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}} | ||
− | + | '''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 | + | The .??z formats are just [[compress]]ed with inflate. |
{|class="wikitable" | {|class="wikitable" | ||
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. | + | {{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
- 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)