I ripped some odd .wav files from the iOS game Liberation Maiden. The game seems to use some sort of .wav format that I can't figure out how to open or convert. I did some research on my own, and nothing I applied seemed to work. Help would be greatly appreciated... here are a couple of the sound files: https://www.dropbox.com/sh/37rejtykhg1djte/2kb0s4nnXt
+ Reply to Thread
Results 1 to 5 of 5
-
-
OK, you don't say how you ripped this and that is very important to how it is what it is now.
What I do see:
MediaInfo shows a WAV/RIFF header with, what it says is listed as, an MP2 (aka MPEG Layer2) audio stream embedded within. Strangely enough, it says it's using 2ch 28kHz (very unlikely samplerate) @ 896kbps (very very unlikely bitrate).
But that is NOT what's in it.
There are tools that can strip out a wav/riff header to give you the unadorned raw stream. I used "riffstrip".
Once extracted, though, it clearly shows that it is NOT an mp2. It does NOT play in any regular players (and my own legit mp2's DO) and, AFAIK, isn't recognized as ANY type of audio media file, whether MediaInfo or any other player or editor (and I've got scores of them to try). Even opening it as raw/lpcm with the channel, samplerate, & bitrate specs suggested only provides trash noise. It does NOT have any standard MPEG stream headers.
So, either this is a spoof with intentional garbage injected, or a virus masquerading as an mp2, or you (or someone you relied on) did an inaccurate job of ripping/converting the file.
More info, please, if you want anyone to continue persuing this...
Scott -
Thanks for the quick feedback.
I ripped the files by renaming the .ipa app file to .zip and extracting the contents. The .wav files were in the game's sound folder, I haven't modified them in any way.Last edited by sammeister8; 4th May 2013 at 10:13.
-
Then probably only the game itself knows how to decompress such files.
MediaInfo says the TwoCC number is "51", and according to a Google search,
0x51 stands for "RT23 or PAC"
Besides, those WAV files are definitely non-compliant, because the so-called "FACT chunk" is missing
EDIT: FWIW, wiki.multimedia.cx/index.php?title=Twocc says:
0x0052 InSoft RT24 (ACM codec is an alternative codec)
0x0053 PAC InSoft, Inc.Last edited by El Heggunte; 4th May 2013 at 15:45.
Similar Threads
-
decode 5.1 matrix surround wav file to 6 mono wav files
By Zerrax in forum AudioReplies: 2Last Post: 24th Nov 2013, 07:39 -
Converting WAV files that use non-standard codecs
By Foxhack in forum AudioReplies: 19Last Post: 17th Sep 2012, 22:10 -
converting movie ntsc>pal audio-besweet "wav to wav" option not showing?
By extent in forum Newbie / General discussionsReplies: 2Last Post: 11th Jun 2010, 12:38 -
Converting WAV/MP3 to DVD-compatible sound file
By Erasmus in forum Authoring (DVD)Replies: 8Last Post: 6th Apr 2009, 21:41 -
Converting WAV file to Dolby Digital® 5.1 Surround
By roma_turok in forum User guidesReplies: 18Last Post: 16th Nov 2008, 22:32