You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: whisper.cpp/doc/server.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# whisperfile http server
2
2
3
-
Simple http server. WAV Files are passed to the inference model via http requests.
3
+
Simple http server. WAV Files are passed to the inference model via http requests. MP3, FLAC, and OGG files are automatically converted to WAV format via miniaudio.
-oved D, --ov-e-device DNAME [CPU ] the OpenVINO device used for encode inference
46
46
--host HOST, [127.0.0.1] Hostname/ip-adress for the server
47
47
--port PORT, [8080 ] Port number for the server
48
-
--convert, [false ] Convert audio to WAV, requires ffmpeg on the server
49
48
```
50
49
51
50
> [!WARNING]
52
-
> **Do not run the server example with administrative privileges and ensure it's operated in a sandbox environment, especially since it involves risky operations like accepting user file uploads and using ffmpeg for format conversions. Always validate and sanitize inputs to guard against potential security threats.**
51
+
> **Do not run the server example with administrative privileges and ensure it's operated in a sandbox environment, especially since it involves risky operations like accepting user file uploads. Always validate and sanitize inputs to guard against potential security threats.**
0 commit comments