diff options
| author | historia <historiavg@proton.me> | 2026-09-01 14:32:05 -0400 |
|---|---|---|
| committer | historia <historiavg@proton.me> | 2026-09-01 14:32:05 -0400 |
| commit | 6cfcd564c0684c52618235e6366f4a81c02b9a5b (patch) | |
| tree | 55321760a8103bc6b5d79489fac4135a60e6e3ba /app/converter/clients/__init__.py | |
| parent | dc6e7cd43029da62dabe2513fb5aa8a34df1bd6d (diff) | |
| download | tts-audiobook-generator-6cfcd564c0684c52618235e6366f4a81c02b9a5b.tar.gz | |
slop refactor/dedup
Diffstat (limited to 'app/converter/clients/__init__.py')
| -rw-r--r-- | app/converter/clients/__init__.py | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/app/converter/clients/__init__.py b/app/converter/clients/__init__.py index a107d29..cdb7912 100644 --- a/app/converter/clients/__init__.py +++ b/app/converter/clients/__init__.py @@ -51,8 +51,8 @@ from .audiocpp import ( audiocpp_family_voice_policy, audiocpp_request_error, audiocpp_script_input, + audiocpp_voice_for_run, allocation_log_note, - build_trimmed_voice_reference, nvidia_device_memory_report, ) @@ -83,12 +83,10 @@ __all__ = [ "AUDIOCPP_VOICE_OPTIONAL", "AUDIOCPP_VOICE_NONE", "AudioCppFamilyProfile", "AUDIOCPP_DEFAULT_FAMILY_PROFILE", "AUDIOCPP_FAMILY_PROFILES", "audiocpp_entry_voice_capability", - "audiocpp_entry_supports_design", + "audiocpp_entry_supports_design", "audiocpp_voice_for_run", "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", + "allocation_log_note", "nvidia_device_memory_report", "AUDIOCPP_VOICE_REQUIRED_FAMILIES", "AUDIOCPP_ALLOCATION_FRAGMENTS", - "AUDIOCPP_REFERENCE_TRIM_SECONDS", ] |
