Search found 3 matches

by nivardus
Thu Oct 07, 2010 8:07 pm
Forum: General Discussion
Topic: Stumped - Decoding Tinsel/Discworld 2 Music - Python Script
Replies: 5
Views: 3721

Re: Stumped - Decoding Tinsel/Discworld 2 Music - Python Scr

Seldon wrote:You missed that one :)
Yep I did 8)
Files converted.
by nivardus
Thu Oct 07, 2010 8:32 am
Forum: General Discussion
Topic: Stumped - Decoding Tinsel/Discworld 2 Music - Python Script
Replies: 5
Views: 3721

Thanks, bobdevis. This is great reading material: I will probably need to trace down the problem among python's implicit types and casting. A point of clarification: the graph is the raw sample output from the conversion, and not from the encoded *.WAV. (The error lies in the decoding of the ADPCM d...
by nivardus
Thu Oct 07, 2010 6:38 am
Forum: General Discussion
Topic: Stumped - Decoding Tinsel/Discworld 2 Music - Python Script
Replies: 5
Views: 3721

Stumped - Decoding Tinsel/Discworld 2 Music - Python Script

Threads have been posted on this topic before ; however, I've yet to find the fruits of anyone's labors and have written an ugly python script to decode a Discworld 2 music file and convert it into uncompressed *.wav Unfortunately, my implimentation of the decoder from Scummvm's adpcm.cpp generates ...