Poll & Discussion: We wish the site to continue (Y/N)
UbiSoft Audio Stream Decoder
-
- beginner
- Posts: 21
- Joined: Fri Oct 07, 2011 11:37 am
- Has thanked: 3 times
- Contact:
Re: UbiSoft Audio Stream Decoder
Hello again.
I have made extract Data360_StreamedSounds_dlc.forge from Prince of Persia Epilogue Downloadable Content file.
I scanned with DecUbiSnd and i found 4 wav's unplayable.
Someone look here please and do a research.
Thank.
Here is the file where music is.
http://www13.zippyshare.com/v/21002043/file.html
I have made extract Data360_StreamedSounds_dlc.forge from Prince of Persia Epilogue Downloadable Content file.
I scanned with DecUbiSnd and i found 4 wav's unplayable.
Someone look here please and do a research.
Thank.
Here is the file where music is.
http://www13.zippyshare.com/v/21002043/file.html
-
- beginner
- Posts: 21
- Joined: Fri Oct 07, 2011 11:37 am
- Has thanked: 3 times
- Contact:
Re: UbiSoft Audio Stream Decoder
Zench you are here,or you unsuscribbed to this topic?
I wanna help me with that dlc epilogue.
I wanna help me with that dlc epilogue.
-
- mega-veteran
- Posts: 315
- Joined: Fri Jun 11, 2010 12:08 pm
- Has thanked: 78 times
- Been thanked: 23 times
Re: UbiSoft Audio Stream Decoder
Anyone knows how possible to save a massive(many files) of audio in any formats(save as common, extract as layers)?
I dont found it in latest version(0.80).
I dont found it in latest version(0.80).
-
- mega-veteran
- Posts: 278
- Joined: Thu Apr 17, 2008 3:48 am
- Has thanked: 47 times
- Been thanked: 40 times
Re: UbiSoft Audio Stream Decoder
select all the files you want to export, click first one, hold shift, click last one, release shift, click the export option you want.Researchman wrote:Anyone knows how possible to save a massive(many files) of audio in any formats(save as common, extract as layers)?
I dont found it in latest version(0.80).
it does tend to freeze while exporting though, not that its not working on exporting files, it just sometimes doesnt update progress for a while or runs into a bad file and stalls.
-
- mega-veteran
- Posts: 315
- Joined: Fri Jun 11, 2010 12:08 pm
- Has thanked: 78 times
- Been thanked: 23 times
Re: UbiSoft Audio Stream Decoder
I try it, but got 6 files max, not 8049.
Possible reason - files dont have normal names, only offsets(like 000C164D).
Possible reason - files dont have normal names, only offsets(like 000C164D).
-
- VIP member
- Posts: 209
- Joined: Sun May 04, 2008 9:11 pm
- Has thanked: 4 times
- Been thanked: 59 times
- Contact:
Re: UbiSoft Audio Stream Decoder
Fixed in version 0.81 (I'm back from the dead)Researchman wrote:I try it, but got 6 files max, not 8049.
And I said, "The well has finally run dry." So then that will be my battle cry.
-
- VIP member
- Posts: 209
- Joined: Sun May 04, 2008 9:11 pm
- Has thanked: 4 times
- Been thanked: 59 times
- Contact:
Re: UbiSoft Audio Stream Decoder
That's because sound.dat is larger than 2 GB, and DecUbiSnd is 32-bit and won't support files that big. You can either break sound.dat into smaller chunks and scan them, or use the Watch Dogs .dat file unpacker (I don't know the link offhand) and scan the resulting files. If there's need in the future I might update to support larger files.
And I said, "The well has finally run dry." So then that will be my battle cry.
Re: UbiSoft Audio Stream Decoder
just saying hi and thanking Zench for making this
you made an impact on my life man, ive been looking for something to open
stream files in a game for the last 24 hrs and you helped me with your long-term work on this
honestly every search i did on sb0 or Ubisoft extensions in general files led me to forum conversations from 2005-2007 and i was getting kind of depressed,
until i finally found out that the tool i was using was unable to open stream files at all (like you said in 1st post ppl couldnt find a way around it)
kudos to you sir
you made an impact on my life man, ive been looking for something to open
stream files in a game for the last 24 hrs and you helped me with your long-term work on this
honestly every search i did on sb0 or Ubisoft extensions in general files led me to forum conversations from 2005-2007 and i was getting kind of depressed,
until i finally found out that the tool i was using was unable to open stream files at all (like you said in 1st post ppl couldnt find a way around it)
kudos to you sir

Re: UbiSoft Audio Stream Decoder
hello am new here ...
im converting audio .spk .pk Ubisoft for my repacks....
I am observing this program DecUbiSndGui....
I can only extract the packages to .ogg wav and .layer
how to pack again to spk?
how to convert tracks .layer??
after extracting .wav .ogg the audio becomes futile,, What have to do??
TKX...
im converting audio .spk .pk Ubisoft for my repacks....
I am observing this program DecUbiSndGui....
I can only extract the packages to .ogg wav and .layer
how to pack again to spk?
how to convert tracks .layer??
after extracting .wav .ogg the audio becomes futile,, What have to do??
TKX...
-
- ultra-n00b
- Posts: 7
- Joined: Wed Nov 28, 2012 4:03 pm
- Has thanked: 2 times
Re: UbiSoft Audio Stream Decoder
Hi there!
Love your DecUbiSndGui program. I want to use it to extract very specific files from Assassin's Creed 1, but only those with 2 channels.
For that I want to edit the source code and recompile it (to basically only show files with 2 channels in the list of Streams found). I didn't want to start getting into how your program works before actually figuring out how to recompile it. Which was a good thing, because I've run into a lot of troubles the past few hours with no solutions.
Edit: Scatch all that.
I managed to make a VS 12 2013 project, which I successfully opened in VS 2013 Express, resolved the various dependencies (vorbisfile.h, portaudio.h, ogg.h etc), now I'm having these 7 errors:
http://puu.sh/j2uFz/504b0a24f8.png
Love your DecUbiSndGui program. I want to use it to extract very specific files from Assassin's Creed 1, but only those with 2 channels.
For that I want to edit the source code and recompile it (to basically only show files with 2 channels in the list of Streams found). I didn't want to start getting into how your program works before actually figuring out how to recompile it. Which was a good thing, because I've run into a lot of troubles the past few hours with no solutions.
Edit: Scatch all that.
I managed to make a VS 12 2013 project, which I successfully opened in VS 2013 Express, resolved the various dependencies (vorbisfile.h, portaudio.h, ogg.h etc), now I'm having these 7 errors:
http://puu.sh/j2uFz/504b0a24f8.png
-
- double-veteran
- Posts: 982
- Joined: Mon Aug 24, 2009 10:55 pm
- Has thanked: 76 times
- Been thanked: 655 times
Re: UbiSoft Audio Stream Decoder
http://www59.zippyshare.com/v/kAzuLYCz/file.html
Can you please look into these unsupported files? They should be ubi adpcm but decubi doesn't find anything.
Can you please look into these unsupported files? They should be ubi adpcm but decubi doesn't find anything.
If you like what you see, why not click the little Thank You button?
It will definitely motivate me! 
And here's Mr.Mouse's Facebook link: http://www.facebook.com/permalink.php?s ... 8469022795 - thanks


And here's Mr.Mouse's Facebook link: http://www.facebook.com/permalink.php?s ... 8469022795 - thanks

-
- advanced
- Posts: 40
- Joined: Sun Jun 07, 2015 6:12 pm
- Has thanked: 2 times
Re: UbiSoft Audio Stream Decoder
Could you try to add support for Wii U audio streams?
http://www.mediafire.com/download/2nrgu ... 00017d.rak here is a sample
http://www.mediafire.com/download/2nrgu ... 00017d.rak here is a sample
-
- double-veteran
- Posts: 982
- Joined: Mon Aug 24, 2009 10:55 pm
- Has thanked: 76 times
- Been thanked: 655 times
Re: UbiSoft Audio Stream Decoder
Can somebody tell me which command line option I have to use for DecUbiSnd.exe to extract individual ogg layers? I always get an error after about 20 secs.
If you like what you see, why not click the little Thank You button?
It will definitely motivate me! 
And here's Mr.Mouse's Facebook link: http://www.facebook.com/permalink.php?s ... 8469022795 - thanks


And here's Mr.Mouse's Facebook link: http://www.facebook.com/permalink.php?s ... 8469022795 - thanks

Re: UbiSoft Audio Stream Decoder
SS6 PS3 Splinter Cell music file extract fails
Recent version used:
DecUbiSndGui-0.81
Here are the samples of SS6 files
Previous SS1 files of PS2 version of Pandora Tomorrow, extracted fine, but not the same music files from PS3 version - SS6, shows nothing after analyzing.
MFaudio extracts it well, just 36kHz set is needed (stream is in stereo), but segments are not recognized, everything from the file is played one by one. ADPCM Player not plays it, as well as all programs from here:
Psound
jpsxdec
VideoGameSoundConverter_2.0
Watto Game Extractor
Any ideas?
Maybe other programs?
Recent version used:
DecUbiSndGui-0.81
Code: Select all
https://bitbucket.org/Zenchreal/decubisnd/downloads
Code: Select all
https://drive.google.com/folderview?id=0B-K2BYRj3-9TaldzSFFZLWp3Nzg&usp=sharing
MFaudio extracts it well, just 36kHz set is needed (stream is in stereo), but segments are not recognized, everything from the file is played one by one. ADPCM Player not plays it, as well as all programs from here:
Psound
jpsxdec
VideoGameSoundConverter_2.0
Watto Game Extractor
Any ideas?
Maybe other programs?