On Sun, Aug 2, 2020 at 11:49 AM Nicolas Pauwels wrote:
> Le vendredi 31 juillet 2020 12:32:36 UTC+2, Matthias Geier a écrit :
[...]
>> Did you manage to start jackd without "sudo"?
>>
>> If yes, that's already a success.
>
> Yes, and jack works, thank you !
Great!
[...]
> Thanks for your help, i did a lot of testing again. This is what emerges. I have modified the sr of the hrirs filters at 48 KHz (sr support by the onboard audio card).
>
>> - First try : when i start jack i have an amazing number of xruns. However, ssr starts up and I can load a .wav file (one step at a time). However, the .wav reading is impossible because of the Xruns.
If you get many xruns, you can try to tweak the JACK settings a bit.
You can try to increase the --period (in short -p) setting from the
default 1024 to 2048 or even more.
But what's probably even better, you can try to increase the
--nperiods (in short -n) setting from 2 to 3.
You can also try the settings --realtime and --no-realtime.
And for sure there are more settings to explore ...
> - Second try : I connected an external sound card (usbpre2 whose settings are not taken over by alsa but working at multiple rs). Much less XRUN, the .wav file is played through SSR but "clicks" appear because of XRUNS.
OK, better, but still not great ...
> Although there is a clear difference between the two sound cards, maybe it comes from the environment (Ubuntu on VirtualBox with a lot of resources allocated to the VM) ?
Oh, I wasn't aware that you are using a VM!
In this case it isn't surprising if there are many xruns.
But still, if you use very conservative settings, it could still work.
> So I installed ssr on another machine. not having a second PC,
What about installing a "dual boot" system with Windows and Linux?
> I tried on a Raspberry Pi (Revb 3b) with Raspeberry Os.
> Jackd works without XRUNS (with integrated card and external card) and SSR also works fine.
Great!
> I do not explain the problem encountered on the VM.
Well there is some kind of "audio device emulation" going on, which
may cause problems.
In the VirtualBox settings you should be able to select between
different sound card emulations, probably you could try all of those?
> I will now dive into the SSR operation manual and probably come back to you with questions.
Sure!
cheers,
Matthias