furnace icon indicating copy to clipboard operation
furnace copied to clipboard

[Suggestion] Other export formats

Open freq-mod opened this issue 3 years ago • 4 comments
trafficstars

VGM is staple, but the are other formats that must (like in DM) or can be supported:

  • [ ] S98. The key feature is that the are no limits to chip instances, what matches the feature of Furnace to stack soundchips. SUpported chips list is much shorter than what VGM covers, but still
  • [ ] NSF(E) - obvious
  • [ ] SID - ditto
  • [ ] HES - PC Engine equivalent of NSF
  • [ ] AY if I understood correctly, it's like NSF for AY. Ripped audio code, supports PSGPCM (!)
  • [ ] CMS - format for (double) SAA1099, from Creative themselves
  • [ ] SNDH - similiar to AY, targets Atari ST, rather than ZX
  • [ ] GBS - Game Boy sound format

freq-mod avatar Jan 24 '22 18:01 freq-mod

This is a very long road...

tildearrow avatar Jan 24 '22 18:01 tildearrow

I know, it doesn't need to be in a next release or sth

freq-mod avatar Jan 24 '22 18:01 freq-mod

and what about .gbs ? ;-)

This builder is the one used in Deflemask: https://github.com/Pegmode/-DeflemaskGBVGM-

The megadrive builder seems to be developed by http://mjsstuf.x10host.com/pages/vgmPlay/vgmPlay.htm, maybe he will agree to open source it ?

I think that builders could/should almost be separated projects, this would be better because @tildearrow have already a growing list of things to do ;-)

cyberic99 avatar Jan 24 '22 21:01 cyberic99

Problem with S98: fixed tick rate (but may be worked around setting the denominator to something high). Also apparently doesn't support DAC streams...

tildearrow avatar Feb 08 '22 01:02 tildearrow