• 1
  • 8
  • 9
  • 10
  • 11
  • 12(current)
WIP Adding Audio DSP Plugin to AddonManager
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
Reply
I hope it will eventually become simpler to write these add-ons like scrapers are today using XML or something Wink

Is that what adsp.template will do eventually?
Reply
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.
Reply
okay, is started now to do the add-on tutorials. i think that is the only way to get used to it for me ;-)
Reply
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.../README.md

Here you can find some notes how to build adsp.basic:
https://github.com/kodi-adsp/adsp.basic/.../README.md
Latest news about AudioDSP and my libraries is available on Twitter.

Developers can follow me on Github.
Reply
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..
Reply
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.
Compiler: cl
Build flags:
Id flags:

The output was:
Das System kann die angegebene Datei nicht finden


Compiling the C compiler identification source file "CMakeCCompilerId.c" failed.
Compiler: cl
Build flags:
Id flags: -c

The output was:
Das System kann die angegebene Datei nicht finden


Compiling the C compiler identification source file "CMakeCCompilerId.c" failed.
Compiler: cl
Build flags:
Id flags: -Aa

The output was:
Das System kann die angegebene Datei nicht finden


Compiling the C compiler identification source file "CMakeCCompilerId.c" failed.
Compiler: cl
Build flags:
Id flags: -D__CLASSIC_C__

The output was:
Das System kann die angegebene Datei nicht finden


Checking whether the C compiler is IAR using "" did not match "IAR .+ Compiler":
Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" failed.
Compiler: cl
Build flags:
Id flags:

The output was:
Das System kann die angegebene Datei nicht finden


Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" failed.
Compiler: cl
Build flags:
Id flags: -c

The output was:
Das System kann die angegebene Datei nicht finden


Checking whether the CXX compiler is IAR using "" did not match "IAR .+ Compiler":

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)
Reply
No you have to use Visual Studio.

You can use Visual Studio 2015 Community. It is free for open source projects.
Latest news about AudioDSP and my libraries is available on Twitter.

Developers can follow me on Github.
Reply
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!
Reply
Is anyone aware of any DSP audio functionality on Android and Kodi? I am interested in simple Treble and Bass modifications only.
Reply
Yes me too!
Reply
I guess now all of that are dropped and removed from Kodi. No more any dsp support.
Reply
yes, sadly. was looking for this feature for years to be implemented but we just don't have developer to make it happen.
Reply
  • 1
  • 8
  • 9
  • 10
  • 11
  • 12(current)

Logout Mark Read Team Forum Stats Members Help
Adding Audio DSP Plugin to AddonManager7