WIP Adding Audio DSP Plugin to AddonManager
(2016-03-02, 01:30)LeKodeur Wrote: My apologies, correct, after playing around and finding more info I got it working in Windows 10 (only) using the Confluence skin. I was using Aeon Nox and MQ 6 skins and was getting nowhere. However, my most relied-upon Kodi installs are under Linux OS (Ubuntu 14.04) ...
Sorry I forgot to say that you should use Confluence, because for AudioDSP we created a new window and the other skins have to be adapted to get AudioDSP properly working. It's one of the drawbacks in our skin engine that every skin has to would need some effort to support new features. Same counts for the add-ons. Sad

(2016-03-02, 01:30)LeKodeur Wrote: are there any ADSP addons for Kodi 16 Linux? Many thanks!
Yeah sure if you know how to compile it Wink

You can follow the instructions on Github. See for example adsp.basic.
Quote: git clone https://github.com/xbmc/xbmc.git
git clone https://github.com/{org}/{addon-id}.git
cd {addon-id} && mkdir build && cd build
cmake -DADDONS_TO_BUILD={addon-id} -DADDON_SRC_PREFIX=../.. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=../../xbmc/addons -DPACKAGE_ZIP=1 ../../xbmc/project/cmake/addons
make

But you should clone with:
Code:
git clone -b Jarvis https://github.com/xbmc/xbmc.git
Latest news about AudioDSP and my libraries is available on Twitter.

Developers can follow me on Github.
Reply


Messages In This Thread
RE: Adding Audio DSP Plugin to AddonManager - by AchimTuran - 2016-03-02, 08:29
Logout Mark Read Team Forum Stats Members Help
Adding Audio DSP Plugin to AddonManager7