jack2
jack2 copied to clipboard
jack2 codebase
Move jackdrc to ~/config according to XDG Standard, by default. It is currently in the home directory. It doesn't need to be a hard transition. With priority lookups, commandline options,...
## Describe the bug When I run `jackd` verbose on Raspberry Pi 4B with *Raspbian 11 (bullseye)* (armhf), it always crashes with a `Segmentation fault` using whatever client (like *mpv*...
## Describe the bug `jack_` tools error at the end. ## Environment * **JACK Version:** ``` ❯ jackd --version jackdmp version 1.9.19 tmpdir /tmp protocol 9 ``` * **Operating System:**...
Here is accepted request to deprecate jacksession: https://github.com/jackaudio/jack2/issues/389 I would argue that deprecation is a too drastic move. In the request for deprecation it has been argued that jacksession should...
## Describe the bug I'm using Cadence and whenever I try to use Jack audio, I'm unable to use any other sample rate besides 96000. **_Everything_** results in xruns except...
## Describe the bug When starting qjackctl and asking it to start jack I'm getting: ```text Could not connect to JACK server as client. - Overall operation failed. - Server...
After many years of not bothering I wanted to try the built-in sound of the RPi4 again... Playing something through the ALSA driver sounds indeed quite nice and pleasant. This...
## Describe the bug The man page for jackd says: > -S, --shorts Try to configure card for 16-bit samples first, only trying 32-bits if unsuccessful. (default: 32-bit samples) But...
## Describe the bug I'm developing a dotnet application that uses [JackSharp](https://github.com/SubportBE/JackSharp) to play some audio. Everything works well on Windows 10 and Debian 11 on x64 with dotnet 5...
According to the documentation `jack_client_name_size()` returns the maximum size including null terminator. Looking at the source code, it returns `JACK_CLIENT_NAME_SIZE`, but in `JackRequest.cpp`: ``` char fName[JACK_CLIENT_NAME_SIZE + 1]; ``` So...