Nedko Arnaudov

Results 29 comments of Nedko Arnaudov

This feature request could be read, as "reuse jackdbus config file in jackd". Also ~/.jackdrc is actually a commandline executed via execv(), not a config file.

ALSA output ports, the writable ports are playback-named in terms of jackaudio. E.g.: # jack_lsp -p system:capture_1 properties: output,physical,terminal, system:capture_2 properties: output,physical,terminal, system:capture_3 properties: output,physical,terminal, system:capture_4 properties: output,physical,terminal, system:playback_1 properties:...

Pulseaudio uses *Sink* for writable/output/playback and *Source* for readable/input/capture. Maybe using these on ALSA side will improve the situation for some (and break existing sessions relying on current names for...

I applied the patches from current gentoo gmic-3.3.1.ebuild in https://github.com/LADI/gmic branch "gentoo" (the default). The patch hunk for gmic-qt/gmic_qt.pro failed, a failure which seems to be safe to ignore.

Thu May 11 20:27:34 2023: New client 'jack_load' with PID 17481 Thu May 11 20:27:34 2023: New client 'ultra' with PID 0 Thu May 11 20:27:34 2023: Ringbuffer automatic adaptative...

8:37 2023: ERROR: Abort! 8:37 2023: ERROR: info.si_signo = 6 8:37 2023: ERROR: info.si_errno = 0 8:37 2023: ERROR: info.si_code = -6 (unknown) 8:37 2023: ERROR: info.si_addr = 0x3e80000774a 8:37...

A stack trace with debug info will be much more useful than the currently reported one. After building jack2 with debug info and without optimization, run jackdbus through gdb, then...

The crash may be related to initialization failure described in #934

I suggest to pick latest (1-stable) git version and use the git version in a date-named ebuild. I don't plan to release tarballs, but continue to publish via git. Use...