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

Hello. I made a Debian bullseye arm64 environment on my Android phone. In this environment, I have a working library libOpenSLES.so and header files /usr/include/SLES. Using standard Debian methods, I...

I am trying to edit Jack2 to start in net mode at 44100hz. I have changed the 48000 frequencies to 44100 in source, and built, but is is still starting...

## Describe the bug I have been unable to get jack_rec to work. I get a `disk thread finished` message and a wav file of a few bytes. ## Environment...

bug

## Describe the bug Cannot use JackProcessSync, compiler says undefined refference for JackPosixProcessSync member methods. JackPlatformPlug.h inclued. I tried to use JackMutex and JackSynchro instead, which are compiling and working...

bug

## Description I was configuring Jack to use it as an alternative to VoiceMeeter in Windows 10, so I followed some tutorials that I found on the internet and I...

bug

I observed a similar bug as already reported [here](https://github.com/jackaudio/jack2/issues/841). ## Environment * **JACK Version:** 1.9.21 * **Operating System:** macOS Monterey 12.3.1 (on MacBook Pro (14-inch,2021, M1 Pro)) * **Installation:** Installer...

bug

## Describe the bug JackRouter ASIO Ports not assignable in DaVinci Resolve Studio. Jack working fine with every other ASIO client I have. Can clients refuse Jack? Is there a...

bug

Jack2 is available as a port in VCPKG , documenting the install process here will help users get started by providing a single set of commands to build Jack2, ready...

I guess this will need a few week/month reviews and rebases. I've been struggling with Jack on windows last days and I got tired of non-linkability and the overhead of...

Currently, on failure the jack threads exit without notifying the jackd, So jackd is just waiting for the signals, unaware of the failure. With the patch cbd92487a7b7cb9b14d0b0903df65aaabe74319b : sigwait() is...