jack2 icon indicating copy to clipboard operation
jack2 copied to clipboard

jack2 codebase

Results 168 jack2 issues
Sort by recently updated
recently updated
newest added

## Describe the bug I can not get Audio into Jack after the latest Big Sur update. ## Environment * **JACK Version:** 1.9.19 * **Operating System:** macOS Big Sur 11.6.3...

bug

I am completely confounded after many hours of trying to resolve. Win 10 Pro ver 20H2 build 19042.1288 all current OS and driver updates Jack2 ver 1.9.19 onboard audio Realtek...

Hello, i love Jack and use it since loooong time. Now i am on MacOS, and on Monterey i can install Jack, but i cannot use it as i am...

Hi there, I don't really expect anyone to do this, I'm just adding this ticket because there's been a few problems with portaudio: Default audio interface often don't start, WDM-KS...

## Describe the bug The documentation states that only a power of 2 is allowed as period size. This is not true, at least for some backends and/or devices, arbitrary...

bug

Jack is being way too loud and clipping. Seems like a bad multiplier somewhere. Other audio is fine. I'm seeing others with the same issue but no solutions other than...

bug

## Describe the bug It seems the (unwritten?) convention about internal clients vs. drivers appears to be, that the drivers have a `jack_` prefix and the internal clients do not....

bug

## Describe the bug Man pages do not install with version 1.9.20 using `--example-tools` or `--example-tools=yes`. ## Fix Replacing `HAVE_JACK_EXAMPLE_TOOLS` with `BUILD_JACK_EXAMPLE_TOOLS` in `man/wscript` solves this issue.

bug

It seems that link-time optimizations (-flto flag) give negative effect on JACKD. It just crashes at the first connection of client. Noticed such behaviour under virtual environment of 32-bit openSUSE...

bug

Queue handling has been moved to Callback functions. The write / read functions only fill the audio data buffers. This allows for continuous flow of data to / from queues....