03-29-2013, 02:10 PM
(03-29-2013, 01:52 PM)freefive Wrote:(03-29-2013, 01:38 PM)shenweip Wrote:(03-29-2013, 01:28 PM)freefive Wrote: plus some stereo bgms seems not decodable with this tool but decodable with atrac3plus2wav.exe (oma file, namely %1)
tested with F/E CCC
Yeah,modify DecodeAudio.bat to this
I think can solve.Code::at3tool
lib\windows-amd64\at3tool.exe -d -repeat 1 %3 %2
IF NOT EXIST "%2" ( lib\windows-amd64\HIMDRender.exe -e -i %1 -o %2 )
:end
no this one won't fix the problem. at3tool.exe creates wav files no matter whether it is decodable or not. so if it deals with a at3+ it can't decode, it create a wav file but left it empty.
Oh no,at3tool can decode most at3+ files I think,but in r3076 now,
in DecodeAuio.bat,you can see
-repeat 0
so it will creat a empty wav file.
It should be modified to
-repeat 1