save audio - embedded player

This commit is contained in:
snicolast
2025-10-13 20:15:52 +13:00
parent 7f426f5033
commit 5b33e02bc0
5 changed files with 223 additions and 24 deletions

View File

@@ -20,3 +20,7 @@ NODE_DISPLAY_NAME_MAPPINGS = {
"IndexTTS2Simple": "IndexTTS2 Simple",
}
WEB_DIRECTORY = "./web"
__all__ = ["NODE_CLASS_MAPPINGS", "NODE_DISPLAY_NAME_MAPPINGS", "WEB_DIRECTORY"]