![]() |
WIP Adding Audio DSP Plugin to AddonManager - Printable Version Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32) +--- Forum: Kodi Application (https://forum.kodi.tv/forumdisplay.php?fid=93) --- Thread: WIP Adding Audio DSP Plugin to AddonManager (/showthread.php?tid=186857) |
RE: Adding Audio DSP Plugin to AddonManager - Melf11 - 2016-09-05 Thanks! Probably i have to spend the time, it's a year ago that i compiled some fftw filters on wave files but i will get that again. i'm quite new in kodi addon programming, but i wanna learn it. Where are the locations in kodi for the adsp addon? the paths for *.xml i got RE: Adding Audio DSP Plugin to AddonManager - zag - 2016-09-05 I hope it will eventually become simpler to write these add-ons like scrapers are today using XML or something ![]() Is that what adsp.template will do eventually? RE: Adding Audio DSP Plugin to AddonManager - Melf11 - 2016-09-06 Hi, so i started to configure the adsp.basic folder with cmake and got the following error: CMake Error at CMakeLists.txt:9 (find_package): By not providing "FindKodi.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "Kodi", but CMake did not find one. Could not find a package configuration file provided by "Kodi" with any of the following names: KodiConfig.cmake kodi-config.cmake Add the installation prefix of "Kodi" to CMAKE_PREFIX_PATH or set "Kodi_DIR" to a directory containing one of the above files. If "Kodi" provides a separate development package or SDK, be sure it has been installed. RE: Adding Audio DSP Plugin to AddonManager - Melf11 - 2016-09-06 okay, is started now to do the add-on tutorials. i think that is the only way to get used to it for me ;-) RE: Adding Audio DSP Plugin to AddonManager - AchimTuran - 2016-09-06 Which Addon tutorials? So far I know we currently have no Addon tutorial for binary addons. I guess you tried cmake . This will not work. You have to use the Kodi binary Addon Buildsystem. Sorry I know it is quite hard to build binary addons for the first time. Which is your development OS? Please share your steps with full commands. It's also important which branches you use for adsp.basic and Kodi. Please share this informations too. Thelse are the options that our Buildsystem supports: https://github.com/xbmc/xbmc/blob/master/project/cmake/addons/README.md Here you can find some notes how to build adsp.basic: https://github.com/kodi-adsp/adsp.basic/blob/master/README.md RE: Adding Audio DSP Plugin to AddonManager - Melf11 - 2016-09-06 i started to do this tutorial to get an overview how the addons work and how they build up http://kodi.wiki/view/HOW-TO:HelloWorld_addon and this http://kodi.wiki/view/Audio-video_add-on_tutorial parallel to that i tried to build kodi on mac with xcode https://github.com/xbmc/xbmc and than the docs/README.osx when i'm done with that, i try to build the adsp into kodi, is it the right way? what do you mean, which branches? until i'm trying to build kodi, i get this error: $HOME/Kodi/xbmc/video/jobs/VideoLibraryProgressJob.h:22:10: 'utils/ProgressJob.h' file not found the file is there and it wont work with the whole path.. RE: Adding Audio DSP Plugin to AddonManager - Melf11 - 2016-09-07 so, i'm trying to build the addon with your adsp.basic readme link on windows. when i'm doing the 4. Step i got the folowing errorlog Quote:Compiling the C compiler identification source file "CMakeCCompilerId.c" failed. obviously the is a problem with my compiler or rather it's simply missing. i have installed "code:blocks" and "Visual Studio Code" (not Visual Studion, i got no license) RE: Adding Audio DSP Plugin to AddonManager - AchimTuran - 2016-09-07 No you have to use Visual Studio. You can use Visual Studio 2015 Community. It is free for open source projects. RE: Adding Audio DSP Plugin to AddonManager - Don_Pachuco - 2016-11-10 Greetings! I'm a new member, and just found this thread after hours of searching. Are there currently any audio dsp apps for Kodi that can/will work on a rooted Android TV box? I just would like to get the most out of my 7.4.4 system, and anything would help I think. Whatever comes standard with the builds doesn't seem to upmix well. Please advise, and sorry if I skipped any steps. Thank you! RE: Adding Audio DSP Plugin to AddonManager - banesi - 2017-02-05 Is anyone aware of any DSP audio functionality on Android and Kodi? I am interested in simple Treble and Bass modifications only. RE: Adding Audio DSP Plugin to AddonManager - psideburns - 2017-02-11 Yes me too! RE: Adding Audio DSP Plugin to AddonManager - giaur - 2019-01-27 I guess now all of that are dropped and removed from Kodi. No more any dsp support. Adding Audio DSP Plugin to AddonManager - banesi - 2019-01-30 yes, sadly. was looking for this feature for years to be implemented but we just don't have developer to make it happen. |