VGM Players on GNU\Linux

From Steak Wiki
Jump to navigationJump to search

Many traps here. I'll add this page to traps section.

GUI Players

  • Audacious - Generally works for a couple of formats. NSF, SPC, and PSF. Lacks many formats, though.
  • Deadbeef - Similar to audacious

Command Line Players

Maybe you want to play chiptunes on your RPI, or some other ARM device. This would technically allow you to run it 24/7, as its low power. Unfortunately, there are not a lot of options. This is a dangerous area!

  • VGMPlay - compiles, but has issue out of the box on bbb, and only plays genesis .vgm
  • VGMStream - compiles, but only for streamed (not sequenced, i.e. most) vgm
  • sexySPC - x86 architecture only. Will not compile on ARM due to nasm asm.
  • xmms2 - No plugins in default debian repos (e.g. festalon which supports nsf in xmms is not available for xmms2.) OR doesn't install correctly in devuan beowulf due to gvfs issue.

Ref: https://kkjkok.blogspot.com/2016/?m=1

Conclusion

Playing vgm from terminal on ARM devices is tough. Beware of the rabbit hole.