Update audio.md to link to EDID docs (#1155)

This commit is contained in:
Gabriel Fair 2023-11-14 12:42:35 -05:00 committed by GitHub
parent a75aeedaec
commit 13387731ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ This feature allows you to receive audio over an HDMI cable and transmit it to t
} }
``` ```
4. Enable the basic audio in the EDID: 4. Enable the basic audio in the [EDID](https://docs.pikvm.org/edid/) in the file `/etc/kvmd/tc358743-edid.hex`:
``` ```
# kvmd-edidconf --set-audio=yes # kvmd-edidconf --set-audio=yes
``` ```