config.json 979 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "author": "Trixy Development Team",
  3. "auto_detect_language": true,
  4. "azure_endpoint_id": "",
  5. "azure_language": "en-US",
  6. "azure_region": "eastus",
  7. "azure_subscription_key": "",
  8. "bit_depth": 16,
  9. "caching": {
  10. "cache_duration_hours": 24,
  11. "cache_location": "temp/stt_cache",
  12. "cache_size_mb": 100
  13. },
  14. "channels": 1,
  15. "custom_model_path": "",
  16. "custom_use_gpu": false,
  17. "custom_vocab_path": "",
  18. "default_language": "en",
  19. "dependencies": [],
  20. "description": "STT plugin providing speech recognition with multiple engine support",
  21. "enable_caching": true,
  22. "enable_preprocessing": true,
  23. "enable_streaming": false,
  24. "enabled": false,
  25. "enabled_by_default": true,
  26. "engines_enabled": [
  27. "whisper",
  28. "google",
  29. "azure",
  30. "custom"
  31. ],
  32. "fallback_engine": "google",
  33. "final_stats": {
  34. "average_processing_time": 0.0,
  35. "cache_hits": 0,
  36. "confidence_distribution": [],
  37. "failed_recognitions": 0,
  38. "languages_detected":