Projects STRLCPY pikvm Commits 6e9b1c60
🤬
  • ■ ■ ■ ■ ■ ■
    docs/audio.md
    1  -# PiKVM V3 Audio
     1 +# PiKVM V3+ Audio
    2 2   
    3 3  This feature allows you to receive audio over an HDMI cable and transmit it to the browser in WebRTC mode.
    4 4   
    5 5  !!! warning
    6  - * 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.
     6 + * 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.
    7 7   * 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).
    8 8   * KVM switches may or may not work, we currently do not have a list of what works due to the feature being new/experimental.
    9 9   * MIC support is not supported at this time, it may be supported in the future.
    10 10   
     11 +!!! info
     12 + PiKVM V4 has enabled this feature by default.
     13 + 
    11 14   
    12 15  ## Preparing
    13 16   
    14  -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.
     17 +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. For V4 you can skip this step.
    15 18   
    16 19  2. Update the OS:
    17 20   ```
    skipped 33 lines
  • ■ ■ ■ ■
    docs/edid.md
    1 1  # EDID
    2 2   
    3 3  !!! warning
    4  - This will only apply to the CSI/v3 models, USB is not compatable.
     4 + This will only apply to the CSI models include V3+, USB is not compatable.
    5 5   Modifing the EDID may or may not work in some instances where a "no signal" might be a result of outside factors.
    6 6   
    7 7   
    skipped 133 lines
Please wait...
Page is in error, reload to recover