Update audio.md (#746)

Added verbiage for clarity
This commit is contained in:
arch1mede 2022-06-08 18:40:33 -07:00 committed by GitHub
parent fa65d37944
commit db174ae0b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -3,8 +3,9 @@
This feature allows you to receive audio over an HDMI cable and transmit it to the browser in WebRTC mode. This feature allows you to receive audio over an HDMI cable and transmit it to the browser in WebRTC mode.
!!! warning !!! warning
* This is only supported by PiKVM V3 devices right now. * This is only supported by PiKVM V3 devices right now. This may or may not work on other CSI devices as most have a hw defect.
* Please note the feature is experimental. Nothing will explode for you, but something may not work. Please report about problems [here](https://discord.gg/bpmXfz5) (preferred) or [here](https://github.com/pikvm/pikvm/issues/97). * Please note the feature is experimental. Nothing will explode for you, but something may not work. Please report about problems [here](https://discord.gg/bpmXfz5) (preferred) or [here](https://github.com/pikvm/pikvm/issues/97).
* MIC support is not supported at this time, it may or may not be supported in the future.
## Preparing ## Preparing
1. Make sure that you have not removed the [jumpers related to audio (4)](v3.md#atx-connection) on the V3 board and have not deleted or commented out the `dtoverlay=tc358743-audio` line in `/boot/config.txt`. Return everything as it was, if you changed it. 1. Make sure that you have not removed the [jumpers related to audio (4)](v3.md#atx-connection) on the V3 board and have not deleted or commented out the `dtoverlay=tc358743-audio` line in `/boot/config.txt`. Return everything as it was, if you changed it.
@ -40,4 +41,5 @@ This feature allows you to receive audio over an HDMI cable and transmit it to t
!!! warning !!! warning
* After the page is reloaded, the audio slider will be reset. This is a technical limitation in all browsers to avoid annoying audio ads. * After the page is reloaded, the audio slider will be reset. This is a technical limitation in all browsers to avoid annoying audio ads.
* If something doesn't work, check the log: `journalctl -u kvmd-janus`. * If something doesn't work, check the log: `journalctl -u kvmd-janus`.
* Try a different browser, try and clear browser cache before reporting issues.
* Please report about problems [here](https://discord.gg/bpmXfz5) (preferred) or [here](https://github.com/pikvm/pikvm/issues/97). * Please report about problems [here](https://discord.gg/bpmXfz5) (preferred) or [here](https://github.com/pikvm/pikvm/issues/97).