aboutsummaryrefslogtreecommitdiff
path: root/app/backends/audiocpp/__init__.py
diff options
context:
space:
mode:
authorhistoria <historiavg@proton.me>2026-08-28 18:44:32 -0400
committerhistoria <historiavg@proton.me>2026-08-28 18:44:32 -0400
commit03ed68bafec56ef8bb690440d796c1a742042907 (patch)
tree9f80e1848ca8c141f49875ffdbe462527ab0a9c3 /app/backends/audiocpp/__init__.py
parent3c9b7e12029f6accdaabb6f60e01bce88156db98 (diff)
downloadtts-audiobook-generator-03ed68bafec56ef8bb690440d796c1a742042907.tar.gz
feat(audio.cpp): if github binary download fails, automatically start building from source
Diffstat (limited to 'app/backends/audiocpp/__init__.py')
-rw-r--r--app/backends/audiocpp/__init__.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/backends/audiocpp/__init__.py b/app/backends/audiocpp/__init__.py
index 2bb9cc7..d65c36b 100644
--- a/app/backends/audiocpp/__init__.py
+++ b/app/backends/audiocpp/__init__.py
@@ -72,7 +72,9 @@ from .prebuilt import (
fetch_latest_release,
install_prebuilt,
installed_release,
+ resolve_latest_tag,
select_assets,
+ synthesize_assets,
)
from .remote import fetch_server_models, fetch_server_voices
from .wizard import (
@@ -108,7 +110,7 @@ __all__ = [
"apply_ggml_patches", "build_audiocpp", "uninstall", "update",
# prebuilt
"fetch_latest_release", "install_prebuilt", "installed_release",
- "select_assets",
+ "select_assets", "resolve_latest_tag", "synthesize_assets",
# remote
"fetch_server_models", "fetch_server_voices",
# wizard / status