Mod Archive Forums

Community => The Lobby => Topic started by: Saga Musix on May 29, 2006, 21:49:20

Title: Information about WAV format
Post by: Saga Musix on May 29, 2006, 21:49:20
Hi everybody,

does anybody know how to implement the special string fields which are included at the bottom of each wav file that's saved by ModPlug as a sample?  
i thought i have the structure, but modlpug doesn't recognize my own definitions... i copied the structure of a sample into another and adjusted the RIFF lenght at bytes 5 to 8, but it didn't work.
does anyone have proper information?
Title: Information about WAV format
Post by: Eagle on June 28, 2006, 20:22:44
Hey, why don't you mail the author of ModPlug Tracker? He should know his own program.
Title: Information about WAV format
Post by: Saga Musix on June 28, 2006, 20:40:50
that's an idea 8-) and maybe, this step isn't necessary, coz the modplug source is now open-source ^^ i bet it's in C, but i don'T "speak" C, but i think someone here (or even me!) can translate it :lol:
Title: Information about WAV format
Post by: Eagle on June 28, 2006, 20:43:05
Actually, it's made in Visual C++. But it's so full of scattered translation units and header files I don't know where to start reading. There should be some main source somewhere.