diff options
| author | historia <historiavg@proton.me> | 2026-09-01 12:12:35 -0400 |
|---|---|---|
| committer | historia <historiavg@proton.me> | 2026-09-01 12:12:35 -0400 |
| commit | dc6e7cd43029da62dabe2513fb5aa8a34df1bd6d (patch) | |
| tree | 0eb951f174d91d6b4c96c9b4ea4e978d1bdfc8cd /app/converter/clients/__init__.py | |
| parent | d15adb490b634dd22a65a1c8d7f4ec9fa74816b4 (diff) | |
| download | tts-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__.py | 7 |
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", ] |
