aboutsummaryrefslogtreecommitdiff
path: root/app/converter/clients/__init__.py
diff options
context:
space:
mode:
authorhistoria <historiavg@proton.me>2026-09-01 12:12:35 -0400
committerhistoria <historiavg@proton.me>2026-09-01 12:12:35 -0400
commitdc6e7cd43029da62dabe2513fb5aa8a34df1bd6d (patch)
tree0eb951f174d91d6b4c96c9b4ea4e978d1bdfc8cd /app/converter/clients/__init__.py
parentd15adb490b634dd22a65a1c8d7f4ec9fa74816b4 (diff)
downloadtts-audiobook-generator-dc6e7cd43029da62dabe2513fb5aa8a34df1bd6d.tar.gz
fix: spec santizer for glm, outetts, miotts, minimax.
Diffstat (limited to 'app/converter/clients/__init__.py')
-rw-r--r--app/converter/clients/__init__.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/converter/clients/__init__.py b/app/converter/clients/__init__.py
index d67237d..a107d29 100644
--- a/app/converter/clients/__init__.py
+++ b/app/converter/clients/__init__.py
@@ -51,6 +51,9 @@ from .audiocpp import (
audiocpp_family_voice_policy,
audiocpp_request_error,
audiocpp_script_input,
+ allocation_log_note,
+ build_trimmed_voice_reference,
+ nvidia_device_memory_report,
)
__all__ = [
@@ -84,4 +87,8 @@ __all__ = [
"audiocpp_family_narrates",
"audiocpp_family_spec_tasks", "audiocpp_family_voice_policy",
"audiocpp_request_error", "audiocpp_script_input",
+ "allocation_log_note", "build_trimmed_voice_reference",
+ "nvidia_device_memory_report", "spec_request_option_names",
+ "AUDIOCPP_VOICE_REQUIRED_FAMILIES", "AUDIOCPP_ALLOCATION_FRAGMENTS",
+ "AUDIOCPP_REFERENCE_TRIM_SECONDS",
]