0.11.52

TEN-framework/ten-framework0.11.52Jan 23, 2026by halajohn

AI Summary

This release adds multiple new TTS extensions including NVIDIA Riva, Murf, and Inworld TTS. It also introduces the Doodler example for kids and adds graph testing support in Python.

Key Highlights

  • NVIDIA Riva TTS extension added
  • Murf TTS extension added
  • Inworld TTS support
  • Doodler - doodle board for kids
  • ElevenLabs Scribe v2
  • Graph test support in Python
  • Soniox finalize mode improvements

New Features

  • NVIDIA Riva TTS
  • Murf TTS
  • Inworld TTS
  • Doodler example application
  • ElevenLabs Scribe v2
  • Python graph testing
  • Soniox optional silence packets and connection close finalize mode

Full Release Notes

## What's Changed
* feat: add doodler a doodle board for kids by @cyfyifanchen in https://github.com/TEN-framework/ten-framework/pull/1892
* docs: fix speaker diarization image link by @cyfyifanchen in https://github.com/TEN-framework/ten-framework/pull/1976
* docs: add doodler banner image and link in readme by @cyfyifanchen in https://github.com/TEN-framework/ten-framework/pull/1990
* fix: fix 5 go tests on win with mingw by @FaithfulinLOVE in https://github.com/TEN-framework/ten-framework/pull/1987
* fix: update vendor references to use dynamic vendor method and bump version to 0.3.13 by @diyuyi-agora in https://github.com/TEN-framework/ten-framework/pull/1991
* docs: add break line character by @cyfyifanchen in https://github.com/TEN-framework/ten-framework/pull/1992
* fix(Dockerfile): correct USE_AGENT value for doodler example by @cyfyifanchen in https://github.com/TEN-framework/ten-framework/pull/1993
* fix: update error handling logic for reconnection attempts by @diyuyi-agora in https://github.com/TEN-framework/ten-framework/pull/1978
* fix: always send asr error when error_handler by @diyuyi-agora in https://github.com/TEN-framework/ten-framework/pull/1996
* feat: add Murf TTS extension by @nitin4real in https://github.com/TEN-framework/ten-framework/pull/1989
* feat: add elevenlabs scribe v2 by @cyfyifanchen in https://github.com/TEN-framework/ten-framework/pull/1995
* docs: add doodler section in all readme by @cyfyifanchen in https://github.com/TEN-framework/ten-framework/pull/1997
* style: add updated ux to better support color section and ereasing by @cyfyifanchen in https://github.com/TEN-framework/ten-framework/pull/1999
* fix: deepgram asr config by @liaochenliang in https://github.com/TEN-framework/ten-framework/pull/2000
* refactor: refactored all the frontend to use the root biome by @cyfyifanchen in https://github.com/TEN-framework/ten-framework/pull/1891
* chore: bump version to 0.3.16 by @diyuyi-agora in https://github.com/TEN-framework/ten-framework/pull/2001
* feat: Add NVIDIA Riva TTS extension (#1964) by @Nsuccess in https://github.com/TEN-framework/ten-framework/pull/1982
* fix: fix folder path of nvidia ext by @plutoless in https://github.com/TEN-framework/ten-framework/pull/2005
* fix: reformat nvidia_riva_tts_python by @anexpn in https://github.com/TEN-framework/ten-framework/pull/2008
* feat: add inworld tts by @cyfyifanchen in https://github.com/TEN-framework/ten-framework/pull/2010
* feat(soniox): add optional silence packets in default finalize mode by @anexpn in https://github.com/TEN-framework/ten-framework/pull/2007
* feat(soniox): add finalize mode by closing connection by @anexpn in https://github.com/TEN-framework/ten-framework/pull/2006
* chore(soniox): bump version to 0.3.10 by @anexpn in https://github.com/TEN-framework/ten-framework/pull/2011
* feat: mingw python (new) by @FaithfulinLOVE in https://github.com/TEN-framework/ten-framework/pull/2009
* feat: support graph test in python by @sunxilin in https://github.com/TEN-framework/ten-framework/pull/2012
* fix: log emitted to otlp by @sunxilin in https://github.com/TEN-framework/ten-framework/pull/2003
* Bump version to 0.11.52 across all Python integration manifests and update install script defaults by @halajohn in https://github.com/TEN-framework/ten-framework/pull/2016

## New Contributors
* @Nsuccess made their first contribution in https://github.com/TEN-framework/ten-framework/pull/1982

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