[ X ]
Opening C&C audio files
Post new topic   Reply to topic Page 1 of 1
View previous topic :: View next topic  
Author Message
Anorionil
Level: 42


Position: Registered User
Joined: 29 Mar 2011
Posts: 2
Kel: 3  [ Donate ]

Online Status: Offline
PostPosted: Tue Mar 29, 2011 3:01 pm    Post subject: Opening C&C audio files Reply with quote

Hello,

I've been trying to get my hands on the old C&C audio files, and recently managed to open the .MIX file using Dragon Unpack.

But now I have the files, which are formatted in .aud and v00, v01 ect.

Does anyone know how I can open or convert them? I also tried opening them in Audacity as raw data files, but I don't know how in much bits the data is...

Any help would be greatly appreciated Grin
Back to top
View user's profile Find all posts by Anorionil Send private message ICQ Number
Anorionil
Level: 42


Position: Registered User
Joined: 29 Mar 2011
Posts: 2
Kel: 3  [ Donate ]

Online Status: Offline
PostPosted: Tue Mar 29, 2011 3:41 pm  Reply with quote

Hmm it appears a friend of me has Format Factory and this enables .aud to .wav conversion.

So I think its gonna work out Smile
Back to top
View user's profile Find all posts by Anorionil Send private message ICQ Number
Sleipnir
Level: 150



Position: Administrator
Joined: 10 Apr 2002
Posts: 3767
Kel: 3250  [ Donate ]

Online Status: Offline
PostPosted: Tue Mar 29, 2011 7:07 pm  Reply with quote

XCC Mixer is the standard tool for browsing and extracting files from mix files. IIRC it can do this conversion too
Back to top
View user's profile Find all posts by Sleipnir Send private message Send e-mail Visit poster's website MSN Messenger ICQ Number
chrisf
Level: 52


Position: Moderator
Joined: 06 Sep 2010
Posts: 242
Kel: 255  [ Donate ]

Online Status: Offline
PostPosted: Tue Mar 29, 2011 8:00 pm  Reply with quote

XCC Mixer can do the conversion for you, yes.

Technical details: AUD is 22050/16/mono encoded as IMA-ADPCM with Westwood's custom tables, in a minimal container. If you want to see how to decompress it to straight 22050/16/mono PCM, take a look at AudLoader.cs. It would be trivial to write this stream back out into a RIFF container, which could be used by any tool that understands "WAV".

I may even write a RIFF reader & writer for the FileFormats library one of these days...
Back to top
View user's profile Find all posts by chrisf Send private message Send e-mail ICQ Number
Display posts from previous:   
Post new topic   Reply to topic Page 1 of 1