This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Add support MP3 as BGM
#16
(09-14-2014, 07:18 PM)gid15 Wrote:
(03-27-2014, 12:21 AM)onelight Wrote:
(03-26-2014, 08:35 PM)gid15 Wrote: From the information in the log file, I've implemented empty functions for sceMp3LowLevelInit and sceMp3LowLevelDecode. Could you generate a new log using r3470 (or newer)?

Thank you!
ok r3472 log


BTW, I remember r2809 or older jpcsp run SD Gundam G Generation Over World with no bgm error.
sceMp3LowLevelInit and sceMp3LowLevelDecode are now properly implemented in r3618. Could you retest "SD Gundam G Generation Over World"?
Thank you. now SD Gundam G Generation Over World can play mp3.
could you more fixed Hatsune Miku, yet mp3 can play, but jpcsp need more than 1 min to load a mp3 file. it is too long

17:43:15 - 17:42:11 = 1:04
Code:
17:42:11  INFO hle.sceUtility - user_main - sceUtilityLoadModule(module=0x0304) PSP_MODULE_AV_MP3 loaded
17:42:11  INFO hle.sceMp3 - user_main - sceMp3InitResource
17:43:15  INFO hle.sceMp3 - user_main - sceMp3TermResource
17:43:15  INFO hle.sceUtility - user_main - sceUtilityUnloadModule(module=0x0304) PSP_MODULE_AV_MP3 unloaded

more log
Code:
17:42:06  INFO hle.sceUtility - user_main - sceUtilityUnloadModule(module=0x0300) PSP_MODULE_AV_AVCODEC unloaded
17:42:06  INFO hle.sceUtility - user_main - sceUtilityUnloadModule(module=0x0305) PSP_MODULE_AV_VAUDIO unloaded
17:42:06  INFO hle.sceUtility - user_main - sceUtilityLoadModule(module=0x0305) PSP_MODULE_AV_VAUDIO loaded
17:42:06  INFO hle.sceUtility - user_main - sceUtilityLoadModule(module=0x0300) PSP_MODULE_AV_AVCODEC loaded
17:42:06  WARN hle.IoFileMgrForUser - user_main - sceIoDopen 'ms0/PSP/MUSIC' not a directory! (could be missing)
17:42:07  WARN hle.IoFileMgrForUser - user_main - sceIoDopen 'ms0/PSP/MUSIC' not a directory! (could be missing)
17:42:10  INFO hle.IoFileMgrForUser - user_main - hleIoOpen filename = ms0:/MUSIC/overworld/崩壊歌姫 48000.mp3 flags = 1 permissions = 00
17:42:10  INFO hle.sceUtility - user_main - sceUtilityLoadModule(module=0x0304) PSP_MODULE_AV_MP3 loaded
17:42:10  INFO hle.sceMp3 - user_main - sceMp3InitResource
17:42:10 ERROR hle.sceMp3 - user_main - Invalid MP3 header 0xFFFB9440
17:42:10  INFO hle.sceMp3 - user_main - Initializing Mp3 data: channels=2, samplerate=48000kHz, bitrate=128kbps.
17:42:10  INFO hle.sceMp3 - user_main - sceMp3TermResource
17:42:10  INFO hle.sceUtility - user_main - sceUtilityUnloadModule(module=0x0304) PSP_MODULE_AV_MP3 unloaded
17:42:10  INFO hle.sceUtility - user_main - sceUtilityUnloadModule(module=0x0300) PSP_MODULE_AV_AVCODEC unloaded
17:42:10  INFO hle.sceUtility - user_main - sceUtilityUnloadModule(module=0x0305) PSP_MODULE_AV_VAUDIO unloaded
17:42:11  INFO hle.sceUtility - user_main - sceUtilityLoadModule(module=0x0305) PSP_MODULE_AV_VAUDIO loaded
17:42:11  INFO hle.sceUtility - user_main - sceUtilityLoadModule(module=0x0300) PSP_MODULE_AV_AVCODEC loaded
17:42:11  INFO hle.IoFileMgrForUser - user_main - hleIoOpen filename = ms0:/MUSIC/overworld/崩壊歌姫 48000.mp3 flags = 1 permissions = 00
17:42:11  INFO hle.sceUtility - user_main - sceUtilityLoadModule(module=0x0304) PSP_MODULE_AV_MP3 loaded
17:42:11  INFO hle.sceMp3 - user_main - sceMp3InitResource
17:43:15  INFO hle.sceMp3 - user_main - sceMp3TermResource
17:43:15  INFO hle.sceUtility - user_main - sceUtilityUnloadModule(module=0x0304) PSP_MODULE_AV_MP3 unloaded
Reply


Messages In This Thread
Add support MP3 as BGM - by sum2012 - 04-24-2013, 10:50 PM
RE: Add support MP3 as BGM - by Hykem - 04-25-2013, 12:24 AM
RE: Add support MP3 as BGM - by sum2012 - 04-26-2013, 01:50 PM
RE: Add support MP3 as BGM - by onelight - 06-29-2013, 06:41 AM
RE: Add support MP3 as BGM - by gid15 - 03-25-2014, 08:42 PM
RE: Add support MP3 as BGM - by onelight - 03-26-2014, 01:18 PM
RE: Add support MP3 as BGM - by gid15 - 03-26-2014, 02:57 PM
RE: Add support MP3 as BGM - by onelight - 03-26-2014, 03:57 PM
RE: Add support MP3 as BGM - by gid15 - 03-26-2014, 08:35 PM
RE: Add support MP3 as BGM - by onelight - 03-27-2014, 12:21 AM
RE: Add support MP3 as BGM - by gid15 - 09-14-2014, 07:18 PM
RE: Add support MP3 as BGM - by onelight - 09-15-2014, 09:54 AM
RE: Add support MP3 as BGM - by gid15 - 09-15-2014, 11:44 AM
RE: Add support MP3 as BGM - by onelight - 09-16-2014, 12:12 AM
RE: Add support MP3 as BGM - by gid15 - 09-16-2014, 07:40 AM
RE: Add support MP3 as BGM - by onelight - 09-16-2014, 11:20 AM
RE: Add support MP3 as BGM - by gid15 - 09-19-2014, 05:17 PM
RE: Add support MP3 as BGM - by onelight - 09-20-2014, 05:18 AM
RE: Add support MP3 as BGM - by gid15 - 09-20-2014, 11:35 AM
RE: Add support MP3 as BGM - by onelight - 09-20-2014, 12:02 PM
RE: Add support MP3 as BGM - by onelight - 03-28-2014, 05:39 AM
RE: Add support MP3 as BGM - by gid15 - 03-28-2014, 09:17 AM
RE: Add support MP3 as BGM - by onelight - 03-28-2014, 03:57 PM
RE: Add support MP3 as BGM - by onelight - 04-13-2014, 11:18 PM
RE: Add support MP3 as BGM - by gid15 - 09-20-2014, 01:12 PM
RE: Add support MP3 as BGM - by onelight - 10-13-2014, 02:58 PM
RE: Add support MP3 as BGM - by onelight - 10-23-2014, 10:22 AM
RE: Add support MP3 as BGM - by onelight - 07-12-2015, 03:21 PM
RE: Add support MP3 as BGM - by onelight - 07-18-2015, 06:25 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)