Date: Sat, 28 Nov 2020 14:26:52 +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-IKOx3qvyZ9@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 #18 from Florian Walpen <dev@submerge.ch> --- (In reply to Hans Petter Selasky from comment #17) Thanks for the pointer - trying to deduce the format from the old jack1 pat= ches (is there an official documentation?). So FreeBSD AFMT_S24... is incompatible with OSSv4 AFMT_S24..., but comparab= le to AFMT_S24_PACKED as defined here: http://manuals.opensound.com/developer/formats.html Is that correct? Which combinations of S24, U24, LE, BE are actually used? Our jack1 only supports S24_LE, which is also what i have in hardware. jack2 does not have a 3-byte int conversion from the internal float format,= so we have to provide one for input and output. I'll get to that tomorrow. --=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-IKOx3qvyZ9>