INTERACT FORUM

More => Old Versions => JRiver Media Center 26 for Linux => Topic started by: JAVA Alive on May 22, 2020, 04:17:25 am

Title: Using JRiver as DSP for other apps in LInux (WDM driver equivalent)
Post by: JAVA Alive on May 22, 2020, 04:17:25 am
Hi,

 I'm using convolution correction for my audio in JRiver (20-100hz) on a windows 10 and I'm also using it for other softwares like Spotify or VLC.
 I'd like to move to linux (this W10 updates, antivrus and spying really ... well, let's stay polite) and I'm  wondering if there is a way to do the same under linux, maybe using software like Jack.
 Any idea ?

Thanks a lot.
Title: Re: Usign JRiver as DSP for other apps in LInux (WDM driver equivalent)
Post by: mattkhan on May 22, 2020, 04:56:13 am
No input support except on Windows unfortunately
Title: Re: Usign JRiver as DSP for other apps in LInux (WDM driver equivalent)
Post by: JAVA Alive on May 22, 2020, 05:31:19 am
Mmmm, too bad  :-X
Having this functionality, thru just a simple input and wiring done in Jack software (or with a virtual soundcard like in windows) would be a great.
Thanks for your quick answer
Title: Re: Using JRiver as DSP for other apps in LInux (WDM driver equivalent)
Post by: ttirvnet on May 22, 2020, 05:45:35 am
No input support except on Windows unfortunately
Would you know if there is any support for this type of setup planned for JRiver on Linux or?
Title: Re: Usign JRiver as DSP for other apps in LInux (WDM driver equivalent)
Post by: mattkhan on May 22, 2020, 06:19:05 am
It has been asked for multiple times before over the years, it seems like something that is easily supported by Linux itself but no sign of it on MC. There are other DSP engines you can use on Linux instead  which I think is your only option atm.
Title: Re: Using JRiver as DSP for other apps in LInux (WDM driver equivalent)
Post by: JAVA Alive on May 23, 2020, 08:50:06 am
Thanks, I'm new to Linux. Any suggestion for another DSP engine ?
I saw Jconvolver, not so easy to use for linux beginner.
Title: Re: Using JRiver as DSP for other apps in LInux (WDM driver equivalent)
Post by: mwillems on May 23, 2020, 11:04:59 am
Here's one solution for pulseaudio based systems: https://github.com/wwmm/pulseeffects

Here's one that runs in ALSA without pulse: https://github.com/bmc0/dsp/wiki/System-Wide-DSP-Guide

Title: Re: Using JRiver as DSP for other apps in LInux (WDM driver equivalent)
Post by: mattkhan on May 23, 2020, 11:18:06 am
Thanks, I'm new to Linux. Any suggestion for another DSP engine ?
I saw Jconvolver, not so easy to use for linux beginner.
possibly also not quite so easy to use but https://github.com/HEnquist/camilladsp is another option
Title: Re: Using JRiver as DSP for other apps in LInux (WDM driver equivalent)
Post by: JAVA Alive on May 24, 2020, 04:39:44 am
I'll check that, thanks for your answers