(adsbygoogle = window.adsbygoogle || []).push({});
Hiya, I've been scouring the PC version of Black Ops to use the audio files to find any secrets in the game, like i did with WaW way back.
Problem is the WAVE files in this game do not have a Header, and therefore will not play in ANY audio player or converter.
this guyon another forum said if i copy pasted some Hex code he gave me into the beginning of the example Audio file i was usings hex it would work. So i did that using HxD and it actually did work...
Except that small hex string didn't make any other file play when i applied the same techinque which means the header string must be altered specific to the file i want to play (seems obvious)
I have no idea how to do this, does anyone else know how i should change and apply the correct headers to each .Wav file?