The following warnings occurred:
Warning [2] Undefined property: MyLanguage::$archive_pages - Line: 2 - File: printthread.php(287) : eval()'d code PHP 8.2.28 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/printthread.php(287) : eval()'d code 2 errorHandler->error_callback
/printthread.php 287 eval
/printthread.php 117 printthread_multipage



EmuNewz Network
Code Lyoko - USA - ULUS10351 - 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: Commercial Game Discussion (https://www.emunewz.net/forum/forumdisplay.php?fid=54)
+----- Forum: JPCSP - Playable Games (https://www.emunewz.net/forum/forumdisplay.php?fid=65)
+----- Thread: Code Lyoko - USA - ULUS10351 (/showthread.php?tid=3543)

Pages: 1 2 3 4


RE: Code Lyoko - USA - ULUS10351 - sum2012 - 06-27-2014

r3542 break video

attach r3541,r3542,r3553 log


RE: Code Lyoko - USA - ULUS10351 - gid15 - 06-27-2014

(06-27-2014, 03:12 PM)sum2012 Wrote: r3542 break video

attach r3541,r3542,r3553 log
Oops, should hopefully be fixed in r3558. Thank you for the regression testing!


RE: Code Lyoko - USA - ULUS10351 - sum2012 - 06-27-2014

Thanks ,now it doesn't have voice
r3541 have voice


RE: Code Lyoko - USA - ULUS10351 - gid15 - 06-27-2014

(06-27-2014, 07:38 PM)sum2012 Wrote: Thanks ,now it doesn't have voice
r3541 have voice
Is the voice missing during the intro video? or during in-game?


RE: Code Lyoko - USA - ULUS10351 - sum2012 - 06-27-2014

in-game
(06-27-2014, 08:10 PM)gid15 Wrote:
(06-27-2014, 07:38 PM)sum2012 Wrote: Thanks ,now it doesn't have voice
r3541 have voice
Is the voice missing during the intro video? or during in-game?



RE: Code Lyoko - USA - ULUS10351 - sum2012 - 06-28-2014

r3560 if I don't use atrac3+ decoding,
Will get JAVA error
r3541 no problem
Code:
Running Jpcsp 64bit...
java.lang.IllegalArgumentException

    at java.nio.Buffer.limit(Unknown Source)
    at jpcsp.media.OMAFormat.convertRIFFtoOMA(OMAFormat.java:155)
    at jpcsp.media.ExternalDecoder.decodeAtrac(ExternalDecoder.java:272)
    at jpcsp.media.ExternalDecoder.decodeAtrac(ExternalDecoder.java:383)
    at j
pcsp.connector.AtracCodec.atracSetData(AtracCodec.java:277)
    at jpcsp.HLE.modules150.sceAtrac3plus$AtracID.setData(sceAtrac3plus.java:559)
    at jpcsp.HLE.modules150.sceAtrac3plus.hleSetHalfwayBuffer(sceAtrac3plus.java:920)
    at jpcsp.HLE.modules150.sceAtr
ac3plus.hleSetHalfwayBufferAndGetID(sceAtrac3plus.java:887)
    at jpcsp.HLE.modules150.sceAtrac3plus.hleSetHalfwayBufferAndGetID(sceAtrac3plus.java:902)
    at jpcsp.HLE.modules150.sceAtrac3plus.sceAtracSetDataAndGetID(sceAtrac3plus.java:1011)



RE: Code Lyoko - USA - ULUS10351 - sum2012 - 07-15-2014

r3561
if do not enable at3+ decode , I can listen atrac3 bgm

else if enable at3+ decode , I can NOT listen atrac3 bgm


RE: Code Lyoko - USA - ULUS10351 - gid15 - 07-16-2014

(07-15-2014, 03:13 PM)sum2012 Wrote: r3561
if do not enable at3+ decode , I can listen atrac3 bgm

else if enable at3+ decode , I can NOT listen atrac3 bgm
Using Xuggler/ffmpeg it is currently not possible to match exactly the PSP implementation. The current implementation in Jpcsp is using several workarounds to try to match the PSP implementation as close as possible... it is working in most cases, but not all of them. There are sometimes slight differences, as this is the case here. The same applies for the video decoding.

I am planning to port the Atrac3+ and MPEG decoding from ffmpeg into Java in order to be able to tweak them to exactly match the PSP implementation. But this is a long running task...


RE: Code Lyoko - USA - ULUS10351 - sum2012 - 09-14-2014

r3619 still miss bgm from enable at3+ decode


RE: Code Lyoko - USA - ULUS10351 - gid15 - 09-15-2014

(09-14-2014, 11:56 PM)sum2012 Wrote: r3619 still miss bgm from enable at3+ decode
Yes, the sceAtrac3plus module has not yet been ported to the new java decoders... I'm working on it Smile. I'm migrating step by step all the audio decoding methods...