Difference between revisions of "VGM Players on GNU\Linux"

From Steak Wiki
Jump to navigationJump to search
Line 15: Line 15:
 
* 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.
 
* 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
+
Ref:  
 +
* https://kkjkok.blogspot.com/2016/?m=1
 +
* https://sourceforge.net/projects/sexyspc/ (readme of src explains only x86 is supported).
  
 
==Conclusion==
 
==Conclusion==
 
Playing vgm from terminal on ARM devices is tough. Beware of the rabbit hole.
 
Playing vgm from terminal on ARM devices is tough. Beware of the rabbit hole.

Revision as of 05:27, 9 June 2020

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!

  • gstreamer - todo
  • mdxplay - error on compile, due to lack of libm, but fixing that, doesn't play on bb.
  • VGMPlay - compiles, but has issue out of the box on bb. garbled audio output (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:

Conclusion

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