-
Notifications
You must be signed in to change notification settings - Fork 59
Open
Labels
featurePRs that implement a new featurePRs that implement a new featureimprovementPRs or issues focused on improvements in the current codebasePRs or issues focused on improvements in the current codebase
Milestone
Description
Problem description
Current implementation of Text-to-Speech module allows a one-side streaming - we give it a full text, and it calculates the resulting audio segment after segment. We can enhance this streaming ability to also support an incrementing input text - by waiting until the next sentence appears.
This would significantly enhance the experience when using Text-to-Speech with LLM's, since LLM output is incrementally updated.
What should be done
- Add a separate API method or adjust the current streaming method of TTS module to support incrementally updated input text.
Benefits to React Native Executorch
- Enhanced integration between Text-to-Speech and LLM modules.
- Significant marketing potential with new demos
Metadata
Metadata
Assignees
Labels
featurePRs that implement a new featurePRs that implement a new featureimprovementPRs or issues focused on improvements in the current codebasePRs or issues focused on improvements in the current codebase