Eleven Music Player PS Vita
Go to file
2019-04-07 18:37:55 -05:00
include Add support for .IT, .MOD, .S3M and .XM via libxmp-lite 2019-03-31 23:01:45 -05:00
libs Add libxmp-lite since it is not included within vitasdk packages 2019-03-31 23:02:58 -05:00
res Inital source commit 2019-03-31 20:29:13 -05:00
sce_sys Inital source commit 2019-03-31 20:29:13 -05:00
source Get module name for IT, MOD, S3M and XM files 2019-04-07 18:37:55 -05:00
.gitattributes Initial commit 2019-03-31 20:21:09 -05:00
.gitignore Add libxmp-lite since it is not included within vitasdk packages 2019-03-31 23:02:58 -05:00
CMakeLists.txt Shorten project name and fix indentation on xm.c 2019-04-01 11:22:48 -05:00
LICENSE Initial commit 2019-03-31 20:21:09 -05:00
README.md Add support for .IT, .MOD, .S3M and .XM via libxmp-lite 2019-03-31 23:01:45 -05:00

ElevenMPV - Eleven Music Player VITA

A homebrew music player for Playstation VITA that aims to support many different audio formats compared to the offical PS VITA music application.

Currently supported formats: (16 bit signed samples)

  • FLAC
  • IT
  • MOD
  • MP3
  • OGG
  • S3M
  • WAV (A-law and u-law, Microsoft ADPCM, IMA ADPCM)
  • XM

Features:

  • Browse ux0:/ to play the above audio formats.
  • Pause/Play audio.
  • Shuffle/Repeat audio.
  • Next/Previous track in current working directory.
  • Display ID3v1 and ID3v2 metadata for MP3 files.

Credits:

  • MPG123 contributors.
  • dr_libs by mackron.
  • stb_vorbis by nothings and contributors.
  • libxmp-lite contributors.
  • Preetisketch for startup.png (banner).
  • Eleven Music Player contributors for design elements.