Audio DSP: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
(Add appropriate wikilinks to dead end page)
(9 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{incomplete}}
{{Red|{{Resize|1.2em|'''Removed Feature'''}} }}<br />


Audio Dynamic Single Processing add-ons allow for all sorts of audio processing in Kodi. Currently there are only a small number of add-ons included by default as of Kodi v16.
The ADSP feature is deprecated for [[Archive:Krypton|v17 "Krypton"]] and relevant code removed from {{Kodi}} [[Leia|v18 "Leia"]]. The reasons are explained in the following links:
* [https://forum.kodi.tv/showthread.php?tid=252871&pid=2672651#pid2672651 Forum discussion detailing reason for removal]
* [https://github.com/xbmc/xbmc/pull/13723 Pull Request to remove ADSP code]


== List of ADSP add-ons ==
{{Updated|19}}
'''adsp.basic''' - available on all platforms except Android.
: description goes here.
 
 
'''asdp.freesurround''' - available on all platforms except Android.
: description goes here.
 
 
'''adsp.biquad.filters''' - ''[http://forum.kodi.tv/showthread.php?tid=218756 more info]'' - only available on Windows and Linux
: description goes here.
 
== Installing ADSP add-ons on Ubuntu ==
ADSP add-ons are binary [[add-ons]], but in [[Ubuntu]] they are not packaged with Kodi. All other official Kodi versions have these add-ons included with the default install. For Ubuntu, they must be installed through apt-get. In the future this will be something the user can manage from within the Kodi GUI, but for now they must be installed outside of Kodi.
 
{{Note|If you don't already have the Team Kodi (team-xbmc) PPA added, then you will need to do so in order to install the PVR client add-ons (see '''[[HOW-TO:Install Kodi for Linux#Ubuntu|here]]'''). If you're not sure, you probably already have it installed, as that is how you normally install Kodi in the first place.}}
 
# Quit Kodi if it is already running and open a terminal window
# Type in <pre>sudo apt-get update</pre> and enter your password when prompted
# Type in <pre>sudo apt-get install PACKAGENAMEHERE</pre> but replace '''PACKAGENAMEHERE''' with a package name from the table below.
#: ''example: <code>sudo apt-get install kodi-pvr-argustv</code>''
 
The ADSP client add-on should now be installed. If Kodi was already running, restart it to load the add-on.
 
=== Packages ===
<section begin="packages" />
{| class="prettytable"
|-
! Package name !! Description
|-
| kodi-pvr-argustv || [[ARGUS-TV]]
|-
 
|}
<section end="packages" />
 
 
 
{{updated|16}}
 
[[Category:Manual]]
[[Category:Audio]]
[[Category:Settings]]

Revision as of 04:09, 10 August 2021

Removed Feature

The ADSP feature is deprecated for v17 "Krypton" and relevant code removed from Kodi v18 "Leia". The reasons are explained in the following links: