More actions
m (Text replacement - "Category:PSP homebrew applications" to "") |
m (Text replacement - "It is featured at" to "It was featured in") |
||
Line 14: | Line 14: | ||
This is a music player for the Sony PSP powered by FFMpeg which means you can play all audio codecs from any container format supported by [http://ffmpeg.org/general.html ffmpeg]. This also makes use of the PSP's hardware decoders for some codecs. | This is a music player for the Sony PSP powered by FFMpeg which means you can play all audio codecs from any container format supported by [http://ffmpeg.org/general.html ffmpeg]. This also makes use of the PSP's hardware decoders for some codecs. | ||
It | It was featured in the Neo Retro Coding Compo 2011 (App, 3rd place). | ||
==User guide== | ==User guide== |
Revision as of 13:31, 10 Mayıs 2024
PSP Music Center | |
---|---|
General | |
Author | RNB_PSP |
Type | Media Players |
Version | r2 |
License | Mixed |
Last Updated | 2011/08/18 |
Links | |
Download | |
Website | |
Source | |
This is a music player for the Sony PSP powered by FFMpeg which means you can play all audio codecs from any container format supported by ffmpeg. This also makes use of the PSP's hardware decoders for some codecs.
It was featured in the Neo Retro Coding Compo 2011 (App, 3rd place).
User guide
Developer stated that only stereo signed 16bit audio with the ff. sample rates will play correctly: 48000, 44100, 32000, 24000, 22050, 16000, 12000, 11050, 8000.
Also only MP3, WMAv2 (only from WMA files) and AAC (except from AAC files) are hardware accelerated.
The following formats have been tested by the delveoper:
- MP3 (MP3, FLV).
- AAC (AAC, MP4, M4A).
- WMAv2 (WMA).
- FLAC (FLAC).
- Signed 16bit PCM (WAV).
Configuration files are inside the ini folder. See settings.ini (cpu.ini holds file names that will be opened by the file browser for playing. Not all formats are listed in it but you can add your own extensions).
Controls
Cross/Circle - OK, Cancel (same as the XMB settings)
Menu:
D-Pad Left - Previous menu
D-Pad Right - Next menu
OK - Select menu
Cancel - Quit application
File Browser:
D-Pad Up - Previous item
D-Pad Down - Next item
D-Pad Left - Page up
D-Pad Right - Page down
OK - Play song, Open directory
Cancel - Return to main menu
Triangle - Up one folder
Square - Refresh current directory
Select - Go to now playing
Now Playing:
OK - Toggle pause
Cancel - Return to file browser
D-Pad Left/Right - Seek
Triangle - Toggle repeat
L/R - Previous/Next song
Known issues
Only support certain formats. A black box is shown in place of the album art as it has yet to be impletmented.
Changelog
r2
- Fixed crash when opening some files(unaligned access in ffmpeg).
- Update to ffmpeg 0.8.2.
r1
- Initial release.
External links
- Official website - https://code.google.com/archive/p/pmc
- NeoFlash - https://www.neoflash.com/forum/index.php?topic=7127.0