0.11.53

TEN-framework/ten-framework0.11.53Feb 4, 2026by halajohn

AI Summary

This release adds Qwen3 TTS support and makes changes to OpenAI TTS server handling. It includes various bug fixes for ASR extensions and documentation improvements.

Key Highlights

  • Qwen3 TTS support added
  • OpenAI TTS server proxy changes
  • Soniox ASR improvements (silence duration counting)
  • Bytedance and Volcengine ASR refactoring
  • OpenAI ASR base_url configuration fix

New Features

  • Qwen3 TTS
  • OpenAI TTS2 for normal TTS server
  • Soniox silence duration counting
  • Connection handling refactoring for Bytedance/Volcengine ASR

Full Release Notes

## What's Changed
* docs: removing hackathon info by @cyfyifanchen in https://github.com/TEN-framework/ten-framework/pull/2015
* feat: add qwen3 tts by @cyfyifanchen in https://github.com/TEN-framework/ten-framework/pull/2019
* feat: openai_tts2 changed for normal tts server by @YiminW in https://github.com/TEN-framework/ten-framework/pull/2018
* fix: mingw python tests debug by @FaithfulinLOVE in https://github.com/TEN-framework/ten-framework/pull/2017
* fix(soniox): count sent silence duration in finalize api by @anexpn in https://github.com/TEN-framework/ten-framework/pull/2024
* refactor:  connection handling in Bytedance ASR extension and Volcengine ASR client by @diyuyi-agora in https://github.com/TEN-framework/ten-framework/pull/2023
* fix: fix playground issue by @plutoless in https://github.com/TEN-framework/ten-framework/pull/2032
* #2014 docs(voice-assistant): 重构README,详细说明PowerMem记忆功能 by @flying-dragon-ai in https://github.com/TEN-framework/ten-framework/pull/2028
* fix(TEN-5246): openai asr rename websocket_base_url to base_url by @diyuyi-agora in https://github.com/TEN-framework/ten-framework/pull/2033
* Bump version to 0.11.53 across all Python integration tests and update install script by @halajohn in https://github.com/TEN-framework/ten-framework/pull/2034

## New Contributors
* @flying-dragon-ai made their first contribution in https://github.com/TEN-framework/ten-framework/pull/2028

**Full Changelog**: https://github.com/TEN-framework/ten-framework/compare/0.11.52...0.11.53