vanilla-music / vanilla

Vanilla Music Player for Android
GNU General Public License v3.0
1.16k stars 292 forks source link

Cannot play flac files #871

Closed Z3NOX closed 5 years ago

Z3NOX commented 5 years ago

I scanned my music files stored on the mSD card. When I want to play a *.flac file from the library the file is said to be played back, the song appears in the playlist with its metadata but nothing happens. The timeline is frozen at 0:00. I can toggle the play/pause button but nothing happens there either.

Everything works well with mp3 and opus files though.

....

To reproduce simply try to play the following file: flac.zip

Are any further information needed?

adrian-bl commented 5 years ago

Complain to the maintainer of your rom: we use androids media framework which seems to be broken in your rom.

(Disabling offloading may help)

Z3NOX commented 5 years ago

Thank you! With vlc the playback is working but I guess vlc is not using androids media framework?! What exactly do you mean by "disable offloading"?

adrian-bl commented 5 years ago

By default, android devices try to use special hardware to decode audio - it seems that this is broken on your device.

You can disable this by setting / adding

audio.offload.disable=true

to your build.prop (if you are root)