Date: Wed, 20 Jan 2021 03:43:53 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 252761] multichannel USB audio device reports only 2 channels via SNDCTL_AUDIOINFO Message-ID: <bug-252761-227-BJce2uJLbg@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-252761-227@https.bugs.freebsd.org/bugzilla/> References: <bug-252761-227@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=3D252761 --- Comment #3 from Ed Maste <emaste@freebsd.org> --- I've submitted a few pull requests to PortAudio related to the work that prompted this PR: https://github.com/PortAudio/portaudio/pull/448 https://github.com/PortAudio/portaudio/pull/449 https://github.com/PortAudio/portaudio/pull/450 with these applied as well as addition of cases for AFMT_S32_NE I can now record from the XR18 in 2 channel mode with bitperfect=3D1. Attempting to record in 18 channel mode results in a PA assertion: 21:42:13: Debug: GetBestRate() suggested rate 48000 Hz 21:42:13: Debug: GetBestRate() Returning 48000 Hz Assertion failed: (firstChannel + channelCount <=3D bp->inputChannelCount), function PaUtil_SetInterleavedInputChannels, file src/common/pa_process.c, = line 482. Abort trap (core dumped) --=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-252761-227-BJce2uJLbg>