| 1234567891011121314151617181920212223242526272829303132333435363738 |
- {
- "author": "Trixy Development Team",
- "auto_detect_language": true,
- "azure_endpoint_id": "",
- "azure_language": "en-US",
- "azure_region": "eastus",
- "azure_subscription_key": "",
- "bit_depth": 16,
- "caching": {
- "cache_duration_hours": 24,
- "cache_location": "temp/stt_cache",
- "cache_size_mb": 100
- },
- "channels": 1,
- "custom_model_path": "",
- "custom_use_gpu": false,
- "custom_vocab_path": "",
- "default_language": "en",
- "dependencies": [],
- "description": "STT plugin providing speech recognition with multiple engine support",
- "enable_caching": true,
- "enable_preprocessing": true,
- "enable_streaming": false,
- "enabled": false,
- "enabled_by_default": true,
- "engines_enabled": [
- "whisper",
- "google",
- "azure",
- "custom"
- ],
- "fallback_engine": "google",
- "final_stats": {
- "average_processing_time": 0.0,
- "cache_hits": 0,
- "confidence_distribution": [],
- "failed_recognitions": 0,
- "languages_detected":
|