diff options
| author | historia <historiavg@proton.me> | 2026-08-27 17:03:57 -0400 |
|---|---|---|
| committer | historia <historiavg@proton.me> | 2026-08-27 17:03:57 -0400 |
| commit | cef2352a5e81b272d067c2c02eb9588e54edfcfd (patch) | |
| tree | 83af416a82d9e854f44b6f3207eb8ea648b0896d /app/backends/audiocpp/__init__.py | |
| parent | 6527240aa69a08f06e36e796818721abeec9f592 (diff) | |
| download | tts-audiobook-generator-cef2352a5e81b272d067c2c02eb9588e54edfcfd.tar.gz | |
feat: automatic updates added to configure backend menu
Diffstat (limited to 'app/backends/audiocpp/__init__.py')
| -rw-r--r-- | app/backends/audiocpp/__init__.py | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app/backends/audiocpp/__init__.py b/app/backends/audiocpp/__init__.py index b97032b..f55cf35 100644 --- a/app/backends/audiocpp/__init__.py +++ b/app/backends/audiocpp/__init__.py @@ -10,7 +10,8 @@ Modules: models install state on disk, missing-model guidance, downloads voices reference-.wav transcription planning and execution configsync app/converter/config.py + server.json port/id/backend sync - build checkout lifecycle: ggml patches, binary build, uninstall + build checkout lifecycle: ggml patches, binary build, update, + uninstall remote querying a running server for its models/voices status detect() for the hub's backend menu wizard the TUI wizard and the CLI entry points @@ -66,6 +67,7 @@ from .build import ( find_local_checkout, find_audiocpp_server_bin, uninstall, + update, ) from .remote import fetch_server_models, fetch_server_voices from .wizard import ( @@ -99,7 +101,7 @@ __all__ = [ "update_server_backend", # build "find_local_checkout", "find_audiocpp_server_bin", "find_build_script", - "apply_ggml_patches", "build_audiocpp", "uninstall", + "apply_ggml_patches", "build_audiocpp", "uninstall", "update", # remote "fetch_server_models", "fetch_server_voices", # wizard / status |
