From 03ed68bafec56ef8bb690440d796c1a742042907 Mon Sep 17 00:00:00 2001 From: historia Date: Fri, 28 Aug 2026 18:44:32 -0400 Subject: feat(audio.cpp): if github binary download fails, automatically start building from source --- app/backends/audiocpp/__init__.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'app/backends/audiocpp/__init__.py') 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 -- cgit v1.2.3