Advertisement
aa11111111111

Untitled

Dec 13th, 2024
13
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. Visualization of Latency Metrics
  2.  
  3. Below is a diagram representing latency metrics across the pipeline components and their optimizations:
  4. +--------------+ +--------------+ +--------------+ +--------------+
  5. | Audio Input | -> | STT | -> | LLM | -> | TTS |
  6. | | | (700ms) | | (200ms) | | (600ms) |
  7. +--------------+ +--------------+ +--------------+ +--------------+
  8. | | | |
  9. v v v v
  10. Logging Interim Results Token Streaming Audio Chunks
  11. Fuzzy Matching Caching Force Flush
  12.  
  13.  
  14. Performance Improvements Over Time
  15.  
  16. The following bar chart illustrates the latency reduction achieved across the components:
  17. Component | Initial Latency (ms) | Optimized Latency (ms)
  18. ------------------------------------------------------------
  19. Speech-to-Text | 700-900 | 500-700
  20. Large Language | 200 | 150
  21. Text-to-Speech | 600 | 300-400
  22.  
  23.  
  24. Through these techniques, VoiceX achieved significant latency reductions, paving the way for seamless, real-time user interactions.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement