fix(asr): secure configured endpoints and refresh guidance (#1751)

Refreshes README and linked docs with accurate installation, platform, privacy, API, and model-license guidance; documents local gigastt; and pins OpenAI-compatible ASR traffic to the configured secure origin. Closes #1736.
This commit is contained in:
Palash Debnath
2026-09-02 04:41:36 +05:30
committed by GitHub
parent c9a468e500
commit 08569397d3
10 changed files with 187 additions and 77 deletions
+2 -2
View File
@@ -7,8 +7,8 @@ working VoiceStudio install on a Debian / Ubuntu / Fedora / Arch host.
### Using the AppImage
- **Linux x86_64** with a desktop session (X11 or Wayland) capable of running
a Tauri / WebKitGTK app.
- **Linux x86_64 with glibc 2.39+** and a desktop session (X11 or Wayland)
capable of running a Tauri / WebKitGTK app.
- **~10 GB free disk** for the app, its Python environment, and model weights.
- Optional: an **NVIDIA driver** for CUDA GPU acceleration — the app runs
CPU-only without one. For AMD GPUs see [AMD GPU (ROCm)](#amd-gpu-rocm).