aboutsummaryrefslogtreecommitdiff
path: root/app/converter/clients/__init__.py
diff options
context:
space:
mode:
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",
]