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

@@ -21,6 +21,7 @@ classifiers = [
]
dependencies = [
"aiohttp~=3.10.3",
"Markdown~=3.7",
"numpy~=1.26.4",
"loguru~=0.7.2",
"Pillow~=10.4.0",