voice-mode 4.4.0__py3-none-any.whl → 4.5.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- voice_mode/__version__.py +1 -1
- voice_mode/cli.py +79 -3
- voice_mode/cli_commands/transcribe.py +7 -6
- voice_mode/config.py +1 -1
- voice_mode/conversation_logger.py +6 -0
- voice_mode/core.py +9 -2
- voice_mode/frontend/.next/BUILD_ID +1 -1
- voice_mode/frontend/.next/app-build-manifest.json +5 -5
- voice_mode/frontend/.next/build-manifest.json +3 -3
- voice_mode/frontend/.next/next-minimal-server.js.nft.json +1 -1
- voice_mode/frontend/.next/next-server.js.nft.json +1 -1
- voice_mode/frontend/.next/prerender-manifest.json +1 -1
- voice_mode/frontend/.next/required-server-files.json +1 -1
- voice_mode/frontend/.next/server/app/_not-found/page.js +1 -1
- voice_mode/frontend/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- voice_mode/frontend/.next/server/app/_not-found.html +1 -1
- voice_mode/frontend/.next/server/app/_not-found.rsc +1 -1
- voice_mode/frontend/.next/server/app/api/connection-details/route.js +2 -2
- voice_mode/frontend/.next/server/app/favicon.ico/route.js +2 -2
- voice_mode/frontend/.next/server/app/index.html +1 -1
- voice_mode/frontend/.next/server/app/index.rsc +2 -2
- voice_mode/frontend/.next/server/app/page.js +3 -3
- voice_mode/frontend/.next/server/app/page_client-reference-manifest.js +1 -1
- voice_mode/frontend/.next/server/chunks/994.js +1 -1
- voice_mode/frontend/.next/server/middleware-build-manifest.js +1 -1
- voice_mode/frontend/.next/server/next-font-manifest.js +1 -1
- voice_mode/frontend/.next/server/next-font-manifest.json +1 -1
- voice_mode/frontend/.next/server/pages/404.html +1 -1
- voice_mode/frontend/.next/server/pages/500.html +1 -1
- voice_mode/frontend/.next/server/server-reference-manifest.json +1 -1
- voice_mode/frontend/.next/standalone/.next/BUILD_ID +1 -1
- voice_mode/frontend/.next/standalone/.next/app-build-manifest.json +5 -5
- voice_mode/frontend/.next/standalone/.next/build-manifest.json +3 -3
- voice_mode/frontend/.next/standalone/.next/prerender-manifest.json +1 -1
- voice_mode/frontend/.next/standalone/.next/required-server-files.json +1 -1
- voice_mode/frontend/.next/standalone/.next/server/app/_not-found/page.js +1 -1
- voice_mode/frontend/.next/standalone/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- voice_mode/frontend/.next/standalone/.next/server/app/_not-found.html +1 -1
- voice_mode/frontend/.next/standalone/.next/server/app/_not-found.rsc +1 -1
- voice_mode/frontend/.next/standalone/.next/server/app/api/connection-details/route.js +2 -2
- voice_mode/frontend/.next/standalone/.next/server/app/favicon.ico/route.js +2 -2
- voice_mode/frontend/.next/standalone/.next/server/app/index.html +1 -1
- voice_mode/frontend/.next/standalone/.next/server/app/index.rsc +2 -2
- voice_mode/frontend/.next/standalone/.next/server/app/page.js +3 -3
- voice_mode/frontend/.next/standalone/.next/server/app/page_client-reference-manifest.js +1 -1
- voice_mode/frontend/.next/standalone/.next/server/chunks/994.js +1 -1
- voice_mode/frontend/.next/standalone/.next/server/middleware-build-manifest.js +1 -1
- voice_mode/frontend/.next/standalone/.next/server/next-font-manifest.js +1 -1
- voice_mode/frontend/.next/standalone/.next/server/next-font-manifest.json +1 -1
- voice_mode/frontend/.next/standalone/.next/server/pages/404.html +1 -1
- voice_mode/frontend/.next/standalone/.next/server/pages/500.html +1 -1
- voice_mode/frontend/.next/standalone/.next/server/server-reference-manifest.json +1 -1
- voice_mode/frontend/.next/standalone/server.js +1 -1
- voice_mode/frontend/.next/static/chunks/app/layout-d3ec7f6f14ea7396.js +1 -0
- voice_mode/frontend/.next/static/chunks/app/{page-ae0d14863ed895ea.js → page-471796963fb1a4bd.js} +1 -1
- voice_mode/frontend/.next/static/chunks/{main-app-836e76fc70b52220.js → main-app-78da5e437b6a2a9f.js} +1 -1
- voice_mode/frontend/.next/trace +43 -43
- voice_mode/frontend/.next/types/app/api/connection-details/route.ts +1 -1
- voice_mode/frontend/.next/types/app/layout.ts +1 -1
- voice_mode/frontend/.next/types/app/page.ts +1 -1
- voice_mode/frontend/package-lock.json +26 -15
- voice_mode/provider_discovery.py +55 -79
- voice_mode/providers.py +61 -45
- voice_mode/simple_failover.py +41 -12
- voice_mode/tools/__init__.py +138 -30
- voice_mode/tools/converse.py +148 -337
- voice_mode/tools/diagnostics.py +2 -1
- voice_mode/tools/voice_registry.py +24 -28
- {voice_mode-4.4.0.dist-info → voice_mode-4.5.0.dist-info}/METADATA +5 -2
- {voice_mode-4.4.0.dist-info → voice_mode-4.5.0.dist-info}/RECORD +74 -74
- voice_mode/frontend/.next/static/chunks/app/layout-917e8410913fe899.js +0 -1
- /voice_mode/frontend/.next/static/{WhZriRkBKVNPSmCnOFRav → Ni4GIqyDdn0QehvmlLBZg}/_buildManifest.js +0 -0
- /voice_mode/frontend/.next/static/{WhZriRkBKVNPSmCnOFRav → Ni4GIqyDdn0QehvmlLBZg}/_ssgManifest.js +0 -0
- {voice_mode-4.4.0.dist-info → voice_mode-4.5.0.dist-info}/WHEEL +0 -0
- {voice_mode-4.4.0.dist-info → voice_mode-4.5.0.dist-info}/entry_points.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: voice-mode
|
3
|
-
Version: 4.
|
3
|
+
Version: 4.5.0
|
4
4
|
Summary: VoiceMode - Voice interaction capabilities for AI assistants (formerly voice-mcp)
|
5
5
|
Project-URL: Homepage, https://github.com/mbailey/voicemode
|
6
6
|
Project-URL: Repository, https://github.com/mbailey/voicemode
|
@@ -261,9 +261,12 @@ claude mcp add --scope user voice-mode uvx voice-mode
|
|
261
261
|
# Using Claude Code with Nix (NixOS)
|
262
262
|
claude mcp add voice-mode nix run github:mbailey/voicemode
|
263
263
|
|
264
|
-
# Using UV
|
264
|
+
# Using UV (recommended)
|
265
265
|
uvx voice-mode
|
266
266
|
|
267
|
+
# For cleanest experience with UV (no deprecation warnings):
|
268
|
+
UV_PYTHON=python3.13 uvx voice-mode
|
269
|
+
|
267
270
|
# Using pip
|
268
271
|
pip install voice-mode
|
269
272
|
|
@@ -1,16 +1,16 @@
|
|
1
1
|
voice_mode/__init__.py,sha256=PDCwE2rrm8yyYxEiQQJkznQ_4xYp3DWIxGSB84K_mnI,346
|
2
2
|
voice_mode/__main__.py,sha256=td-njie1XgkR-NrQjOEUse4TSJBC8DAmYywHum3V6WQ,138
|
3
|
-
voice_mode/__version__.py,sha256=
|
4
|
-
voice_mode/cli.py,sha256=
|
5
|
-
voice_mode/config.py,sha256=
|
6
|
-
voice_mode/conversation_logger.py,sha256=
|
7
|
-
voice_mode/core.py,sha256=
|
3
|
+
voice_mode/__version__.py,sha256=GG-lRFEh9D_RIUAKuMUHnZd-NurJdlD5eP82m9Boq98,100
|
4
|
+
voice_mode/cli.py,sha256=ASVK_N3ca_ZMBGIzbAp9-PmbNA_7atdJmwNeh833C5g,77420
|
5
|
+
voice_mode/config.py,sha256=WsrRcmsYwNE0p2WzT1FqbuEXsNmBjwFCDiTR7N9hGY8,36357
|
6
|
+
voice_mode/conversation_logger.py,sha256=kqlEDr2o0G8uwv_y2nWkhTqUsCL8xf_j-Y3K-o7naZ0,9665
|
7
|
+
voice_mode/core.py,sha256=QpeOZuFfakNmDWO7HpyrMmJYCO776dkti_e505rd2uI,28787
|
8
8
|
voice_mode/pronounce.py,sha256=D9hKP8Op5PZMn9kalIifNcg3GMBIJOemgnhHGOGQSnU,13752
|
9
|
-
voice_mode/provider_discovery.py,sha256=
|
10
|
-
voice_mode/providers.py,sha256=
|
9
|
+
voice_mode/provider_discovery.py,sha256=AA4Ner4i7ufgQVt1sq9y2csgSyvWwkToNrTzBCDGQtI,14007
|
10
|
+
voice_mode/providers.py,sha256=Wck2_GFSjiQp0WEXA0UsOVcrVTzNWkKdW5dYYRIa9bY,12629
|
11
11
|
voice_mode/server.py,sha256=IhdTtraP51UlmN_yKDAk_ZBBxtkDOEdBV6B4olu7uVA,3044
|
12
12
|
voice_mode/shared.py,sha256=dr6rki6lKPtn6lhkZSXbIJl-rhK9dKXAw6eYpHFhUOU,3468
|
13
|
-
voice_mode/simple_failover.py,sha256=
|
13
|
+
voice_mode/simple_failover.py,sha256=IsEeEytcCrNtev5r9NFPvyhouktiZWr5QDN8eL5Ga6E,7665
|
14
14
|
voice_mode/statistics.py,sha256=ckssYzOJMMgCfmmGNlCRhX4o9y0LWN9Gt42WlEUI3DE,15785
|
15
15
|
voice_mode/statistics_tracking.py,sha256=4F5dW0zSOFvWrw86Zl0hHdOCW9mVLlyGh01Mf8Ex_Fk,1568
|
16
16
|
voice_mode/streaming.py,sha256=AP0dPt8jAGnM_i3qhtPe4334EBQryWxOJ6NPt48tHvE,21744
|
@@ -20,7 +20,7 @@ voice_mode/cli_commands/claude.py,sha256=IjyvTg3639f74926gLAgIxqBBHq0aWcKex_l-zA
|
|
20
20
|
voice_mode/cli_commands/exchanges.py,sha256=R8k_MtiZmDG7ST974MoDTkUKgvGgLNESzTjg2dvZRoY,16828
|
21
21
|
voice_mode/cli_commands/hook.py,sha256=72azdD0_kHlqfDRgo8udqsHYZzAftsvXgFf4LFEMBc0,7374
|
22
22
|
voice_mode/cli_commands/pronounce_commands.py,sha256=uznL2OYGc-asQGSLciHo--o-nyuQV-ZS8ZMoBjmD6o0,7941
|
23
|
-
voice_mode/cli_commands/transcribe.py,sha256=
|
23
|
+
voice_mode/cli_commands/transcribe.py,sha256=ekcWRKVkFWAfg5IQocYJv6aZb-ard3Vd_tr1mEyYQu4,4301
|
24
24
|
voice_mode/data/default_pronunciation.yaml,sha256=LD3TRi2R4A9h8CG5sg9tqF-fLgpMdy7je4A2irLWXY0,6048
|
25
25
|
voice_mode/data/versions.json,sha256=84CR9_GOFEIlBouznSSIoZX7kKY_qZt5aupUgsYnvKs,1166
|
26
26
|
voice_mode/exchanges/__init__.py,sha256=2rNsolj3FzY-3Xes6q_J6a-Eo6oTRWsl8Mu1VmJKeAE,734
|
@@ -33,64 +33,64 @@ voice_mode/exchanges/stats.py,sha256=UVnJnVuqmd64T_iqBLVLPjTIDoyZwRg-MZUFJMHHWxg
|
|
33
33
|
voice_mode/frontend/README.md,sha256=uosvWgNiWL_sP9liv-wnDNdPmJ3oFiLstXygxyzcN7A,2131
|
34
34
|
voice_mode/frontend/next-env.d.ts,sha256=ndnWQs24fU1bMXMhfgxFQps-R6b1z1-w6tbGROxf7QE,228
|
35
35
|
voice_mode/frontend/next.config.mjs,sha256=5kqiwwjpFblS_IHlnDJh7ELk_3rldB6pcSXIbrkytpQ,767
|
36
|
-
voice_mode/frontend/package-lock.json,sha256=
|
36
|
+
voice_mode/frontend/package-lock.json,sha256=QX_tcffxft5W2uW0gOkasXWlGMi-dyeWJP0YkvVIekA,143960
|
37
37
|
voice_mode/frontend/package.json,sha256=BUOh3UiaHq1D0Bww-jy2EjhOi-47rjOipeUqXONJndo,1150
|
38
38
|
voice_mode/frontend/pnpm-lock.yaml,sha256=DSl1H3fb4tNVrHjsc5HbflJJIr95erkADNeUoFY21x4,127796
|
39
39
|
voice_mode/frontend/postcss.config.mjs,sha256=76ZcZeF9UdWFcO3OnXArBgT99qm422Wvrtjwda-IZ8c,157
|
40
40
|
voice_mode/frontend/tailwind.config.ts,sha256=w0mWCjy3kwryNcqgub24YLbmd2V9EvOmWSYHmsFdpkY,264
|
41
41
|
voice_mode/frontend/tsconfig.json,sha256=VCAvHW01ulHD2uoyv2fo2iRWjsDLDDQfoLXtLOsXTy0,574
|
42
|
-
voice_mode/frontend/.next/BUILD_ID,sha256=
|
43
|
-
voice_mode/frontend/.next/app-build-manifest.json,sha256=
|
42
|
+
voice_mode/frontend/.next/BUILD_ID,sha256=uwWH9CrsI8oarjfct-EWT3TtObI5QA-1NNxidL_aCoo,21
|
43
|
+
voice_mode/frontend/.next/app-build-manifest.json,sha256=M91xpeVt-zqc4guaemk7sVVHNTK634Lyv0CXnqLCUfc,1010
|
44
44
|
voice_mode/frontend/.next/app-path-routes-manifest.json,sha256=-WXlpEHFoCBUDPfxzUJleLsfZiEUU-rU0hRMZ8AVIJI,140
|
45
|
-
voice_mode/frontend/.next/build-manifest.json,sha256=
|
45
|
+
voice_mode/frontend/.next/build-manifest.json,sha256=Uk9BgKJTZWE44i2lWbzhvcESZhRGAoxY6V9z2tI0t3w,968
|
46
46
|
voice_mode/frontend/.next/export-marker.json,sha256=ALjrM5QMj5hmGX14xIc2wIFDfLaFKlK3n1wQpwjMagI,94
|
47
47
|
voice_mode/frontend/.next/images-manifest.json,sha256=Z1eB8ppSn86wfAon69Z5DSKbg7IoIvyGB8uCu88xGjs,511
|
48
|
-
voice_mode/frontend/.next/next-minimal-server.js.nft.json,sha256=
|
49
|
-
voice_mode/frontend/.next/next-server.js.nft.json,sha256=
|
48
|
+
voice_mode/frontend/.next/next-minimal-server.js.nft.json,sha256=JhhkRQYQxl9O-SfPkGZriwCPdJgfI-erL3jsiNeC5BU,7314
|
49
|
+
voice_mode/frontend/.next/next-server.js.nft.json,sha256=ckxINEqsPrEEPZoeEbY245pF_WwSdCooNWJNGZSofhw,109011
|
50
50
|
voice_mode/frontend/.next/package.json,sha256=CRoE-mfHkHuY4Qb8_4uWThMSl1T85y0k8wJbl8SIf6M,20
|
51
|
-
voice_mode/frontend/.next/prerender-manifest.json,sha256=
|
51
|
+
voice_mode/frontend/.next/prerender-manifest.json,sha256=mKA_f_V4Y_mUwG8OEwSddQWI1Ig8kz_xicJSN67msfc,959
|
52
52
|
voice_mode/frontend/.next/react-loadable-manifest.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
53
|
-
voice_mode/frontend/.next/required-server-files.json,sha256=
|
53
|
+
voice_mode/frontend/.next/required-server-files.json,sha256=YqPAm-Us52t74AGKZcSPPyF-MVeTjoPuINYpG_LnNCE,4748
|
54
54
|
voice_mode/frontend/.next/routes-manifest.json,sha256=DqV6K_WLiS6wKvdr8TpF7-uBhH7xbrg7xeznwWaeO70,831
|
55
|
-
voice_mode/frontend/.next/trace,sha256=
|
55
|
+
voice_mode/frontend/.next/trace,sha256=fJT_hc9ZxzYT2_z4K3f22_OQefY36rrMczyw5IWo8IU,894205
|
56
56
|
voice_mode/frontend/.next/server/app-paths-manifest.json,sha256=Xyxtr52aubW5XDHj7Ms66qiSJfwCkBVeL3ekU8uh2os,202
|
57
57
|
voice_mode/frontend/.next/server/font-manifest.json,sha256=T1PNoYwrqgwDVLtfmj7L5e0Sq02OEbqHPC8RFhICuUU,2
|
58
58
|
voice_mode/frontend/.next/server/functions-config-manifest.json,sha256=CUXUfXux-dC5WRXm4vr6xa3f-RKEsEV1aG-hO3KK0CE,56
|
59
59
|
voice_mode/frontend/.next/server/interception-route-rewrite-manifest.js,sha256=_FEz5ArPCeZRewc93XtcDCGNCZOISJAiEPLME_COHIE,48
|
60
|
-
voice_mode/frontend/.next/server/middleware-build-manifest.js,sha256=
|
60
|
+
voice_mode/frontend/.next/server/middleware-build-manifest.js,sha256=H89GegX_iWbL8-XFC5wfs1r3W4OLu_J5m7ncSSwanGE,888
|
61
61
|
voice_mode/frontend/.next/server/middleware-manifest.json,sha256=CoUgvH4Hb3rnF8LWJxOZDIPoo9dGJvMno4RLwFBOIQw,83
|
62
62
|
voice_mode/frontend/.next/server/middleware-react-loadable-manifest.js,sha256=rS557JHipUQIQNo9i9IiwnmztMR-ialoMnpm9ssS64I,36
|
63
|
-
voice_mode/frontend/.next/server/next-font-manifest.js,sha256
|
64
|
-
voice_mode/frontend/.next/server/next-font-manifest.json,sha256=
|
63
|
+
voice_mode/frontend/.next/server/next-font-manifest.js,sha256=KJDOlB5gXw3iPTV-Gj_syofbGDn6P8nmk5z_FjzO0pc,228
|
64
|
+
voice_mode/frontend/.next/server/next-font-manifest.json,sha256=Etww1LyAvJnsVDN1vDY9GtiO9w5uMz4Kt0WZcJsTB78,199
|
65
65
|
voice_mode/frontend/.next/server/pages-manifest.json,sha256=CtIVJgXR_t73dArygJmC6GsgbxLMM1N2fAUgg0-bUc8,111
|
66
66
|
voice_mode/frontend/.next/server/server-reference-manifest.js,sha256=zgEAbADh9jvL_kGz9-3SYNlptB0KMjtwXETh753xPYw,123
|
67
|
-
voice_mode/frontend/.next/server/server-reference-manifest.json,sha256=
|
67
|
+
voice_mode/frontend/.next/server/server-reference-manifest.json,sha256=Vb7a6mzwwSiiRBM3bV_8pEvRv-NeR9RccWvmRfX5rgY,84
|
68
68
|
voice_mode/frontend/.next/server/webpack-runtime.js,sha256=mmuyol21D9il2KNetWeEUG5OBu3z05WsphIyIbwvads,1469
|
69
|
-
voice_mode/frontend/.next/server/app/_not-found.html,sha256=
|
69
|
+
voice_mode/frontend/.next/server/app/_not-found.html,sha256=o2fOJXUDax57tA3PMcBf_hJ7IgvEJkO0jVzmF7MAn20,6752
|
70
70
|
voice_mode/frontend/.next/server/app/_not-found.meta,sha256=8-vSzkZIhJgJ7_uOmMyzHNf5QN3Exhbk-5ObKal4lrc,142
|
71
|
-
voice_mode/frontend/.next/server/app/_not-found.rsc,sha256=
|
71
|
+
voice_mode/frontend/.next/server/app/_not-found.rsc,sha256=SKMfyAO08c4YoP6I4EnzKfd3yLQza7soL4Cqie-AJEk,3621
|
72
72
|
voice_mode/frontend/.next/server/app/favicon.ico.body,sha256=Cc2QdQ-OI3iME7dIf86sbqXHW3D8LPUprF_KB2KZogI,15406
|
73
73
|
voice_mode/frontend/.next/server/app/favicon.ico.meta,sha256=iac7LJDMkBlPpPPzKMbIDSh2bqoxNKhYx_5nQjo5Tds,211
|
74
|
-
voice_mode/frontend/.next/server/app/index.html,sha256=
|
74
|
+
voice_mode/frontend/.next/server/app/index.html,sha256=nDwxVrhqdT-u5Zp3R6xMl5RbqgLxKMlgQC5UrwfifJI,5396
|
75
75
|
voice_mode/frontend/.next/server/app/index.meta,sha256=BDswoSxeaM0dEV3Vl3-2HNVKE5mS5NQhBYZcQQt5mnQ,80
|
76
|
-
voice_mode/frontend/.next/server/app/index.rsc,sha256=
|
77
|
-
voice_mode/frontend/.next/server/app/page.js,sha256=
|
76
|
+
voice_mode/frontend/.next/server/app/index.rsc,sha256=9U4oHjDLB6shYsBmlIcKnGr2rwHtn8LMI6Q3ZNnEXEU,2438
|
77
|
+
voice_mode/frontend/.next/server/app/page.js,sha256=0WZDWzOYLkV2VSqHuweUdebS9dP5lyW_NstRYFMHWsk,611918
|
78
78
|
voice_mode/frontend/.next/server/app/page.js.nft.json,sha256=6plKkaMV7NDsYDUQsMAnayayODq1vS_l6nRXRrm9Trg,1168
|
79
|
-
voice_mode/frontend/.next/server/app/page_client-reference-manifest.js,sha256=
|
80
|
-
voice_mode/frontend/.next/server/app/_not-found/page.js,sha256=
|
79
|
+
voice_mode/frontend/.next/server/app/page_client-reference-manifest.js,sha256=ks378kKNdfMZGmoH30tGYTyT_Bwl2CxJA3eGjZKBhSo,4174
|
80
|
+
voice_mode/frontend/.next/server/app/_not-found/page.js,sha256=YNiqeK6PwREkGW_rxXT8vrsmjBCBwiny-bWVbO6V_XY,3386
|
81
81
|
voice_mode/frontend/.next/server/app/_not-found/page.js.nft.json,sha256=7Z_Wav7koMsnepi3GignvrVRYuDbzwvKqqg84LuoSis,1195
|
82
|
-
voice_mode/frontend/.next/server/app/_not-found/page_client-reference-manifest.js,sha256=
|
83
|
-
voice_mode/frontend/.next/server/app/api/connection-details/route.js,sha256=
|
82
|
+
voice_mode/frontend/.next/server/app/_not-found/page_client-reference-manifest.js,sha256=5yW_VYN1UTrD-YMXodvcS4TMa1EyaDRJwVJrEUYDg7k,4277
|
83
|
+
voice_mode/frontend/.next/server/app/api/connection-details/route.js,sha256=q_nmDfRHqDZjbGSXZS8624CyltRD80EzIdPINNIg5gs,121019
|
84
84
|
voice_mode/frontend/.next/server/app/api/connection-details/route.js.nft.json,sha256=qjdiqEpb5s6iSOQsC1MI3A0_sVjbF9Eh1t1mR_VcS9o,1327
|
85
|
-
voice_mode/frontend/.next/server/app/favicon.ico/route.js,sha256=
|
85
|
+
voice_mode/frontend/.next/server/app/favicon.ico/route.js,sha256=A3xPZnpozeM9zvcSK15Rm_GuVQJCFHq_PMEkLdNMJOo,66227
|
86
86
|
voice_mode/frontend/.next/server/app/favicon.ico/route.js.nft.json,sha256=xn4G0NuxuIbLuaN_3PVtjN4lYs5MWduPcvqhdZwRNkQ,1248
|
87
87
|
voice_mode/frontend/.next/server/chunks/463.js,sha256=9Fg9G6vSgz6lLnnirTbzQKyy5MQAf59a16SvYM0xDFc,6201
|
88
88
|
voice_mode/frontend/.next/server/chunks/682.js,sha256=dxTmuBsZ77qjHYtQvwM0HeoE4FnESxOOpTnhW3ABg18,33636
|
89
89
|
voice_mode/frontend/.next/server/chunks/948.js,sha256=2QNDLi5TnS9qLpgKRmsx_sJzO2vtdQJIRn124o6fjeI,57650
|
90
|
-
voice_mode/frontend/.next/server/chunks/994.js,sha256=
|
90
|
+
voice_mode/frontend/.next/server/chunks/994.js,sha256=GZ_bT2EbqmIl9Df4AmZUsEgEvZVZmUh3_4-WHXYXBcQ,95353
|
91
91
|
voice_mode/frontend/.next/server/chunks/font-manifest.json,sha256=T1PNoYwrqgwDVLtfmj7L5e0Sq02OEbqHPC8RFhICuUU,2
|
92
|
-
voice_mode/frontend/.next/server/pages/404.html,sha256=
|
93
|
-
voice_mode/frontend/.next/server/pages/500.html,sha256=
|
92
|
+
voice_mode/frontend/.next/server/pages/404.html,sha256=o2fOJXUDax57tA3PMcBf_hJ7IgvEJkO0jVzmF7MAn20,6752
|
93
|
+
voice_mode/frontend/.next/server/pages/500.html,sha256=3pca5QdeyFIPZfALN9DObaQGVgZA5U-CM2bSKBOdmqo,1995
|
94
94
|
voice_mode/frontend/.next/server/pages/_app.js,sha256=xv0yBH2BTySxH6d7_oFG8KbedK3Jhvvg9SQ7pSaSPrE,3291
|
95
95
|
voice_mode/frontend/.next/server/pages/_app.js.nft.json,sha256=4DM09IfF6_ws-h14UVrroVq0Ri8tNeDEwwZ2c244nKM,517
|
96
96
|
voice_mode/frontend/.next/server/pages/_document.js,sha256=q-VJKG6tPCpEYWhP0UobYWG_naYdKPuqkRpb4HGMV_Y,378
|
@@ -98,70 +98,70 @@ voice_mode/frontend/.next/server/pages/_document.js.nft.json,sha256=7WnWXoJIsRyt
|
|
98
98
|
voice_mode/frontend/.next/server/pages/_error.js,sha256=1se20NEwePcXdV17_wUw4YhoMwVAenxiXI74aXSRqzU,8619
|
99
99
|
voice_mode/frontend/.next/server/pages/_error.js.nft.json,sha256=uK8O79iTeItVu_-Dz90fkTMA1GYxQEpTWU8TndjkfVQ,1855
|
100
100
|
voice_mode/frontend/.next/standalone/package.json,sha256=BUOh3UiaHq1D0Bww-jy2EjhOi-47rjOipeUqXONJndo,1150
|
101
|
-
voice_mode/frontend/.next/standalone/server.js,sha256=
|
102
|
-
voice_mode/frontend/.next/standalone/.next/BUILD_ID,sha256=
|
103
|
-
voice_mode/frontend/.next/standalone/.next/app-build-manifest.json,sha256=
|
101
|
+
voice_mode/frontend/.next/standalone/server.js,sha256=qIRqhEvFh9d9RfRKssE1Z6W4oLK_JYeTJWYI0YRJhtY,4741
|
102
|
+
voice_mode/frontend/.next/standalone/.next/BUILD_ID,sha256=uwWH9CrsI8oarjfct-EWT3TtObI5QA-1NNxidL_aCoo,21
|
103
|
+
voice_mode/frontend/.next/standalone/.next/app-build-manifest.json,sha256=M91xpeVt-zqc4guaemk7sVVHNTK634Lyv0CXnqLCUfc,1010
|
104
104
|
voice_mode/frontend/.next/standalone/.next/app-path-routes-manifest.json,sha256=-WXlpEHFoCBUDPfxzUJleLsfZiEUU-rU0hRMZ8AVIJI,140
|
105
|
-
voice_mode/frontend/.next/standalone/.next/build-manifest.json,sha256=
|
105
|
+
voice_mode/frontend/.next/standalone/.next/build-manifest.json,sha256=Uk9BgKJTZWE44i2lWbzhvcESZhRGAoxY6V9z2tI0t3w,968
|
106
106
|
voice_mode/frontend/.next/standalone/.next/package.json,sha256=CRoE-mfHkHuY4Qb8_4uWThMSl1T85y0k8wJbl8SIf6M,20
|
107
|
-
voice_mode/frontend/.next/standalone/.next/prerender-manifest.json,sha256=
|
107
|
+
voice_mode/frontend/.next/standalone/.next/prerender-manifest.json,sha256=mKA_f_V4Y_mUwG8OEwSddQWI1Ig8kz_xicJSN67msfc,959
|
108
108
|
voice_mode/frontend/.next/standalone/.next/react-loadable-manifest.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
109
|
-
voice_mode/frontend/.next/standalone/.next/required-server-files.json,sha256=
|
109
|
+
voice_mode/frontend/.next/standalone/.next/required-server-files.json,sha256=YqPAm-Us52t74AGKZcSPPyF-MVeTjoPuINYpG_LnNCE,4748
|
110
110
|
voice_mode/frontend/.next/standalone/.next/routes-manifest.json,sha256=DqV6K_WLiS6wKvdr8TpF7-uBhH7xbrg7xeznwWaeO70,831
|
111
111
|
voice_mode/frontend/.next/standalone/.next/server/app-paths-manifest.json,sha256=Xyxtr52aubW5XDHj7Ms66qiSJfwCkBVeL3ekU8uh2os,202
|
112
112
|
voice_mode/frontend/.next/standalone/.next/server/font-manifest.json,sha256=T1PNoYwrqgwDVLtfmj7L5e0Sq02OEbqHPC8RFhICuUU,2
|
113
|
-
voice_mode/frontend/.next/standalone/.next/server/middleware-build-manifest.js,sha256=
|
113
|
+
voice_mode/frontend/.next/standalone/.next/server/middleware-build-manifest.js,sha256=H89GegX_iWbL8-XFC5wfs1r3W4OLu_J5m7ncSSwanGE,888
|
114
114
|
voice_mode/frontend/.next/standalone/.next/server/middleware-manifest.json,sha256=CoUgvH4Hb3rnF8LWJxOZDIPoo9dGJvMno4RLwFBOIQw,83
|
115
115
|
voice_mode/frontend/.next/standalone/.next/server/middleware-react-loadable-manifest.js,sha256=rS557JHipUQIQNo9i9IiwnmztMR-ialoMnpm9ssS64I,36
|
116
|
-
voice_mode/frontend/.next/standalone/.next/server/next-font-manifest.js,sha256
|
117
|
-
voice_mode/frontend/.next/standalone/.next/server/next-font-manifest.json,sha256=
|
116
|
+
voice_mode/frontend/.next/standalone/.next/server/next-font-manifest.js,sha256=KJDOlB5gXw3iPTV-Gj_syofbGDn6P8nmk5z_FjzO0pc,228
|
117
|
+
voice_mode/frontend/.next/standalone/.next/server/next-font-manifest.json,sha256=Etww1LyAvJnsVDN1vDY9GtiO9w5uMz4Kt0WZcJsTB78,199
|
118
118
|
voice_mode/frontend/.next/standalone/.next/server/pages-manifest.json,sha256=CtIVJgXR_t73dArygJmC6GsgbxLMM1N2fAUgg0-bUc8,111
|
119
119
|
voice_mode/frontend/.next/standalone/.next/server/server-reference-manifest.js,sha256=zgEAbADh9jvL_kGz9-3SYNlptB0KMjtwXETh753xPYw,123
|
120
|
-
voice_mode/frontend/.next/standalone/.next/server/server-reference-manifest.json,sha256=
|
120
|
+
voice_mode/frontend/.next/standalone/.next/server/server-reference-manifest.json,sha256=Vb7a6mzwwSiiRBM3bV_8pEvRv-NeR9RccWvmRfX5rgY,84
|
121
121
|
voice_mode/frontend/.next/standalone/.next/server/webpack-runtime.js,sha256=mmuyol21D9il2KNetWeEUG5OBu3z05WsphIyIbwvads,1469
|
122
|
-
voice_mode/frontend/.next/standalone/.next/server/app/_not-found.html,sha256=
|
122
|
+
voice_mode/frontend/.next/standalone/.next/server/app/_not-found.html,sha256=o2fOJXUDax57tA3PMcBf_hJ7IgvEJkO0jVzmF7MAn20,6752
|
123
123
|
voice_mode/frontend/.next/standalone/.next/server/app/_not-found.meta,sha256=8-vSzkZIhJgJ7_uOmMyzHNf5QN3Exhbk-5ObKal4lrc,142
|
124
|
-
voice_mode/frontend/.next/standalone/.next/server/app/_not-found.rsc,sha256=
|
124
|
+
voice_mode/frontend/.next/standalone/.next/server/app/_not-found.rsc,sha256=SKMfyAO08c4YoP6I4EnzKfd3yLQza7soL4Cqie-AJEk,3621
|
125
125
|
voice_mode/frontend/.next/standalone/.next/server/app/favicon.ico.body,sha256=Cc2QdQ-OI3iME7dIf86sbqXHW3D8LPUprF_KB2KZogI,15406
|
126
126
|
voice_mode/frontend/.next/standalone/.next/server/app/favicon.ico.meta,sha256=iac7LJDMkBlPpPPzKMbIDSh2bqoxNKhYx_5nQjo5Tds,211
|
127
|
-
voice_mode/frontend/.next/standalone/.next/server/app/index.html,sha256=
|
127
|
+
voice_mode/frontend/.next/standalone/.next/server/app/index.html,sha256=nDwxVrhqdT-u5Zp3R6xMl5RbqgLxKMlgQC5UrwfifJI,5396
|
128
128
|
voice_mode/frontend/.next/standalone/.next/server/app/index.meta,sha256=BDswoSxeaM0dEV3Vl3-2HNVKE5mS5NQhBYZcQQt5mnQ,80
|
129
|
-
voice_mode/frontend/.next/standalone/.next/server/app/index.rsc,sha256=
|
130
|
-
voice_mode/frontend/.next/standalone/.next/server/app/page.js,sha256=
|
129
|
+
voice_mode/frontend/.next/standalone/.next/server/app/index.rsc,sha256=9U4oHjDLB6shYsBmlIcKnGr2rwHtn8LMI6Q3ZNnEXEU,2438
|
130
|
+
voice_mode/frontend/.next/standalone/.next/server/app/page.js,sha256=0WZDWzOYLkV2VSqHuweUdebS9dP5lyW_NstRYFMHWsk,611918
|
131
131
|
voice_mode/frontend/.next/standalone/.next/server/app/page.js.nft.json,sha256=6plKkaMV7NDsYDUQsMAnayayODq1vS_l6nRXRrm9Trg,1168
|
132
|
-
voice_mode/frontend/.next/standalone/.next/server/app/page_client-reference-manifest.js,sha256=
|
133
|
-
voice_mode/frontend/.next/standalone/.next/server/app/_not-found/page.js,sha256=
|
132
|
+
voice_mode/frontend/.next/standalone/.next/server/app/page_client-reference-manifest.js,sha256=ks378kKNdfMZGmoH30tGYTyT_Bwl2CxJA3eGjZKBhSo,4174
|
133
|
+
voice_mode/frontend/.next/standalone/.next/server/app/_not-found/page.js,sha256=YNiqeK6PwREkGW_rxXT8vrsmjBCBwiny-bWVbO6V_XY,3386
|
134
134
|
voice_mode/frontend/.next/standalone/.next/server/app/_not-found/page.js.nft.json,sha256=7Z_Wav7koMsnepi3GignvrVRYuDbzwvKqqg84LuoSis,1195
|
135
|
-
voice_mode/frontend/.next/standalone/.next/server/app/_not-found/page_client-reference-manifest.js,sha256=
|
136
|
-
voice_mode/frontend/.next/standalone/.next/server/app/api/connection-details/route.js,sha256=
|
135
|
+
voice_mode/frontend/.next/standalone/.next/server/app/_not-found/page_client-reference-manifest.js,sha256=5yW_VYN1UTrD-YMXodvcS4TMa1EyaDRJwVJrEUYDg7k,4277
|
136
|
+
voice_mode/frontend/.next/standalone/.next/server/app/api/connection-details/route.js,sha256=q_nmDfRHqDZjbGSXZS8624CyltRD80EzIdPINNIg5gs,121019
|
137
137
|
voice_mode/frontend/.next/standalone/.next/server/app/api/connection-details/route.js.nft.json,sha256=qjdiqEpb5s6iSOQsC1MI3A0_sVjbF9Eh1t1mR_VcS9o,1327
|
138
|
-
voice_mode/frontend/.next/standalone/.next/server/app/favicon.ico/route.js,sha256=
|
138
|
+
voice_mode/frontend/.next/standalone/.next/server/app/favicon.ico/route.js,sha256=A3xPZnpozeM9zvcSK15Rm_GuVQJCFHq_PMEkLdNMJOo,66227
|
139
139
|
voice_mode/frontend/.next/standalone/.next/server/app/favicon.ico/route.js.nft.json,sha256=xn4G0NuxuIbLuaN_3PVtjN4lYs5MWduPcvqhdZwRNkQ,1248
|
140
140
|
voice_mode/frontend/.next/standalone/.next/server/chunks/463.js,sha256=9Fg9G6vSgz6lLnnirTbzQKyy5MQAf59a16SvYM0xDFc,6201
|
141
141
|
voice_mode/frontend/.next/standalone/.next/server/chunks/682.js,sha256=dxTmuBsZ77qjHYtQvwM0HeoE4FnESxOOpTnhW3ABg18,33636
|
142
142
|
voice_mode/frontend/.next/standalone/.next/server/chunks/948.js,sha256=2QNDLi5TnS9qLpgKRmsx_sJzO2vtdQJIRn124o6fjeI,57650
|
143
|
-
voice_mode/frontend/.next/standalone/.next/server/chunks/994.js,sha256=
|
144
|
-
voice_mode/frontend/.next/standalone/.next/server/pages/404.html,sha256=
|
145
|
-
voice_mode/frontend/.next/standalone/.next/server/pages/500.html,sha256=
|
143
|
+
voice_mode/frontend/.next/standalone/.next/server/chunks/994.js,sha256=GZ_bT2EbqmIl9Df4AmZUsEgEvZVZmUh3_4-WHXYXBcQ,95353
|
144
|
+
voice_mode/frontend/.next/standalone/.next/server/pages/404.html,sha256=o2fOJXUDax57tA3PMcBf_hJ7IgvEJkO0jVzmF7MAn20,6752
|
145
|
+
voice_mode/frontend/.next/standalone/.next/server/pages/500.html,sha256=3pca5QdeyFIPZfALN9DObaQGVgZA5U-CM2bSKBOdmqo,1995
|
146
146
|
voice_mode/frontend/.next/standalone/.next/server/pages/_app.js,sha256=xv0yBH2BTySxH6d7_oFG8KbedK3Jhvvg9SQ7pSaSPrE,3291
|
147
147
|
voice_mode/frontend/.next/standalone/.next/server/pages/_app.js.nft.json,sha256=4DM09IfF6_ws-h14UVrroVq0Ri8tNeDEwwZ2c244nKM,517
|
148
148
|
voice_mode/frontend/.next/standalone/.next/server/pages/_document.js,sha256=q-VJKG6tPCpEYWhP0UobYWG_naYdKPuqkRpb4HGMV_Y,378
|
149
149
|
voice_mode/frontend/.next/standalone/.next/server/pages/_document.js.nft.json,sha256=7WnWXoJIsRytU5c-NAEx-tGGNI1TP2CMldwr8xtDQYk,1932
|
150
150
|
voice_mode/frontend/.next/standalone/.next/server/pages/_error.js,sha256=1se20NEwePcXdV17_wUw4YhoMwVAenxiXI74aXSRqzU,8619
|
151
151
|
voice_mode/frontend/.next/standalone/.next/server/pages/_error.js.nft.json,sha256=uK8O79iTeItVu_-Dz90fkTMA1GYxQEpTWU8TndjkfVQ,1855
|
152
|
-
voice_mode/frontend/.next/static/
|
153
|
-
voice_mode/frontend/.next/static/
|
152
|
+
voice_mode/frontend/.next/static/Ni4GIqyDdn0QehvmlLBZg/_buildManifest.js,sha256=UGi5XJhF4u-NRxMqU360JM2afxCS1essSVUEqY6sl5c,224
|
153
|
+
voice_mode/frontend/.next/static/Ni4GIqyDdn0QehvmlLBZg/_ssgManifest.js,sha256=Z49s4suAsf5y_GfnQSvm4qtq2ggxEbZPfEDTXjy6XgA,80
|
154
154
|
voice_mode/frontend/.next/static/chunks/117-40bc79a2b97edb21.js,sha256=sKMdOWIlJELukIK1QNRwH8hweTr_NgWzvc-bHWrZ9zM,123528
|
155
155
|
voice_mode/frontend/.next/static/chunks/144d3bae-2d5f122b82426d88.js,sha256=tGa8lG7iuv-oxVEA7BdFJPmskDLIVXYnDOBb6j4_zp8,383332
|
156
156
|
voice_mode/frontend/.next/static/chunks/471-bd4b96a33883dfa2.js,sha256=qT-fK-XMK3eAlXh2APHuRcKfG9EriUu-tXTEcNYWUp0,194375
|
157
157
|
voice_mode/frontend/.next/static/chunks/fd9d1056-af324d327b243cf1.js,sha256=uL3flIHYWdZI4eBQ-DIus97-PdP5vRP0xE3W8uz1q4A,172834
|
158
158
|
voice_mode/frontend/.next/static/chunks/framework-f66176bb897dc684.js,sha256=QlDVPwvHVuzi3daQoAit0df9yIdSjGcfTf6NkW13h7c,139978
|
159
159
|
voice_mode/frontend/.next/static/chunks/main-3163eca598b76a9f.js,sha256=IwuNOgi-ik3KFA_tnaPvAfRY5q6hTp4DRK1lkjkWdwQ,116431
|
160
|
-
voice_mode/frontend/.next/static/chunks/main-app-
|
160
|
+
voice_mode/frontend/.next/static/chunks/main-app-78da5e437b6a2a9f.js,sha256=Fc9dpAVJITfVqhlZHrOFsK4QMOAnvemztRs125QztO4,461
|
161
161
|
voice_mode/frontend/.next/static/chunks/polyfills-42372ed130431b0a.js,sha256=CXPB1kyIrcjjyVBBDLWLKI9yEY1ZZbeASUON648vloM,112594
|
162
162
|
voice_mode/frontend/.next/static/chunks/webpack-0ea9b80f19935b70.js,sha256=1Us0m_ZxEgMEb2DAN4ePlpq9Fv7QqUxcuV2CqICEB5w,3605
|
163
|
-
voice_mode/frontend/.next/static/chunks/app/layout-
|
164
|
-
voice_mode/frontend/.next/static/chunks/app/page-
|
163
|
+
voice_mode/frontend/.next/static/chunks/app/layout-d3ec7f6f14ea7396.js,sha256=PZmYlyqPYRTArR_jFOgop-H9sA_cEJIJe5GackFd4S4,505
|
164
|
+
voice_mode/frontend/.next/static/chunks/app/page-471796963fb1a4bd.js,sha256=rrj7lYD4DJ-B5ZgtI39U703cBKh5uzSyCQKAHKbb3Mo,7666
|
165
165
|
voice_mode/frontend/.next/static/chunks/app/_not-found/page-5011050e402ab9c8.js,sha256=u5LYOU4LZ2HFeEcz6xZqSflSnU4WDt-TnQNu3CdcEWk,1745
|
166
166
|
voice_mode/frontend/.next/static/chunks/pages/_app-72b849fbd24ac258.js,sha256=QN-PY1h1HDIO4K4ZYwFl6rtEeaxWCynYauVLK_oWmzE,280
|
167
167
|
voice_mode/frontend/.next/static/chunks/pages/_error-7ba65e1336b92748.js,sha256=oxr2dz6MkKWnm3jN3fWb2RPhCHB4-JgrzVMS_wTNr_E,247
|
@@ -170,9 +170,9 @@ voice_mode/frontend/.next/static/media/01099be941da1820-s.woff2,sha256=ZaNN8qxUZ
|
|
170
170
|
voice_mode/frontend/.next/static/media/39883d31a7792467-s.p.woff2,sha256=i_qVPOm6vZ-H4B0Mk_d5yUQR_YKsz4XRc-8J2R_QWKs,14620
|
171
171
|
voice_mode/frontend/.next/static/media/6368404d2e8d66fe-s.woff2,sha256=2GFQ1JjbLJOSmwrIsgCHPVMSJpcx2QX2i13kJbg8IFE,4464
|
172
172
|
voice_mode/frontend/.next/types/package.json,sha256=49WkothVGqUsWgHSoO-y4GotlxG09cXx0g3m4hgH4s0,18
|
173
|
-
voice_mode/frontend/.next/types/app/layout.ts,sha256=
|
174
|
-
voice_mode/frontend/.next/types/app/page.ts,sha256=
|
175
|
-
voice_mode/frontend/.next/types/app/api/connection-details/route.ts,sha256=
|
173
|
+
voice_mode/frontend/.next/types/app/layout.ts,sha256=pkpEdeIwMTU122iWWkR5iOLDv5pmhOWO_HgGat4k_5k,3510
|
174
|
+
voice_mode/frontend/.next/types/app/page.ts,sha256=2mHb-74tKKjHxzVKjE8pNuZtzA0WavzIUtH3gyNbtWI,3498
|
175
|
+
voice_mode/frontend/.next/types/app/api/connection-details/route.ts,sha256=U1GEQYbDO60uaCTBISWx1_g_oTQdLARjnhXf5pZzeQg,8530
|
176
176
|
voice_mode/frontend/app/favicon.ico,sha256=Cc2QdQ-OI3iME7dIf86sbqXHW3D8LPUprF_KB2KZogI,15406
|
177
177
|
voice_mode/frontend/app/globals.css,sha256=yMCx8ta7sGyt40nzBTlRR644nlAGGYt73zj7e9YLgl4,362
|
178
178
|
voice_mode/frontend/app/layout.tsx,sha256=Q0LYcf_Z8GT8zDhlWgk7XEZArp2ZS2HpB1tmv3epp68,537
|
@@ -208,17 +208,17 @@ voice_mode/templates/systemd/voicemode-frontend.service,sha256=sWIu_9e24Zo3OKP3X
|
|
208
208
|
voice_mode/templates/systemd/voicemode-kokoro.service,sha256=5JGv_Xf9u2MvmbGLBQtNy07i3T0-KsJHPF06FkN40ms,927
|
209
209
|
voice_mode/templates/systemd/voicemode-livekit.service,sha256=hVjT4Vd0SOABXGYbp9iF9R6SWtXXLfRXt7i1xbud6Lg,692
|
210
210
|
voice_mode/templates/systemd/voicemode-whisper.service,sha256=aa5gIHI9xKF0M_DY6SO95QHRFhkV2JOzmFVo2U8RhN4,844
|
211
|
-
voice_mode/tools/__init__.py,sha256=
|
211
|
+
voice_mode/tools/__init__.py,sha256=6xmQqxJfRTv_CN9IMiXFuGxjxk3FgojAeh6F6f3JyYE,5353
|
212
212
|
voice_mode/tools/configuration_management.py,sha256=jR6WYsrkeWRohI8_9kk48YQ6GNwdiMAuTXx3vln_m4w,12748
|
213
|
-
voice_mode/tools/converse.py,sha256=
|
213
|
+
voice_mode/tools/converse.py,sha256=5bz9EL9v6IEJ3LCQ4_V4L49xaHPuzGdlxmevRorPPPE,97613
|
214
214
|
voice_mode/tools/dependencies.py,sha256=V72gS_bD0pCmW_be2Hxs_cEnIoNPFKlK7rE9cLMTDGE,6670
|
215
215
|
voice_mode/tools/devices.py,sha256=v0KV-Rix2lKZMFfVcobHiJB_6NnPAJsuZI5LXYHlgl0,10446
|
216
|
-
voice_mode/tools/diagnostics.py,sha256=
|
216
|
+
voice_mode/tools/diagnostics.py,sha256=SuxRHQCDoSLQhcu_AJpQvd8TZx2WDysK_TpRmZu0-Vw,2127
|
217
217
|
voice_mode/tools/pronounce.py,sha256=neyJXqQxclI8wUAnLOGBCfMXHzvS31NBuaEnt6GLovA,8915
|
218
218
|
voice_mode/tools/providers.py,sha256=KuO5lFmSHjYUoK3hjIqx3l7XeNOLPMAeXQnTtH00Iow,7768
|
219
219
|
voice_mode/tools/service.py,sha256=ll7BsUdSaXSGjtElZf7vSmOspe92ZIyIB-UaYbLrdf4,46454
|
220
220
|
voice_mode/tools/statistics.py,sha256=5vIbC6-BMxwSjP8BclKjJv-LGm50ncB8Ex9XXmZgRfo,8003
|
221
|
-
voice_mode/tools/voice_registry.py,sha256=
|
221
|
+
voice_mode/tools/voice_registry.py,sha256=Sfd1EHlSegOtUK4kHhW9SfP03XFZXJZA4eHo60lY5qM,2224
|
222
222
|
voice_mode/tools/services/list_versions.py,sha256=r_FzHG_2dVxEzDXfxVfPInchGq1h9_4yvJ9ySkinsJk,2573
|
223
223
|
voice_mode/tools/services/version_info.py,sha256=K5CzUlaIpHJKDnudfCeIydOwIhaDTOM59e8FQ1Yyj4A,11344
|
224
224
|
voice_mode/tools/services/kokoro/install.py,sha256=qir72x98o93zCDT-VEXvp0Hj63WYUj1BUHo1_2rJJ44,25188
|
@@ -260,7 +260,7 @@ voice_mode/utils/services/kokoro_helpers.py,sha256=57NsS1i4ptk5Gg3zm5g68QhtV3aU3
|
|
260
260
|
voice_mode/utils/services/livekit_helpers.py,sha256=OFw0GxVIJAZE2m9dGCDZVegWD-LnMO6iSjcOUDgAA9U,3627
|
261
261
|
voice_mode/utils/services/whisper_helpers.py,sha256=1Oy9TR5g5-l6j07KaWlAoijkCUDGaTWIz__BXvV0TWw,19632
|
262
262
|
voice_mode/utils/services/whisper_version.py,sha256=68e0Oa-tG73IJlla-e3P0sh_qzBF4ToYBe4KKZ2FvEY,4861
|
263
|
-
voice_mode-4.
|
264
|
-
voice_mode-4.
|
265
|
-
voice_mode-4.
|
266
|
-
voice_mode-4.
|
263
|
+
voice_mode-4.5.0.dist-info/METADATA,sha256=97fHyPbIN95NU7qgxEOWWXbnjjFISbcMF7G9bybv2pY,24390
|
264
|
+
voice_mode-4.5.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
265
|
+
voice_mode-4.5.0.dist-info/entry_points.txt,sha256=hS5faHc0R5Fde3Z_uvz8u6YkRIYtvh17X8tVN90Rbro,95
|
266
|
+
voice_mode-4.5.0.dist-info/RECORD,,
|
@@ -1 +0,0 @@
|
|
1
|
-
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[185],{7076:function(n,e,t){Promise.resolve().then(t.t.bind(t,5019,23)),Promise.resolve().then(t.t.bind(t,7787,23)),Promise.resolve().then(t.t.bind(t,7960,23))},7960:function(){},7787:function(){},5019:function(n){n.exports={style:{fontFamily:"'__Public_Sans_8ff03a', '__Public_Sans_Fallback_8ff03a'",fontWeight:400,fontStyle:"normal"},className:"__className_8ff03a"}}},function(n){n.O(0,[17,971,117,744],function(){return n(n.s=7076)}),_N_E=n.O()}]);
|
/voice_mode/frontend/.next/static/{WhZriRkBKVNPSmCnOFRav → Ni4GIqyDdn0QehvmlLBZg}/_buildManifest.js
RENAMED
File without changes
|
/voice_mode/frontend/.next/static/{WhZriRkBKVNPSmCnOFRav → Ni4GIqyDdn0QehvmlLBZg}/_ssgManifest.js
RENAMED
File without changes
|
File without changes
|
File without changes
|