VGM Players on GNU\Linux

From Steak Wiki
Revision as of 05:13, 9 June 2020 by Adminguy (talk | contribs) (Created page with "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. *...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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
  • openSPC - 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.)

Conclusion

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