support for raw PCM input option by @YeonjunNotFR

This commit is contained in:
Quentin Fuxa
2025-09-11 21:32:11 +02:00
parent b06866877a
commit a4e9f3cab7
4 changed files with 72 additions and 56 deletions

View File

@@ -163,6 +163,7 @@ An important list of parameters can be changed. But what *should* you change?
| `--port` | Server port | `8000` |
| `--ssl-certfile` | Path to the SSL certificate file (for HTTPS support) | `None` |
| `--ssl-keyfile` | Path to the SSL private key file (for HTTPS support) | `None` |
| `--pcm-input` | raw PCM (s16le) data is expected as input and FFmpeg will be bypassed. | `False` |
| SimulStreaming backend options | Description | Default |