Configuration for the STT Service.
More...
#include <stt_service.h>
|
|
std::string | model_path |
| | Path to the STT model.
|
|
std::string | vad_model_path |
| | Path to the VAD model.
|
|
std::string | language |
| | Language code (e.g., "en").
|
|
std::string | webhook_url |
| | Webhook URL for sending transcript.
|
|
int | device_idx = -1 |
| | Optional: specific device.
|
|
bool | enable_gpu = false |
| | Enable GPU acceleration.
|
|
int | thread_count = std::thread::hardware_concurrency() - 1 |
| | Number of threads to use.
|
Configuration for the STT Service.