From 256bbba0d63dffdb6c07a1c3108124421e761ef1 Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Mon, 20 Jan 2025 05:52:39 +0200 Subject: [PATCH] update --- docs/audio.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/audio.md b/docs/audio.md index a37e6a5e..6380e806 100644 --- a/docs/audio.md +++ b/docs/audio.md @@ -95,7 +95,15 @@ This feature is disabled by default for backward compatibility reasons. enabled: true ``` - 4. Perform reboot: + 4. Add few lines to `/etc/kvmd/janus/janus.plugin.ustreamer.jcfg`: + + ``` + aplay: { + device = "plughw:UAC2Gadget,0" + } + ``` + + 5. Perform reboot: ```console [root@pikvm ~]# reboot