Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 May 2023 14:33:50 +0000
From:      bugzilla-noreply@freebsd.org
To:        multimedia@FreeBSD.org
Subject:   [Bug 271559] [sound] [snd_uaudio] Creative Katana V2X garbled audio
Message-ID:  <bug-271559-12827-v9Zsz6Gptz@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-271559-12827@https.bugs.freebsd.org/bugzilla/>
References:  <bug-271559-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=3D271559

--- Comment #13 from Hans Petter Selasky <hselasky@FreeBSD.org> ---
It depends how your speakers are connected.

The virtual OSS needs 6 mix channels, or 8, if you want to use the "-M" opt=
ion.

Also install the QT control panel for virtual_oss.

Then you can create one /dev/dsp for 2 channels only.
Then you can create one /dev/dspXXX for 6 channels. VLC can use this for vi=
deo.

virtual_oss has a "-M o," option which can repeat a channel to another outp=
ut
channel. You can also create virtual channels, that are not output, to have
multiple configurations. Like /dev/dsp sends to channel 5 an 6 (via -m 5,6)
(channels start at 0 currently). Then channel 5 and 6 are distributed to
channel 0..4, like this:

-M o,5,0,0,0,0=20
-M o,6,1,0,0,0=20

Did that make sense?

--HPS

--=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-271559-12827-v9Zsz6Gptz>