Kodi Community Forum
Linux KODI with adsp as CarPC audio processor - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=26)
+---- Forum: Audio DSP (https://forum.kodi.tv/forumdisplay.php?fid=235)
+---- Thread: Linux KODI with adsp as CarPC audio processor (/showthread.php?tid=271440)



KODI with adsp as CarPC audio processor - P.M. - 2016-04-26

Hello.

I have CarPC based on Ubuntu Server 15.10 that i did.
Now I use jRiver Media Center as a default player because it has a dsp plugin. I use it to divide the frequency by the speakers and bring some delay, as do hardware car audio players with DSP. As an example - Pioneer DEX-P99RS or Alpine PXA-H701.
In my opinion, KODI sounds better than jRiver. KODI has more touchscreen friendly GUI than jRiver, especially when you using a 7 "touchscreen.

Can KODI with adsp do:
  • Cut off the lower frequencies of two input stereo channels, and send them to the LFE channel. Say on 80Hz with 10Hz step;
  • Add some delay between right, left and LFE channels. 10cm step.

If possible, it greatly expands the scope of KODI. Then there will be more users from car audio.


RE: KODI with adsp as CarPC audio processor - AchimTuran - 2016-04-30

(2016-04-26, 20:51)P.M. Wrote: Cut off the lower frequencies of two input stereo channels, and send them to the LFE channel. Say on 80Hz with 10Hz step;
This is currently not possible, but is planned for a future version of adspo.biquad.filters.

(2016-04-26, 20:51)P.M. Wrote: Add some delay between right, left and LFE channels. 10cm step.
Currently you can add delays with adsp.basic. But I'm not sure if it suits your needs.


RE: KODI with adsp as CarPC audio processor - P.M. - 2016-04-30

Thank you for the answer.