commit code
Some checks failed
Gitea Actions Demo / deploy (push) Failing after 2s

This commit is contained in:
2025-12-29 19:34:39 +08:00
parent 87160c5265
commit 6772699cfe
22 changed files with 2268 additions and 70 deletions

View File

@ -94,17 +94,17 @@ async def main():
print("=" * 50)
try:
print("\n1. Direct Engine Usage")
print("-" * 50)
await example_direct_engine()
# print("\n1. Direct Engine Usage")
# print("-" * 50)
# await example_direct_engine()
print("\n2. Factory Pattern")
print("-" * 50)
await example_factory()
# print("\n2. Factory Pattern")
# print("-" * 50)
# await example_factory()
print("\n3. Service Interface")
print("-" * 50)
await example_service()
# print("\n3. Service Interface")
# print("-" * 50)
# await example_service()
print("\n4. Save Audio to File")
print("-" * 50)