Skip to content

fedex81/simplevgm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple VGM

a (very) simple - Java based - VGM 1.50 player

How To

Download the latest jar file from the releases area
and run from the command line:
java -jar simplevgm-19.0117.jar <file>|<folder>

Credits

Original GME-VGM implementation: Shay Green https://bitbucket.org/mpyne/game-music-emu

Java code lifted from here: https://github.com/GeoffWilson/VGM

PSG implementations:

  1. Shay Green: SmsApu
  2. Chris White: SN76496.java
  3. Chris White: SN76489.java
  4. Alexey Khokholov (Nuke.YKT): Nuked-PSG https://github.com/nukeykt/Nuked-PSG

An IIR filter library written in JAVA. Bernd Porr https://github.com/berndporr/iirj

libresample4j https://github.com/dnault/libresample4j

License

This software is released under a GPL 2.0 license