jmickle66666666 / wad-js

javascript wad library
MIT License
26 stars 10 forks source link

Play tracker audio files #34

Open oksas opened 7 years ago

oksas commented 7 years ago

It would be great if there was support for playing module/tracker file lumps in wads. It looks like this JavaScript library would be a good solution for it (with a version of it on npm here if the project starts using a build system like Webpack or something).

jmickle66666666 commented 7 years ago

Ah thanks for the link! I'll look into getting this sorted.

ghost commented 7 years ago

Just to clarify what the OP is asking, basically he wants support for chiptune, i.e https://www.doomworld.com/idgames/music/chipdoom, which is not native to Doom.

jmickle66666666 commented 7 years ago

I'm familiar with tracker music, and it is occasionally used as an alternative music format since most modern Doom ports have support for them.

For implementation, wad.js will need to be able to easily detect all the formats supported by libopenmpt/whichever library is used, but this will hopefully be a trivial header check.