Uhm, ok. So i have ultraedit running and opened the 2 files, a good and bad. I read through some of the info suggested on what the headers should look like in hex, and I'm unfortunately lost. Couldn't figure out how to cut and paste data from ultraedit. . .
i'm assuming that in ultraedit, each character is one byte, so i need to change 22 pairs in the bad file to mirror the good file.
So what I did was change the first line of the bad file that looked something like this:
0 1 2 3 4 5 6 7 8 9 a b c d e f
00000000h: xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx ; u'd..0Q..,ji (the xx were all 2 character combos)
to look like the good file which looks like:
00000000h: 52 49 46 46 24 F8 1D 50 57 41 56 45 66 6D 74 20 ; RIFF$o.PWAVEfmt
when i changed the characters in the bad file, the string at the end changed to read RIFF$oPWAVEfmt like the good file.
i then changed the next 6 pairs of characters on the 2nd line
I ran the new saved file with corrected info through audiohack.
Again, I wound up with 2 1kb files, but this time it reported having a PCM header. BUt still no aduio file. Do I need to change more values in ultraedit???