Kevin Doren

Results 9 comments of Kevin Doren

@Hitrate Thanks, I would really like to hear your feedback. For best results: - Raspberry Pi4 is recommended, it has higher performance than Pi3. Pi3 will still work, but in...

@cbix info is in my repo; you can clone and build for Debian directly, or adapt for arch; I'm just building from public sources that have long been available on...

I got a good mbox export on a Windows 10 machine under linux (gmvault 1.9.1, Ubuntu "Windows subsystem for linux", python 2.7.6). The mbox file worked fine in Thunderbird. The...

@essej If you make a branch with updated JUCE, I can build and test against it.

@essej the problem commit is this one: Thread::setPriority() will no longer set a realtime scheduling policy for all threads with non-zero priorities on POSIX systems. https://github.com/essej/JUCE/commit/802f33b0e865011aca07058fe5644cae27a46b8f#diff-eb35e9b62a33e679b1feab7ee3377e324e12d5ace9a943bc86d259aa65fbb4ce If I revert that...

@essej I can work around this problem for now by patching to revert the threading commit that is causing trouble: https://github.com/kdoren/jambox-debs/blob/main/sonobus/debian/patches/0001-revert_juce_priority_change.patch

@ericfont I use a real jack interface, with either USB interface or HAT card (hifiberry). jackd2 1.9.20, period = 64 (nperiods = 3). But I saw issues even when I...

Yes those kinds of errors during sonobus operation are what I have been seeing. When I set process scheduling as described above, or patch to revert that commit, I can...