You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
385 B
25 lines
385 B
11 months ago
|
---
|
||
|
title: "Speech To Text"
|
||
|
description: "Converts your voice into text"
|
||
|
---
|
||
|
|
||
10 months ago
|
## Whisper (Local)
|
||
|
|
||
|
This option installs whisper-rust to allow all speech to text to be done locally on device.
|
||
11 months ago
|
|
||
|
```bash
|
||
10 months ago
|
# Set a local STT service
|
||
|
01 --stt-service local-whisper
|
||
11 months ago
|
```
|
||
|
|
||
|
## Whisper (Hosted)
|
||
|
|
||
10 months ago
|
```bash
|
||
|
# Set STT service
|
||
|
01 --stt-service openai
|
||
|
```
|
||
11 months ago
|
|
||
|
## Other Models
|
||
|
|
||
|
More instructions coming soon!
|