lemmings_3ds icon indicating copy to clipboard operation
lemmings_3ds copied to clipboard

Use Sound-Image File Interpreter

Open tomsoftware opened this issue 4 years ago • 4 comments

Hi,

FYI: you use a 8086 emulator (Cool !!) to get adlib op-codes from lemmings music / sound file. You can find an interpreter for the Sound-Image-Format at: https://github.com/tomsoftware/Lemmings.ts/tree/master/src/resources/sound may this performs better?

Happy Lemmings playing :-)

Thomas

tomsoftware avatar Nov 16 '19 20:11 tomsoftware

I wasn't able to figure out how the music is stored in that file. For me it was the fastest solution to write an (incomplete) 8086 emulator. Have you figured out how the music is stored in that file by yourself? It seems so to me. Good work!

esoteric-programmer avatar Nov 23 '19 21:11 esoteric-programmer

I'm not actively developing this software packet any longer. Thus I won't change the implementation of ADLIB.DAT parsing. Nonetheless, I think your method is neater. Thank you for sharing this with me.

esoteric-programmer avatar Nov 23 '19 21:11 esoteric-programmer

Oh, I remember: your Lemmings Music Player enabled me to parse ADLIB.DAT at all.

esoteric-programmer avatar Nov 23 '19 21:11 esoteric-programmer

This was just a information - I love the game and the music of the game - For me, it was the first time ever I here music out of a SoundBlaster on a 80286, that was not the sound of the Floppy-Disk, years before MPEG was invented :-) .

Also, I was hoping, If you use my code you may find some bugs :-) - I think MY AdLib timing is not correct.

Thank you for your work and have a great Time!

=> close this issue if you want to.

tomsoftware avatar Nov 30 '19 00:11 tomsoftware