Add a new processor which removes markdown and special chars from TTS text

This commit is contained in:
Mark Backman
2024-10-10 00:47:54 -04:00
parent 3cada03a92
commit 788aec665b
4 changed files with 81 additions and 0 deletions

View File

@@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Added `MarkdownRemovalProcessor`. This processor removes markdown formatting
from a TextFrame. It's intended to be used between the LLM and TTS in order
to remove markdown from the text the TTS speaks.
- Added new `RTVIUserLLMTextProcessor`. This processor will send an RTVI
`user-llm-text` message with the user content's that was sent to the LLM.