The following warnings occurred: | |||||||||||||||
Warning [2] Undefined property: MyLanguage::$archive_pages - Line: 2 - File: printthread.php(287) : eval()'d code PHP 8.2.27 (Linux)
|
![]() |
Yet another at3+ encoder/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: Yet another at3+ encoder/decoder (/showthread.php?tid=137863) |
RE: Yet another at3+ encoder/decoder - Abelus - 03-29-2013 jame_peng, thanks, it works with mono at3, but the sound is really choppy ![]() RE: Yet another at3+ encoder/decoder - gid15 - 03-29-2013 (03-29-2013, 03:09 PM)gid15 Wrote: I've investigating the problem where mono audio is played as stereo (high pitched).I've found a new parameter in r3078 controlling the mono/stereo for sceAtracLowLevel. Could you retest several games? Thank you! RE: Yet another at3+ encoder/decoder - serio - 03-29-2013 it's not working now. the files are extracted and converted, but they aren't played by the emulator because the output filename is different. Code: 56188 [AT3 play thread] ERROR me - java.io.FileNotFoundException: F:\emu\psp\_tmp\NPJH50222\Atrac\Atrac-00002980-09AC81C0.wav (The system cannot find the file specified) i'm guessing the bat file needs few adjustments. this is probably related to atrac3plus2wav.exe part since it's the only one that can convert mono oma files. replacing rename %1.wav %2 with move %1.wav %2 fixes it. edit: after fixing the bat up, the sounds now work fine in ikkitosen. both mono and stereo ones play at the right pitch. nice work. RE: Yet another at3+ encoder/decoder - jame_peng - 03-29-2013 (03-29-2013, 04:29 PM)gid15 Wrote:(03-29-2013, 03:09 PM)gid15 Wrote: I've investigating the problem where mono audio is played as stereo (high pitched).I've found a new parameter in r3078 controlling the mono/stereo for sceAtracLowLevel. Could you retest several games? wow!gid ,congratulation! ![]() in the 3078 version(just tested the FATE:CCC game,because this game have many AT3+ audio data) detail:there are a lot of AT3+ audio can playing now,but some of audio data likely incomplete,just play a little part of the AT3+ data。 ![]() RE: Yet another at3+ encoder/decoder - gid15 - 03-29-2013 (03-29-2013, 04:34 PM)serio Wrote: replacing??? I'm wondering what is the difference? (03-29-2013, 03:21 PM)serio Wrote: @gid:Could you point me to a specific game thread where I could find a log file? Thank you! RE: Yet another at3+ encoder/decoder - serio - 03-29-2013 i have this happening in ikkitousen. all i have to do is change the announcer voice actor, and things start to mess up. one example is Code: 44625 [AT3 play thread] INFO hle.IoFileMgrForUser - hleIoOpen filename = disc0:/sce_lbn0x4f300_size0x23a0 flags = 1 permissions = 00 RE: Yet another at3+ encoder/decoder - gid15 - 03-29-2013 (03-29-2013, 04:47 PM)gid15 Wrote:Fix now available in r3079.(03-29-2013, 04:34 PM)serio Wrote: replacing??? I'm wondering what is the difference? RE: Yet another at3+ encoder/decoder - jame_peng - 03-29-2013 (03-29-2013, 04:34 PM)serio Wrote: it's not working now. awesome,with this change:All the AT3+ audio can playing now! ![]() but strangely that some voice was confusing! RE: Yet another at3+ encoder/decoder - gid15 - 03-29-2013 (03-29-2013, 04:56 PM)serio Wrote: i have this happening in ikkitousen. all i have to do is change the announcer voice actor, and things start to mess up.Would it be possible to extract both audio files? I would like to check if the headers are somewhat different so that I could use a hash on them. Currently, I just use the buffer address and size, not the content. RE: Yet another at3+ encoder/decoder - Abelus - 03-29-2013 Tested 3078 with Dragoneer's Aria - the dialogues now play perfectly ! |