Skip to content

[RNE Rewrite] Add text to speech pipeline implementation#1294

Open
IgorSwat wants to merge 8 commits into
rne-rewritefrom
@is/tts
Open

[RNE Rewrite] Add text to speech pipeline implementation#1294
IgorSwat wants to merge 8 commits into
rne-rewritefrom
@is/tts

Conversation

@IgorSwat

Copy link
Copy Markdown
Contributor

Description

What this PR adds:

  • Implementation of Text to Speech (Kokoro) pipeline for one-way streaming (single input, streamed output)

What this PR does not add:

  • Two way streaming with LLM - needs to be implemented

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

Screenshots

Related issues

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

This is a draft / PoC type of PR, which needs some additional fixes from @is/core.

@barhanc barhanc self-requested a review June 30, 2026 16:03
@barhanc barhanc added refactoring feature PRs that implement a new feature labels Jun 30, 2026
@barhanc

barhanc commented Jun 30, 2026

Copy link
Copy Markdown
Contributor

Wrong target branch. You should target the rne-rewrite and in additional notes add something like "Needs #1293 before merging". After the core modifications get accepted and merged you can then rebase onto rne-rewrite and apply required modifications to this PR.

@barhanc barhanc linked an issue Jun 30, 2026 that may be closed by this pull request
@IgorSwat IgorSwat changed the base branch from @is/core to rne-rewrite July 1, 2026 06:18
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 refactoring

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[RNE Rewrite] Speech - add Kokoro TTS pipeline implementation

2 participants