Skip to content

v0.10.0 - Synchronized Package Release

Latest

Choose a tag to compare

@elbruno elbruno released this 05 May 14:07
· 2 commits to main since this release

πŸŽ‰ v0.10.0 Release

✨ What's New

GPU Configuration Support for QwenTTS - Issue #3 Fixed

  • Added optional configuration callback to .UseQwenTts()\ extension
  • Allows explicit GPU device selection and QwenTtsOptions configuration at registration time
  • Maintains full backward compatibility

πŸ“¦ Package Versions

All packages synchronized to v0.10.0:

  • βœ… ElBruno.Realtime 0.10.0
  • βœ… ElBruno.QwenTTS.Realtime 0.10.0
  • βœ… ElBruno.Realtime.Whisper 0.10.0
  • βœ… ElBruno.Realtime.SileroVad 0.10.0
  • βœ… ElBruno.VibeVoiceTTS.Realtime 0.10.0
  • βœ… ElBruno.KokoroTTS.Realtime 0.10.0

βœ… Quality Metrics

  • Test Coverage: 56/56 tests passing (net10.0 + net8.0)
  • Build: 0 warnings, 0 errors
  • NuGet: Published via OIDC trusted credentials

πŸ”„ Versioning Strategy

Established coordinated versioning: All packages in the repository maintain synchronized versions and are republished together to NuGet. This ensures consistency across the entire audio conversation pipeline.

πŸ“ Installation

\\οΏ½ash
dotnet package add ElBruno.Realtime --version 0.10.0
\\


Full Changelog: Closes #3