electronoora / webaudio-mod-player

MOD/S3M/XM module player for Web Audio
https://mod.haxor.fi/
MIT License
364 stars 54 forks source link

S3M file that uses Adlib samples doesn't play #19

Open veso266 opened 6 years ago

veso266 commented 6 years ago

Thanks for a great player I would like to know if ST3 portion of it has support for Adlib sample because this file: http://bisqwit.iki.fi/music/mod/tcsmods/THEM4_2.S3M doesn't want to play

Thanks for Anwsering and Best Regards

bryc commented 5 years ago

Do you have an Adlib card? You wont hear anything unless you got an Adlib or Soundblaster soundcard :laughing:

That file contains no samples, only instrument data for an OPL2 chip. Has to be played on a real Adlib card or something like AdlibTracker.

electronoora commented 5 years ago

It may be possible to emulate an OPL-2 -chip to allow playback of S3Ms with AdLib-instruments. Not sure if this is feasible in Javascript, though.

I may look into this but since it's a quite rarely used feature, I'm not making any promises. ;)