More actions
(Created page with "{{Infobox PSP homebrew | title = PSP Music Center | image = https://dlhb.gamebrew.org/psphomebrew/PSPMusicCenter.jpg|250px | type = Music Games | version = r2 | licence = Mixe...") |
No edit summary |
||
(13 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox PSP | {{Infobox PSP Homebrews | ||
| title = PSP Music Center | |title=PSP Music Center | ||
| image = | |image=pspmusiccenter.jpg | ||
| type = | |description=A music player for the PSP powered by FFMpeg. | ||
| version = r2 | |author=RNB_PSP | ||
| | |lastupdated=2011/08/18 | ||
| | |type=Media Players | ||
| website = https://code.google.com/archive/p/pmc | |version=r2 | ||
|license=Mixed | |||
| source = https://code.google.com/archive/p/pmc/downloads | |download=https://dlhb.gamebrew.org/psphomebrew/pmc_r2.zip | ||
|website=https://code.google.com/archive/p/pmc | |||
|source=https://code.google.com/archive/p/pmc/downloads | |||
}} | }} | ||
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 was featured in the NEO Retro Coding Compo 2011 (App, 3rd place). | |||
==User guide== | |||
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. | 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. | ||
Line 22: | Line 22: | ||
The following formats have been tested by the delveoper: | 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). | 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 | ==Controls== | ||
Cross/Circle - OK, Cancel (same as the XMB settings) | Cross/Circle - OK, Cancel (same as the XMB settings) | ||
Menu: | '''Menu:''' | ||
D-Pad Left - Previous menu | D-Pad Left - Previous menu | ||
D-Pad Right - Next menu | D-Pad Right - Next menu | ||
OK - Select menu | OK - Select menu | ||
Cancel - Quit application | Cancel - Quit application | ||
File Browser: | '''File Browser:''' | ||
D-Pad Up - Previous item | D-Pad Up - Previous item | ||
D-Pad Down - Next item | D-Pad Down - Next item | ||
D-Pad Left - Page up | D-Pad Left - Page up | ||
D-Pad Right - Page down | D-Pad Right - Page down | ||
OK - Play song, Open directory | OK - Play song, Open directory | ||
Cancel - Return to main menu | Cancel - Return to main menu | ||
Triangle - Up one folder | Triangle - Up one folder | ||
Square - Refresh current directory | Square - Refresh current directory | ||
Select - Go to now playing | Select - Go to now playing | ||
Now Playing: | '''Now Playing:''' | ||
OK - Toggle pause | OK - Toggle pause | ||
Cancel - Return to file browser | Cancel - Return to file browser | ||
D-Pad Left/Right - Seek | D-Pad Left/Right - Seek | ||
Triangle - Toggle repeat | Triangle - Toggle repeat | ||
Known issues | 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. | Only support certain formats. A black box is shown in place of the album art as it has yet to be impletmented. | ||
Changelog | ==Changelog== | ||
r2 | '''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 | |||
[[Category:NEO Retro Coding Compo 2011]] | |||
Latest revision as of 06:29, 20 Haziran 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