Log in

View Full Version : What Format is this wave?


Cyb
19th June 2003, 12:29
I have a number of wave files, but some of them give noise :( and some are ok.
Downsampling didn't worked.

They are probably DTS, but DTSparser can't see it's format...


Here a wave file which doens't work:
Download HERE (http://members.rott.chello.nl/jtjang/cyb/1.zip)


Maybe you guys know which format it is?

Mark0
19th June 2003, 15:25
They are probably DTS, but DTSparser can't see it's format...

Try to strip the WAV header with this utility:
http://forum.doom9.org/showthread.php?s=&threadid=55935

And the retry DTSparser on the stripped file.

Bye!

DSPguru
19th June 2003, 15:31
this is a dd-wav. you need to fix it with BeSplit's -type ddwav.
read q24a in the audio faq (http://forum.doom9.org/showthread.php?s=&threadid=7633&perpage=5&pagenumber=2).

Cyb
19th June 2003, 18:14
It worked using BeSplit!
besplit -core( -input 1.wav -type ddwav -output 1.ac3 -fix )
Thanks!