Music Player GO relies on native MediaPlayer API for audio files reproduction.
List of supported file types
- 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
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!