Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 04 Dec 2020 15:43:12 +0000
From:      bugzilla-noreply@freebsd.org
To:        multimedia@FreeBSD.org
Subject:   [Bug 251125] audio/jack: update to jack2 or add new port audio/jack2
Message-ID:  <bug-251125-12827-21MZcIcxAd@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-251125-12827@https.bugs.freebsd.org/bugzilla/>
References:  <bug-251125-12827@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D251125

--- Comment #49 from Florian Walpen <dev@submerge.ch> ---
(In reply to Goran Meki=C4=87 from comment #44)

Hi Goran, nice to hear, I don't get glitches but I didn't test anything
demanding yet. If you're on Virtual OSS you could try to use
SNDCTL_DSP_SETBLKSIZE, else maybe a different fragment size like:

> gFragFormat =3D (4 << 16) + int2pow2(fInputBufferSize >> 1);

> gFragFormat =3D (16 << 16) + int2pow2(fInputBufferSize >> 3);

Are we going to upstream this? We'll probably have to propagate the
modifications to JackOSSAdapter.cpp too.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-251125-12827-21MZcIcxAd>