Skip to content

feat: text-to-speech x LLM integration#936

Open
IgorSwat wants to merge 5 commits intomainfrom
@is/llm-to-speech
Open

feat: text-to-speech x LLM integration#936
IgorSwat wants to merge 5 commits intomainfrom
@is/llm-to-speech

Conversation

@IgorSwat
Copy link
Contributor

@IgorSwat IgorSwat commented Mar 4, 2026

Description

This pull request introduces a few changes to the Text-to-Speech module:

  • Improved streaming mode by allowing an incrementally expanded text input. This change focuses on integrating T2S with text generation models (e.g. Llama 3.2).
  • Added simple test cases for T2S module.

Introduces a breaking change?

  • Yes
  • No

Type of change

  • Bug fix (change which fixes an issue)
  • New feature (change which adds functionality)
  • Documentation update (improves or adds clarity to existing documentation)
  • Other (chores, tests, code style improvements etc.)

Tested on

  • iOS
  • Android

Testing instructions

To test the Text-to-Speech module, run the set of tests for this module.
To test the new streaming mode and it's integration with text generation models, one can use 'text-to-speech-llm' demo app.

Screenshots

Related issues

#773
#897

Checklist

  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have updated the documentation accordingly
  • My changes generate no new warnings

Additional notes

@IgorSwat IgorSwat changed the title @is/llm to speech feat: text-to-speech x LLM integration & text-to-speech tests Mar 4, 2026
@IgorSwat IgorSwat changed the title feat: text-to-speech x LLM integration & text-to-speech tests feat: text-to-speech x LLM integration Mar 4, 2026
@IgorSwat IgorSwat added test Issue and PR related to tests or testing infrastructure feature PRs that implement a new feature labels Mar 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature PRs that implement a new feature test Issue and PR related to tests or testing infrastructure

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant