Open rikai opened 7 years ago
Supported in the snap ;-)
The other builds will need to include the appropriate GStreamer plugins, aiff is in the "bad" plugins.
The player checks the audio file suffix, see L718. Even if you have the correct GStreamer plugin installed, it will not play.
It might be worth considering removing the hard coded list and trying to support as many formats as the available codecs allow and doing some sort of failure detection instead.
Coded hard list will be removed in next version of app. New version will be here in about . month from now.
Seems like .aif is not currently supported, is that easily addable?