EmuNewz Network
Another Mono Atrac3+ Decoder - Printable Version

+- EmuNewz Network (https://www.emunewz.net/forum)
+-- Forum: PSP Emulation (https://www.emunewz.net/forum/forumdisplay.php?fid=191)
+--- Forum: JPCSP Official Forum (https://www.emunewz.net/forum/forumdisplay.php?fid=51)
+---- Forum: General discussion (https://www.emunewz.net/forum/forumdisplay.php?fid=57)
+---- Thread: Another Mono Atrac3+ Decoder (/showthread.php?tid=129065)

Pages: 1 2 3 4 5 6 7


RE: Another Mono Atrac3+ Decoder - serio - 03-30-2013

you can add something like this at the end of the bat file:

IF EXIST "%2" ( del %1 %3 )

this will delete all at3 and oma files, and only leave the decoded wavs. it won't be much of a difference since the decoded wavs are the majority of size, but it'll clean the folder up a bit.

until hykem implements the at3+ sounds natively (which will remove any need to extract/convert files) this will have to do.


RE: Another Mono Atrac3+ Decoder - sum2012 - 03-30-2013

I support add this to offical version
(03-30-2013, 11:56 AM)serio Wrote: you can add something like this at the end of the bat file:

IF EXIST "%2" ( del %1 %3 )

this will delete all at3 and oma files, and only leave the decoded wavs. it won't be much of a difference since the decoded wavs are the majority of size, but it'll clean the folder up a bit.



RE: Another Mono Atrac3+ Decoder - gid15 - 03-31-2013

(03-29-2013, 11:44 PM)freefive Wrote: Now the only issue unsolved is the naming scheme part mentioned at post #16 and #17 of this thread, so far.
The file names should now be unique with r3081. I'm using a hash on the first 512 bytes of the audio file.


RE: Another Mono Atrac3+ Decoder - freefive - 03-31-2013

(03-31-2013, 09:22 PM)gid15 Wrote: The file names should now be unique with r3081. I'm using a hash on the first 512 bytes of the audio file.
Great work !
quickly tested some games and so far so goodSmile


RE: Another Mono Atrac3+ Decoder - montcer9012 - 04-01-2013

I look on lib folder that are missing atrac3plus2wav.exe and at3tool.exe.

Those who don't own the games where it was rip can't take advantage of audio those decoders? Either way, games like God Of War and Metal Gear still can play those at3+ sounds files that before were only possible to play with soudforge. I am missing something here hahaha. I guess SonicStage is the one who play the at3+ files.


RE: Another Mono Atrac3+ Decoder - serio - 04-01-2013

at3tool.exe is copyrighted, so it can't be placed there.

not sure why atrac3plus2wav.exe isn't since it's a homebrew (might be some permission issues), but either way it won't work without the atracplug.dll library which is also copyrighted so it can't be bundled with the emulator.

i wrote a tutorial on how to get atrac3plus2wav.exe working in the "jpcsp for dummies" topic.


RE: Another Mono Atrac3+ Decoder - freefive - 04-01-2013

I have sent messages to the author of atrac3plus2wav.exe, but no reply yet Sad


RE: Another Mono Atrac3+ Decoder - maxxx2021 - 04-04-2013

Hello. Those videos that contain audio format .oma not converted and therefore do not play.
Example: tmp\NPJH50505\Mpeg-13219840\ExtAudio-0.oma
This can be fix?


RE: Another Mono Atrac3+ Decoder - freefive - 04-04-2013

(04-04-2013, 08:50 AM)maxxx2021 Wrote: Hello. Those videos that contain audio format .oma not converted and therefore do not play.
Example: tmp\NPJH50505\Mpeg-13219840\ExtAudio-0.oma
This can be fix?

Just download the latest build of JPCSP.


RE: Another Mono Atrac3+ Decoder - serio - 04-04-2013

at3tool can't convert oma files. use atrac3plus2wav instead.