feat(audio): add an option to disable sound streaming (#3833)

This commit is contained in:
Clutchnp
2025-05-01 21:09:43 +05:30
committed by GitHub
parent 7b6818ab4a
commit 8ef838bada
6 changed files with 40 additions and 0 deletions

View File

@@ -770,6 +770,29 @@ editing the `conf` file in a text editor. Use the examples as reference.
</tr>
</table>
### stream_audio
<table>
<tr>
<td>Description</td>
<td colspan="2">
Whether to stream audio or not. Disabling this can be useful for streaming headless displays as second monitors.
</td>
</tr>
<tr>
<td>Default</td>
<td colspan="2">@code{}
enabled
@endcode</td>
</tr>
<tr>
<td>Example</td>
<td colspan="2">@code{}
stream_audio = disabled
@endcode</td>
</tr>
</table>
### install_steam_audio_drivers
<table>