Skip to content

Latest commit

Β 

History

History
32 lines (23 loc) Β· 1.02 KB

FORMATS.md

File metadata and controls

32 lines (23 loc) Β· 1.02 KB

Supported formats

Music Player GO relies on native MediaPlayer API for audio files reproduction.

  • AAC LC
  • HE-AACv1 (AAC+)
  • HE-AACv2 (enhanced AAC+)
  • AAC ELD (enhanced low delay AAC)
  • AMR-NB
  • AMR-WB
  • FLAC
  • GSM
  • MIDI
  • MP3
  • Opus
  • PCM/WAVE (known as WAV)
  • Vorbis

Instructions to get certain codecs working

Example:

Opus format is natively since Android 5.0, but only in the Matroska (.mkv) or Ogg (.ogg) container. The Opus file type/container itself is neither detected nor supported by MediaPlayer API.

A simple workaround to detect and play Opus encoded files is to replace their extension (.opus) with the supported container (.mkv or .ogg).

Check the "Supported File Type(s) / Container Formats" from the supported media formats page for more info.

Thanks for using Music Player GO!