chore: deepence of /voice
Browse files
README.md
CHANGED
|
@@ -136,6 +136,14 @@ HTTP_PROXY=http://127.0.0.1:8888 HTTPS_PROXY=http://127.0.0.1:8888 bun run tauri
|
|
| 136 |
mitmproxy -p 8888
|
| 137 |
```
|
| 138 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 139 |
|
| 140 |
## 🌐 Desktop
|
| 141 |
|
|
|
|
| 136 |
mitmproxy -p 8888
|
| 137 |
```
|
| 138 |
|
| 139 |
+
```bash
|
| 140 |
+
# /voice
|
| 141 |
+
uv venv
|
| 142 |
+
uv uv pip install faster-whisper edge-tts
|
| 143 |
+
|
| 144 |
+
hf download Systran/faster-whisper-base \
|
| 145 |
+
--local-dir ~/.cache/huggingface/hub/models--Systran--faster-whisper-base
|
| 146 |
+
```
|
| 147 |
|
| 148 |
## 🌐 Desktop
|
| 149 |
|