Page 1 of 1

Audio Function

Posted: Mon Mar 11, 2013 9:41 pm
by OddSocks
Sorry if this is in the wrong place, but can anyone tell me what file types the audio function will accept?

Every time I tried adding and audio file I got "This audio file cannot be played with QLC+. Sorry." which while very polite left me stuck.

I am running QLC plus 4.1.3 on Fedora 17.

Thanks

Audio Function

Posted: Mon Mar 11, 2013 10:24 pm
by Massimo Callegari
It depends on how you compiled QLC+.
Audio formats support is autodetected through pkg-config at build time. You need to have development packages for libmad and libsndfile.
You see if they're in when it compiles libqlcplusengine. You should see -DHAS_LIBMAD and -DHAS_LIBSNDFILE flags

BTW there's a WiKi here:
https://github.com/mcallegari/qlcplus/w ... uild-HOWTO
It's not for Fedora, but you can get the idea