From 90dd977e0996cfb33779cfb0b5f89acd4dad43ac Mon Sep 17 00:00:00 2001 From: martin Date: Thu, 22 Jan 2026 22:00:08 +0700 Subject: [PATCH] update readme --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 6eafa41..70af96e 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,17 @@ It abstracts away the complexities of model management, threading, and resource | **🛡️ Production Ready** | Includes health checks, readiness probes, OpenTelemetry-ready metrics hooks, and graceful shutdown. | | **🐳 Docker Friendly** | Ready for containerization with environment-variable overrides for flexible deployments. | +### 🤔 Why VoiceCore? + +| Feature | Why It Matters | +| ------- | -------------- | +| **Pluggable Engines** | Swap Whisper for Google/Azure/custom engines without changing application code | +| **Word-Level Timestamps** | Essential for subtitles, karaoke apps, audio-text alignment | +| **Built-in Performance Metrics** | RTF, latency, time-to-first-token included in every response | +| **Triple Streaming Modes** | Batch, SSE, and WebSocket - pick the right mode for your use case | +| **YAML Configuration** | Switch models, devices (CPU/GPU), or compute types without code changes | +| **Self-Hosted** | Full data privacy, no API costs, works offline | + --- ## 🏗️ Architecture