The following warnings occurred: | |||||||||||||||
Warning [2] Undefined property: MyLanguage::$archive_pages - Line: 2 - File: printthread.php(287) : eval()'d code PHP 8.2.26 (Linux)
|
Add support MP3 as BGM - 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: svn trunk discussion (https://www.emunewz.net/forum/forumdisplay.php?fid=56) +---- Thread: Add support MP3 as BGM (/showthread.php?tid=142019) |
RE: Add support MP3 as BGM - gid15 - 09-19-2014 (09-16-2014, 11:20 AM)onelight Wrote:Is there any change with r3627? I'm trying to see if this is a timing problem with the IO operations...(09-16-2014, 07:40 AM)gid15 Wrote:I didn't start play mp3, I just select a mp3 prepare to play it.(09-16-2014, 12:12 AM)onelight Wrote:Does it play the MP3 at all? According to the log, the application is not calling sceMp3 during this 1 min.(09-15-2014, 11:44 AM)gid15 Wrote:test r3621, still need witting 1 min(09-15-2014, 09:54 AM)onelight Wrote: Thank you. now SD Gundam G Generation Over World can play mp3.Could you add the following line in your LogSettings.xml file: RE: Add support MP3 as BGM - onelight - 09-20-2014 (09-19-2014, 05:17 PM)gid15 Wrote:r3630(09-16-2014, 11:20 AM)onelight Wrote:Is there any change with r3627? I'm trying to see if this is a timing problem with the IO operations...(09-16-2014, 07:40 AM)gid15 Wrote:I didn't start play mp3, I just select a mp3 prepare to play it.(09-16-2014, 12:12 AM)onelight Wrote:Does it play the MP3 at all? According to the log, the application is not calling sceMp3 during this 1 min.(09-15-2014, 11:44 AM)gid15 Wrote: Could you add the following line in your LogSettings.xml file:test r3621, still need witting 1 min Code: 13:14:08 INFO hle.sceUtility - user_main - sceUtilityLoadModule(module=0x0304) PSP_MODULE_AV_MP3 loaded RE: Add support MP3 as BGM - gid15 - 09-20-2014 (09-20-2014, 05:18 AM)onelight Wrote: r3630OK, making progress . Could you post a INFO log file with the following line in your LogSettings.xml Code: <logger name='hle.IoFileMgrForUser'> <level value='debug' /> </logger> RE: Add support MP3 as BGM - onelight - 09-20-2014 (09-20-2014, 11:35 AM)gid15 Wrote:(09-20-2014, 05:18 AM)onelight Wrote: r3630OK, making progress . Could you post a INFO log file with the following line in your LogSettings.xml RE: Add support MP3 as BGM - gid15 - 09-20-2014 Very interesting... the game is performing tons of sceIoLseek and sceIoRead with very small sizes. This explains the incorrect timing. I will have to write a test application on the PSP to check the correct behavior... Thank you! RE: Add support MP3 as BGM - onelight - 10-13-2014 some Mp3 sounds bad 紅一葉(追加楽曲集2).mp3 is from Hatsune Miku: Project Diva Tsuika Gakkyoku Shuu Delux Pack 2 [NPJH00039]. log 紅一葉(追加楽曲集2) - converted good.zip (Size: 1.22 MB / Downloads: 206) do some convert will help log 紅一葉(追加楽曲集2) - converted good.zip (Size: 1.22 MB / Downloads: 206) Code: General Code: General RE: Add support MP3 as BGM - onelight - 10-23-2014 r3566 fixed the bad mp3 RE: Add support MP3 as BGM - onelight - 07-12-2015 128 Kbps MP3 is good, 320 kbps MP3 sounds bad, not same as it should be, if I listen carefully, 192 kbps mp3 also not good. I aslo test mp3 using different game, same result MP3-128-192-320 log.7z (Size: 1.45 MB / Downloads: 216) btw, wav works fine RE: Add support MP3 as BGM - onelight - 07-18-2015 (07-12-2015, 03:21 PM)onelight Wrote: 128 Kbps MP3 is good, 320 kbps MP3 sounds bad, not same as it should be, if I listen carefully, 192 kbps mp3 also not good. jpcsp revision 75887cc NOT help |