Hello,
I'm working on a music player for touch screen devices running Windows (not RT), Android and other Linux distributions. I have written the UI and library part of my player and when I implemented the playback, I found out that QtMultimedia has many limitations. Then libVLC came to my mind since VLC is my favorite video player.
Before I start to learn the API and digging into it, I would like to ask you if it is a good idea to use this library at all. AFAIK all the platforms I'm targetting are supported so this should not be a problem. The 2 features I was missing badly in QtMultimedia are replay gain support and gapless playback.
The first one should be possible to implement since VLC supports replay gain. But what about gapless playback? Is it possible if even VLC doesn't support it?
Thanks a lot for any advice!