Important information: this site is currently scheduled to go offline indefinitely by end of the year.

Star Wars: The Clone Wars extracted wav

Get help on any and all audio formats, or chip in and help others!
Post Reply
Teancum
veteran
Posts: 99
Joined: Tue Nov 27, 2007 8:30 pm
Has thanked: 22 times
Been thanked: 7 times

Star Wars: The Clone Wars extracted wav

Post by Teancum »

The following file was extracted from common.xwb from the Xbox version of Star Wars: The Clone Wars, however I'm not sure whether the extraction went properly. It extracted the files as XMA wav files, however xmaencode can't decrypt them and I can't import them as any type of raw file in Audacity. Perhaps someone else can shed some light on this.
You do not have the required permissions to view the files attached to this post.
Acewell
VIP member
VIP member
Posts: 1330
Joined: Wed Nov 05, 2008 12:16 pm
Has thanked: 2710 times
Been thanked: 884 times

Re: Star Wars: The Clone Wars extracted wav

Post by Acewell »

MFAudio says it is compressed.
GSpot info says it is 11025Hz 22 kb/s (1 chnl)

Code: Select all

header	          		
    groupID[4]	         RIFF	
    size	               2888	  	
    riffType[4]	        WAVE	

format	                		
    chunkID[4]	         fmt 
    chunkSize	          52	
    wFormatTag	         358	
    wChannels	          1     	
    dwSamplesPerSec	    11025	
    dwAvgBytesPerSec      2808		
    wBlockAlign	        4	               	
    wBitsPerSample	     16		
    unknown[36]		        	

unknown		               	
    chunkID[4]            seek    
    chunkSize             0

data		                       	
    chunkID[4]	         data		
    chunkSize	          2808		
    samples[1404]
EDIT
extract the wav files from common.xwb with unxwb
convert the xma wav files to wav with xbadpdec

batch file to convert the whole folder

Code: Select all

for %%G in ("%~dp0"\*.wav) do xbadpdec "%%G" "new_%%~nxG"
ARAJediMaster
beginner
Posts: 29
Joined: Fri Jun 12, 2015 5:17 am
Has thanked: 5 times

Re: Star Wars: The Clone Wars extracted wav

Post by ARAJediMaster »

Pardon me, but I think the file bits are much higher than that. Somebody else managed to extract the sound files from the game, but they are at their proper speed and pitch at 22050 Hz. Here is where the sounds are:
https://www.sounds-resource.com/xbox/st ... ound/9074/
https://www.sounds-resource.com/xbox/st ... ound/9078/

I found the sounds you posted elsewhere, but they don’t possess the quality these sounds on VG-Resources has. I hope you’re able to get the sounds at a better quality with their names to identify them.
User avatar
DKDave
ultra-veteran
ultra-veteran
Posts: 357
Joined: Mon May 06, 2019 6:07 pm
Location: On board the USS Callister
Has thanked: 9 times
Been thanked: 167 times

Re: Star Wars: The Clone Wars extracted wav

Post by DKDave »

While the other .wav files in the game are higher quality PCM audio, the sounds in common.xwb are only 11025/mono/XBOX ADPCM.

Not sure what you used to extract them, but my attached script will extract them correctly in a playable format, with the right filenames.
You do not have the required permissions to view the files attached to this post.
I see a vision rising, dreary, Fading in as children play twilight games, In the town called Ordinary, An eye of light reveals a gateway to doomsday
Acewell
VIP member
VIP member
Posts: 1330
Joined: Wed Nov 05, 2008 12:16 pm
Has thanked: 2710 times
Been thanked: 884 times

Re: Star Wars: The Clone Wars extracted wav

Post by Acewell »

ARAJediMaster wrote: Fri May 22, 2020 3:18 amSomebody else managed to extract the sound files from the game, but they are at their proper speed and pitch...
great! i'm glad progress was made in the 9 years since the last post. (:
ARAJediMaster wrote: Fri May 22, 2020 3:18 amI found the sounds you posted elsewhere, but they don’t possess the quality these sounds on VG-Resources has. I hope you’re able to get the sounds at a better quality with their names to identify them.
you must have me confused, i have posted no sounds anywhere, audio is not my field. :?
ARAJediMaster
beginner
Posts: 29
Joined: Fri Jun 12, 2015 5:17 am
Has thanked: 5 times

Re: Star Wars: The Clone Wars extracted wav

Post by ARAJediMaster »

Actually, I had found that somebody on GameToast had released the assets to “Star Wars: The Clone Wars” here: http://www.gametoast.com/viewtopic.php?f=64&t=25926, and I presumed that “AceMastermind” was you, Acewell. Please pardon me for my mistake. I was hoping to get the sounds from the game at a high quality with the name files attached to them.
Post Reply