jack1 icon indicating copy to clipboard operation
jack1 copied to clipboard

jack1 codebase

Results 37 jack1 issues
Sort by recently updated
recently updated
newest added

On my machine, with jackd started in Playback only mode, - Firefox segfaults when trying to play a (likely, any) YouTube video - There is no sound output via HDMI...

Ubuntu 18.04 | KDE 5.15 | 4.15.0-21-lowlatency After install jack following [these instructions](https://help.ubuntu.com/community/UbuntuStudioPreparation) headphones work fine when plugged in but when the headphones are unplugged no sound comes from the...

I'm having an issue with jack1 temporarily blacking out my laptop (archlinux) screen when using lv2 plugins using opengl. The plugins keep glitching freezing the whole laptop. When I tick...

Fail in case of sample rate mismatch. Error message recommends using --enable-oss-cookedmode in case of a mismatch.

Ctrl-C on fluidsynth often leaves jack repeating a short fragment over and over. jackd has to be restarted. 0.125.0 on FreeBSD 11.1

Previous default of SNDCTL_DSP_COOKEDMODE=0 allowed some hardware to work with mismatched sample rate.

Among other warnings, these two seem potentially damaging: ``` midiport.c:160:11: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare] if (time < 0 || time >= info->nframes) {...

Clang prints these warnings: ``` netjack.c:410:86: warning: incompatible pointer to integer conversion passing 'CELTMode *' (aka 'struct CELTMode *') to parameter of type 'int' [-Wint-conversion] netj->capture_srcs = jack_slist_append(netj->capture_srcs, celt_decoder_create( netj->celt_mode,...

I am looking for create a virtual microphone and e.g. in a Java application send packets to this microphone then this microphone will be used in any application e.g. Skype....