Thealexbarney / VGAudio

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

File doesn't contain enough data for 1131639922 samples - Donkey Konga rip #129

Closed rgm89git closed 3 years ago

rgm89git commented 3 years ago

I'm trying to extract Donkey Konga's music files (dsp) but this error appeared.

File doesn't contain enough data for 1131639922 samples

HELP ME

Thealexbarney commented 3 years ago

It sounds like the game might be using a custom format with the .dsp extension. That samples value is Cstr in ASCII. vgmstream might be able to decode them

rgm89git commented 3 years ago

oh ok