mirror of https://github.com/pikvm/pikvm.git
parent
bb34ef26b1
commit
6dbc3e2bf1
|
|
@ -6,6 +6,9 @@ This feature allows you to receive audio over an HDMI cable and transmit it to t
|
||||||
* 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.
|
* 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.
|
* MIC support is not supported at this time, it may or may not be supported in the future.
|
||||||
|
|
||||||
|
??? note "Audio sample rate"
|
||||||
|
44.1kHz - 48kHz 16/24 / 32kHz 16
|
||||||
|
|
||||||
## 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.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue