Thealexbarney / VGAudio

A library for encoding, decoding, and manipulating audio files from video games.
MIT License
219 stars 37 forks source link

Less of an Issue, More of a format request #134

Open FJCFJC123 opened 1 year ago

FJCFJC123 commented 1 year ago

Hi, there are some particular files for the game gladius by LucasArts which has extensions being labeled as ds2, and dsb. They both are a unique type of .dsp from what i can tell, the ds2 file is a mono track that gets outputted in stereo by the game, when using a standard .dsp in place of a ds2 file the audio channels are not in sync, and typically the left channel will begin playing the end of the track first before looping back to the beginning. Any information on how to decode and encode properly would be awesome, or potentially added support to VGAudio would be great.