0.11.66

davidfowl/tally0.11.66May 26, 2026by halajohn

AI Summary

This release adds OpenAI Text-to-Speech (TTS) support with configurable sample rates, introduces dialog context handling and configuration options, and adds XAI ASR and TTS extensions. It also addresses bugs including OpenAI ASR reconnection issues and crashes caused by sending invalid data to a graph.

Key Highlights

  • OpenAI TTS support with customizable sample rate
  • Dialog context handling and configuration for omitting empty text
  • New XAI ASR and TTS extensions
  • Fixed OpenAI ASR reconnection issues
  • Fixed crash when sending invalid data/video/audio to a graph

New Features

  • OpenAI TTS support with sample rate setting
  • Dialog context handling
  • XAI ASR extension
  • XAI TTS extension

Full Release Notes

## What's Changed
* feat: openai tts support set sample rate by @YiminW in https://github.com/TEN-framework/ten-framework/pull/2161
* feat: add dialog context handling and omit empty text results configuration by @diyuyi-agora in https://github.com/TEN-framework/ten-framework/pull/2158
* feat: add xai asr and tts extensions by @BenWeekes in https://github.com/TEN-framework/ten-framework/pull/2146
* fix: fix openai asr reconnection issue by @YiminW in https://github.com/TEN-framework/ten-framework/pull/2163
* fix: crash if sending data/video/audio to non-existent graph by @sunxilin in https://github.com/TEN-framework/ten-framework/pull/2169
* chore: bump version to 0.11.66 by @halajohn in https://github.com/TEN-framework/ten-framework/pull/2170


**Full Changelog**: https://github.com/TEN-framework/ten-framework/compare/0.11.65...0.11.66