voice-mode 3.34.3__py3-none-any.whl → 4.1.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 +8 -0
- voice_mode/cli_commands/pronounce_commands.py +223 -0
- voice_mode/cli_commands/transcribe.py +141 -0
- voice_mode/config.py +139 -37
- voice_mode/data/default_pronunciation.yaml +268 -0
- voice_mode/frontend/.next/BUILD_ID +1 -0
- voice_mode/frontend/.next/app-build-manifest.json +28 -0
- voice_mode/frontend/.next/app-path-routes-manifest.json +1 -0
- voice_mode/frontend/.next/build-manifest.json +32 -0
- voice_mode/frontend/.next/export-marker.json +1 -0
- voice_mode/frontend/.next/images-manifest.json +1 -0
- voice_mode/frontend/.next/next-minimal-server.js.nft.json +1 -0
- voice_mode/frontend/.next/next-server.js.nft.json +1 -0
- voice_mode/frontend/.next/package.json +1 -0
- voice_mode/frontend/.next/prerender-manifest.json +1 -0
- voice_mode/frontend/.next/react-loadable-manifest.json +1 -0
- voice_mode/frontend/.next/required-server-files.json +1 -0
- voice_mode/frontend/.next/routes-manifest.json +1 -0
- voice_mode/frontend/.next/server/app/_not-found/page.js +1 -0
- voice_mode/frontend/.next/server/app/_not-found/page.js.nft.json +1 -0
- voice_mode/frontend/.next/server/app/_not-found/page_client-reference-manifest.js +1 -0
- voice_mode/frontend/.next/server/app/_not-found.html +1 -0
- voice_mode/frontend/.next/server/app/_not-found.meta +6 -0
- voice_mode/frontend/.next/server/app/_not-found.rsc +9 -0
- voice_mode/frontend/.next/server/app/api/connection-details/route.js +12 -0
- voice_mode/frontend/.next/server/app/api/connection-details/route.js.nft.json +1 -0
- voice_mode/frontend/.next/server/app/favicon.ico/route.js +12 -0
- voice_mode/frontend/.next/server/app/favicon.ico/route.js.nft.json +1 -0
- voice_mode/frontend/.next/server/app/favicon.ico.body +0 -0
- voice_mode/frontend/.next/server/app/favicon.ico.meta +1 -0
- voice_mode/frontend/.next/server/app/index.html +1 -0
- voice_mode/frontend/.next/server/app/index.meta +5 -0
- voice_mode/frontend/.next/server/app/index.rsc +7 -0
- voice_mode/frontend/.next/server/app/page.js +11 -0
- voice_mode/frontend/.next/server/app/page.js.nft.json +1 -0
- voice_mode/frontend/.next/server/app/page_client-reference-manifest.js +1 -0
- voice_mode/frontend/.next/server/app-paths-manifest.json +6 -0
- voice_mode/frontend/.next/server/chunks/463.js +1 -0
- voice_mode/frontend/.next/server/chunks/682.js +6 -0
- voice_mode/frontend/.next/server/chunks/948.js +2 -0
- voice_mode/frontend/.next/server/chunks/994.js +2 -0
- voice_mode/frontend/.next/server/chunks/font-manifest.json +1 -0
- voice_mode/frontend/.next/server/font-manifest.json +1 -0
- voice_mode/frontend/.next/server/functions-config-manifest.json +1 -0
- voice_mode/frontend/.next/server/interception-route-rewrite-manifest.js +1 -0
- voice_mode/frontend/.next/server/middleware-build-manifest.js +1 -0
- voice_mode/frontend/.next/server/middleware-manifest.json +6 -0
- voice_mode/frontend/.next/server/middleware-react-loadable-manifest.js +1 -0
- voice_mode/frontend/.next/server/next-font-manifest.js +1 -0
- voice_mode/frontend/.next/server/next-font-manifest.json +1 -0
- voice_mode/frontend/.next/server/pages/404.html +1 -0
- voice_mode/frontend/.next/server/pages/500.html +1 -0
- voice_mode/frontend/.next/server/pages/_app.js +1 -0
- voice_mode/frontend/.next/server/pages/_app.js.nft.json +1 -0
- voice_mode/frontend/.next/server/pages/_document.js +1 -0
- voice_mode/frontend/.next/server/pages/_document.js.nft.json +1 -0
- voice_mode/frontend/.next/server/pages/_error.js +1 -0
- voice_mode/frontend/.next/server/pages/_error.js.nft.json +1 -0
- voice_mode/frontend/.next/server/pages-manifest.json +1 -0
- voice_mode/frontend/.next/server/server-reference-manifest.js +1 -0
- voice_mode/frontend/.next/server/server-reference-manifest.json +1 -0
- voice_mode/frontend/.next/server/webpack-runtime.js +1 -0
- voice_mode/frontend/.next/standalone/.next/BUILD_ID +1 -0
- voice_mode/frontend/.next/standalone/.next/app-build-manifest.json +28 -0
- voice_mode/frontend/.next/standalone/.next/app-path-routes-manifest.json +1 -0
- voice_mode/frontend/.next/standalone/.next/build-manifest.json +32 -0
- voice_mode/frontend/.next/standalone/.next/package.json +1 -0
- voice_mode/frontend/.next/standalone/.next/prerender-manifest.json +1 -0
- voice_mode/frontend/.next/standalone/.next/react-loadable-manifest.json +1 -0
- voice_mode/frontend/.next/standalone/.next/required-server-files.json +1 -0
- voice_mode/frontend/.next/standalone/.next/routes-manifest.json +1 -0
- voice_mode/frontend/.next/standalone/.next/server/app/_not-found/page.js +1 -0
- voice_mode/frontend/.next/standalone/.next/server/app/_not-found/page.js.nft.json +1 -0
- voice_mode/frontend/.next/standalone/.next/server/app/_not-found/page_client-reference-manifest.js +1 -0
- voice_mode/frontend/.next/standalone/.next/server/app/_not-found.html +1 -0
- voice_mode/frontend/.next/standalone/.next/server/app/_not-found.meta +6 -0
- voice_mode/frontend/.next/standalone/.next/server/app/_not-found.rsc +9 -0
- voice_mode/frontend/.next/standalone/.next/server/app/api/connection-details/route.js +12 -0
- voice_mode/frontend/.next/standalone/.next/server/app/api/connection-details/route.js.nft.json +1 -0
- voice_mode/frontend/.next/standalone/.next/server/app/favicon.ico/route.js +12 -0
- voice_mode/frontend/.next/standalone/.next/server/app/favicon.ico/route.js.nft.json +1 -0
- voice_mode/frontend/.next/standalone/.next/server/app/favicon.ico.body +0 -0
- voice_mode/frontend/.next/standalone/.next/server/app/favicon.ico.meta +1 -0
- voice_mode/frontend/.next/standalone/.next/server/app/index.html +1 -0
- voice_mode/frontend/.next/standalone/.next/server/app/index.meta +5 -0
- voice_mode/frontend/.next/standalone/.next/server/app/index.rsc +7 -0
- voice_mode/frontend/.next/standalone/.next/server/app/page.js +11 -0
- voice_mode/frontend/.next/standalone/.next/server/app/page.js.nft.json +1 -0
- voice_mode/frontend/.next/standalone/.next/server/app/page_client-reference-manifest.js +1 -0
- voice_mode/frontend/.next/standalone/.next/server/app-paths-manifest.json +6 -0
- voice_mode/frontend/.next/standalone/.next/server/chunks/463.js +1 -0
- voice_mode/frontend/.next/standalone/.next/server/chunks/682.js +6 -0
- voice_mode/frontend/.next/standalone/.next/server/chunks/948.js +2 -0
- voice_mode/frontend/.next/standalone/.next/server/chunks/994.js +2 -0
- voice_mode/frontend/.next/standalone/.next/server/font-manifest.json +1 -0
- voice_mode/frontend/.next/standalone/.next/server/middleware-build-manifest.js +1 -0
- voice_mode/frontend/.next/standalone/.next/server/middleware-manifest.json +6 -0
- voice_mode/frontend/.next/standalone/.next/server/middleware-react-loadable-manifest.js +1 -0
- voice_mode/frontend/.next/standalone/.next/server/next-font-manifest.js +1 -0
- voice_mode/frontend/.next/standalone/.next/server/next-font-manifest.json +1 -0
- voice_mode/frontend/.next/standalone/.next/server/pages/404.html +1 -0
- voice_mode/frontend/.next/standalone/.next/server/pages/500.html +1 -0
- voice_mode/frontend/.next/standalone/.next/server/pages/_app.js +1 -0
- voice_mode/frontend/.next/standalone/.next/server/pages/_app.js.nft.json +1 -0
- voice_mode/frontend/.next/standalone/.next/server/pages/_document.js +1 -0
- voice_mode/frontend/.next/standalone/.next/server/pages/_document.js.nft.json +1 -0
- voice_mode/frontend/.next/standalone/.next/server/pages/_error.js +1 -0
- voice_mode/frontend/.next/standalone/.next/server/pages/_error.js.nft.json +1 -0
- voice_mode/frontend/.next/standalone/.next/server/pages-manifest.json +1 -0
- voice_mode/frontend/.next/standalone/.next/server/server-reference-manifest.js +1 -0
- voice_mode/frontend/.next/standalone/.next/server/server-reference-manifest.json +1 -0
- voice_mode/frontend/.next/standalone/.next/server/webpack-runtime.js +1 -0
- voice_mode/frontend/.next/standalone/package.json +40 -0
- voice_mode/frontend/.next/standalone/server.js +38 -0
- voice_mode/frontend/.next/static/chunks/117-40bc79a2b97edb21.js +2 -0
- voice_mode/frontend/.next/static/chunks/144d3bae-2d5f122b82426d88.js +1 -0
- voice_mode/frontend/.next/static/chunks/471-bd4b96a33883dfa2.js +3 -0
- voice_mode/frontend/.next/static/chunks/app/_not-found/page-5011050e402ab9c8.js +1 -0
- voice_mode/frontend/.next/static/chunks/app/layout-fcb9b9ba5b72c7fc.js +1 -0
- voice_mode/frontend/.next/static/chunks/app/page-7c7ec2ad413ace39.js +1 -0
- voice_mode/frontend/.next/static/chunks/fd9d1056-af324d327b243cf1.js +1 -0
- voice_mode/frontend/.next/static/chunks/framework-f66176bb897dc684.js +1 -0
- voice_mode/frontend/.next/static/chunks/main-3163eca598b76a9f.js +1 -0
- voice_mode/frontend/.next/static/chunks/main-app-d02bd38ac01adb8a.js +1 -0
- voice_mode/frontend/.next/static/chunks/pages/_app-72b849fbd24ac258.js +1 -0
- voice_mode/frontend/.next/static/chunks/pages/_error-7ba65e1336b92748.js +1 -0
- voice_mode/frontend/.next/static/chunks/polyfills-42372ed130431b0a.js +1 -0
- voice_mode/frontend/.next/static/chunks/webpack-0ea9b80f19935b70.js +1 -0
- voice_mode/frontend/.next/static/css/a2f49a47752b5010.css +3 -0
- voice_mode/frontend/.next/static/media/01099be941da1820-s.woff2 +0 -0
- voice_mode/frontend/.next/static/media/39883d31a7792467-s.p.woff2 +0 -0
- voice_mode/frontend/.next/static/media/6368404d2e8d66fe-s.woff2 +0 -0
- voice_mode/frontend/.next/static/pbDjheefW1LwCua_8mPoZ/_buildManifest.js +1 -0
- voice_mode/frontend/.next/static/pbDjheefW1LwCua_8mPoZ/_ssgManifest.js +1 -0
- voice_mode/frontend/.next/trace +43 -0
- voice_mode/frontend/.next/types/app/api/connection-details/route.ts +343 -0
- voice_mode/frontend/.next/types/app/layout.ts +79 -0
- voice_mode/frontend/.next/types/app/page.ts +79 -0
- voice_mode/frontend/.next/types/package.json +1 -0
- voice_mode/frontend/package-lock.json +154 -1
- voice_mode/pronounce.py +397 -0
- voice_mode/providers.py +7 -8
- voice_mode/resources/configuration.py +2 -2
- voice_mode/tools/configuration_management.py +106 -5
- voice_mode/tools/converse.py +109 -0
- voice_mode/tools/pronounce.py +245 -0
- voice_mode/tools/transcription/__init__.py +14 -0
- voice_mode/tools/transcription/backends.py +287 -0
- voice_mode/tools/transcription/core.py +136 -0
- voice_mode/tools/transcription/formats.py +144 -0
- voice_mode/tools/transcription/types.py +52 -0
- {voice_mode-3.34.3.dist-info → voice_mode-4.1.0.dist-info}/METADATA +5 -2
- voice_mode-4.1.0.dist-info/RECORD +259 -0
- voice_mode/voice_preferences.py +0 -125
- voice_mode-3.34.3.dist-info/RECORD +0 -116
- {voice_mode-3.34.3.dist-info → voice_mode-4.1.0.dist-info}/WHEEL +0 -0
- {voice_mode-3.34.3.dist-info → voice_mode-4.1.0.dist-info}/entry_points.txt +0 -0
@@ -0,0 +1,259 @@
|
|
1
|
+
voice_mode/__init__.py,sha256=PDCwE2rrm8yyYxEiQQJkznQ_4xYp3DWIxGSB84K_mnI,346
|
2
|
+
voice_mode/__main__.py,sha256=td-njie1XgkR-NrQjOEUse4TSJBC8DAmYywHum3V6WQ,138
|
3
|
+
voice_mode/__version__.py,sha256=XpHtMWNuLzDPx-hfuwFK_M7bE0WTmefnMp28DHDGIO8,100
|
4
|
+
voice_mode/cli.py,sha256=Wq0fg0I3Wz2ZxWLc1i4gleDInNCnWPy0ebB5lan3OGU,71526
|
5
|
+
voice_mode/config.py,sha256=WKKffIiF1pdQBFud0m9pTdneFRUHNofOpQPc4FQFwLY,31830
|
6
|
+
voice_mode/conversation_logger.py,sha256=Nar92xabhaVmMKdZdLmgoYckK9fGAVVYWdass3-EI1I,9363
|
7
|
+
voice_mode/core.py,sha256=WACixDHS23UMhmBJKN2zgDqeWtpAdXHOSduDc3fmOio,28452
|
8
|
+
voice_mode/pronounce.py,sha256=D9hKP8Op5PZMn9kalIifNcg3GMBIJOemgnhHGOGQSnU,13752
|
9
|
+
voice_mode/provider_discovery.py,sha256=roELfldoo7s-_1XxJF-vb9BOxMmVRpYlwAX3EnTSlcQ,15729
|
10
|
+
voice_mode/providers.py,sha256=RFFlBufQUA9lhAS59nMYA3yr2GVyNEDSeKHBoosBYsA,11959
|
11
|
+
voice_mode/server.py,sha256=IhdTtraP51UlmN_yKDAk_ZBBxtkDOEdBV6B4olu7uVA,3044
|
12
|
+
voice_mode/shared.py,sha256=dr6rki6lKPtn6lhkZSXbIJl-rhK9dKXAw6eYpHFhUOU,3468
|
13
|
+
voice_mode/simple_failover.py,sha256=1LvbxZNXJOX2Ai6vGJ_Rwaa5_1A0TsL5hXHb_PvZoT0,6070
|
14
|
+
voice_mode/statistics.py,sha256=ckssYzOJMMgCfmmGNlCRhX4o9y0LWN9Gt42WlEUI3DE,15785
|
15
|
+
voice_mode/streaming.py,sha256=AP0dPt8jAGnM_i3qhtPe4334EBQryWxOJ6NPt48tHvE,21744
|
16
|
+
voice_mode/version.py,sha256=rgv7tThj3fBO006bhff3iz_TlfE5uQS4Gws-9xf8YIc,2452
|
17
|
+
voice_mode/cli_commands/__init__.py,sha256=qaIkE-dtA0_s400BfX7h6IIoFQlNrXwGLbuHRhGUjWA,32
|
18
|
+
voice_mode/cli_commands/exchanges.py,sha256=R8k_MtiZmDG7ST974MoDTkUKgvGgLNESzTjg2dvZRoY,16828
|
19
|
+
voice_mode/cli_commands/pronounce_commands.py,sha256=uznL2OYGc-asQGSLciHo--o-nyuQV-ZS8ZMoBjmD6o0,7941
|
20
|
+
voice_mode/cli_commands/transcribe.py,sha256=z5R8_66hRhNR-9vBWTj5gkPgbf6xV7dCxE0fpASUSJ8,4200
|
21
|
+
voice_mode/data/default_pronunciation.yaml,sha256=LD3TRi2R4A9h8CG5sg9tqF-fLgpMdy7je4A2irLWXY0,6048
|
22
|
+
voice_mode/data/versions.json,sha256=84CR9_GOFEIlBouznSSIoZX7kKY_qZt5aupUgsYnvKs,1166
|
23
|
+
voice_mode/exchanges/__init__.py,sha256=2rNsolj3FzY-3Xes6q_J6a-Eo6oTRWsl8Mu1VmJKeAE,734
|
24
|
+
voice_mode/exchanges/conversations.py,sha256=cKRL-n212iFZ8PjPXTP1IBg62ESSU7NL6e-rC77o9v8,9519
|
25
|
+
voice_mode/exchanges/filters.py,sha256=os1o-2dTLrI3cA2M5IJD4rYpd7MaY30cJqCrUQEjwqc,7774
|
26
|
+
voice_mode/exchanges/formatters.py,sha256=gefGn-me4jlJ25ZKJP9Gc958qTJSiaamfQqGQ7K5ZJM,11759
|
27
|
+
voice_mode/exchanges/models.py,sha256=TZLsc_YvOXQ9IANBzMfq-rKtbUkvNhnHxsCEjP_WVts,6764
|
28
|
+
voice_mode/exchanges/reader.py,sha256=xguQBqcLFfbTL7agV9yxHBg9YDuycJm5fmZ3jUXF0cU,8808
|
29
|
+
voice_mode/exchanges/stats.py,sha256=UVnJnVuqmd64T_iqBLVLPjTIDoyZwRg-MZUFJMHHWxg,15475
|
30
|
+
voice_mode/frontend/README.md,sha256=uosvWgNiWL_sP9liv-wnDNdPmJ3oFiLstXygxyzcN7A,2131
|
31
|
+
voice_mode/frontend/next-env.d.ts,sha256=ndnWQs24fU1bMXMhfgxFQps-R6b1z1-w6tbGROxf7QE,228
|
32
|
+
voice_mode/frontend/next.config.mjs,sha256=5kqiwwjpFblS_IHlnDJh7ELk_3rldB6pcSXIbrkytpQ,767
|
33
|
+
voice_mode/frontend/package-lock.json,sha256=uh0Z4iayt0BPOP-ne-DrOXxalMd3BVDqhFp3Fg5HrPE,143483
|
34
|
+
voice_mode/frontend/package.json,sha256=BUOh3UiaHq1D0Bww-jy2EjhOi-47rjOipeUqXONJndo,1150
|
35
|
+
voice_mode/frontend/pnpm-lock.yaml,sha256=DSl1H3fb4tNVrHjsc5HbflJJIr95erkADNeUoFY21x4,127796
|
36
|
+
voice_mode/frontend/postcss.config.mjs,sha256=76ZcZeF9UdWFcO3OnXArBgT99qm422Wvrtjwda-IZ8c,157
|
37
|
+
voice_mode/frontend/tailwind.config.ts,sha256=w0mWCjy3kwryNcqgub24YLbmd2V9EvOmWSYHmsFdpkY,264
|
38
|
+
voice_mode/frontend/tsconfig.json,sha256=VCAvHW01ulHD2uoyv2fo2iRWjsDLDDQfoLXtLOsXTy0,574
|
39
|
+
voice_mode/frontend/.next/BUILD_ID,sha256=hE-yJ_jVllXAfXvoGYavRnTQ0jdVsH9x46eXCqq_0A0,21
|
40
|
+
voice_mode/frontend/.next/app-build-manifest.json,sha256=OcA5KgRdRcslItflAHJtvGnx9ID-e9AYV6iFQ1iRclw,1010
|
41
|
+
voice_mode/frontend/.next/app-path-routes-manifest.json,sha256=-WXlpEHFoCBUDPfxzUJleLsfZiEUU-rU0hRMZ8AVIJI,140
|
42
|
+
voice_mode/frontend/.next/build-manifest.json,sha256=Yb_7n3fa0yDgR1oB4oB6GVsSuYgAu8UPxBwqhmng0Eo,968
|
43
|
+
voice_mode/frontend/.next/export-marker.json,sha256=ALjrM5QMj5hmGX14xIc2wIFDfLaFKlK3n1wQpwjMagI,94
|
44
|
+
voice_mode/frontend/.next/images-manifest.json,sha256=Z1eB8ppSn86wfAon69Z5DSKbg7IoIvyGB8uCu88xGjs,511
|
45
|
+
voice_mode/frontend/.next/next-minimal-server.js.nft.json,sha256=mOUyiPlZZOr6azGgnWdMbq3W5xr0tx0yxOafWmP0O3k,7314
|
46
|
+
voice_mode/frontend/.next/next-server.js.nft.json,sha256=fp5Mj7a4YSaNACO-v9mfUPHuWqXrRPbL7S3g6iWfoL4,109011
|
47
|
+
voice_mode/frontend/.next/package.json,sha256=CRoE-mfHkHuY4Qb8_4uWThMSl1T85y0k8wJbl8SIf6M,20
|
48
|
+
voice_mode/frontend/.next/prerender-manifest.json,sha256=vPDGPQANPSNhmaaTndiMb7PSlw5-tsL8y0Pp0wpe8iQ,959
|
49
|
+
voice_mode/frontend/.next/react-loadable-manifest.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
50
|
+
voice_mode/frontend/.next/required-server-files.json,sha256=Rqm3vcvhglO8m0PmP14SKOIgkv1YZcANsBfrAYkVskk,4748
|
51
|
+
voice_mode/frontend/.next/routes-manifest.json,sha256=DqV6K_WLiS6wKvdr8TpF7-uBhH7xbrg7xeznwWaeO70,831
|
52
|
+
voice_mode/frontend/.next/trace,sha256=jnnG_wzATY2WT53c5JnsS34bWB-QmFiDKkdyIy-yd2Q,898435
|
53
|
+
voice_mode/frontend/.next/server/app-paths-manifest.json,sha256=Xyxtr52aubW5XDHj7Ms66qiSJfwCkBVeL3ekU8uh2os,202
|
54
|
+
voice_mode/frontend/.next/server/font-manifest.json,sha256=T1PNoYwrqgwDVLtfmj7L5e0Sq02OEbqHPC8RFhICuUU,2
|
55
|
+
voice_mode/frontend/.next/server/functions-config-manifest.json,sha256=CUXUfXux-dC5WRXm4vr6xa3f-RKEsEV1aG-hO3KK0CE,56
|
56
|
+
voice_mode/frontend/.next/server/interception-route-rewrite-manifest.js,sha256=_FEz5ArPCeZRewc93XtcDCGNCZOISJAiEPLME_COHIE,48
|
57
|
+
voice_mode/frontend/.next/server/middleware-build-manifest.js,sha256=sQF6mxe7pQ4zPkcZVZXj3dr1f-09EWPwg7bE_HcS0p8,888
|
58
|
+
voice_mode/frontend/.next/server/middleware-manifest.json,sha256=CoUgvH4Hb3rnF8LWJxOZDIPoo9dGJvMno4RLwFBOIQw,83
|
59
|
+
voice_mode/frontend/.next/server/middleware-react-loadable-manifest.js,sha256=rS557JHipUQIQNo9i9IiwnmztMR-ialoMnpm9ssS64I,36
|
60
|
+
voice_mode/frontend/.next/server/next-font-manifest.js,sha256=XiGeBnLrAEWWeaxkXF5Z8A4Ob_mUQuldA4BylueeqC0,228
|
61
|
+
voice_mode/frontend/.next/server/next-font-manifest.json,sha256=lwU7Vjy3AMXonaptrePtYPTGvc8qN_rjETYXRfgj2Z0,199
|
62
|
+
voice_mode/frontend/.next/server/pages-manifest.json,sha256=ptJq1G84_Lb0cz0SsGWiPahXaPhZZBBwfMkxeoLoNq8,111
|
63
|
+
voice_mode/frontend/.next/server/server-reference-manifest.js,sha256=zgEAbADh9jvL_kGz9-3SYNlptB0KMjtwXETh753xPYw,123
|
64
|
+
voice_mode/frontend/.next/server/server-reference-manifest.json,sha256=-cE5DNr8x5GxyyFyQOJKi4iKhnMc7Arqwxco9Dmppic,84
|
65
|
+
voice_mode/frontend/.next/server/webpack-runtime.js,sha256=mmuyol21D9il2KNetWeEUG5OBu3z05WsphIyIbwvads,1469
|
66
|
+
voice_mode/frontend/.next/server/app/_not-found.html,sha256=q_9tLbmeD4MUuKjjjfQIWlTe_K2v7MM3a3UjkOSh4y0,6752
|
67
|
+
voice_mode/frontend/.next/server/app/_not-found.meta,sha256=8-vSzkZIhJgJ7_uOmMyzHNf5QN3Exhbk-5ObKal4lrc,142
|
68
|
+
voice_mode/frontend/.next/server/app/_not-found.rsc,sha256=RfZxkLsJjUX6hVfGS_O21Aw9qivNhaGREZRO3-sYgqk,3621
|
69
|
+
voice_mode/frontend/.next/server/app/favicon.ico.body,sha256=Cc2QdQ-OI3iME7dIf86sbqXHW3D8LPUprF_KB2KZogI,15406
|
70
|
+
voice_mode/frontend/.next/server/app/favicon.ico.meta,sha256=iac7LJDMkBlPpPPzKMbIDSh2bqoxNKhYx_5nQjo5Tds,211
|
71
|
+
voice_mode/frontend/.next/server/app/index.html,sha256=ZaoD9HjyXTvDc2fllZBLogq8vKoVT1gnbzM9QpX3o2o,5396
|
72
|
+
voice_mode/frontend/.next/server/app/index.meta,sha256=BDswoSxeaM0dEV3Vl3-2HNVKE5mS5NQhBYZcQQt5mnQ,80
|
73
|
+
voice_mode/frontend/.next/server/app/index.rsc,sha256=SGhGwcdkbGm6sIxXGjtfCe96MecsWRKX7bL7peU3RyI,2438
|
74
|
+
voice_mode/frontend/.next/server/app/page.js,sha256=_we1HSUpK9ea9YGNbLdqIcftZ2KlNoyA-Itc4L1vT7M,611918
|
75
|
+
voice_mode/frontend/.next/server/app/page.js.nft.json,sha256=6plKkaMV7NDsYDUQsMAnayayODq1vS_l6nRXRrm9Trg,1168
|
76
|
+
voice_mode/frontend/.next/server/app/page_client-reference-manifest.js,sha256=TVHcueBC5wz3zFE-oZgg10EfNVFj0AoJw085ln2KT64,4174
|
77
|
+
voice_mode/frontend/.next/server/app/_not-found/page.js,sha256=cpelFDSItniBO3x7R1f79vkav6vtq2v1Q-dGCbFqU3A,3384
|
78
|
+
voice_mode/frontend/.next/server/app/_not-found/page.js.nft.json,sha256=7Z_Wav7koMsnepi3GignvrVRYuDbzwvKqqg84LuoSis,1195
|
79
|
+
voice_mode/frontend/.next/server/app/_not-found/page_client-reference-manifest.js,sha256=_P9pC51CSQpX98NGuDwAXq33GzE-Y-tmBYSEfoAf-n0,4277
|
80
|
+
voice_mode/frontend/.next/server/app/api/connection-details/route.js,sha256=E09dIdh0Sza5c3vYkikuqdpDrvXrIY7BIsDOtE5dSk4,121019
|
81
|
+
voice_mode/frontend/.next/server/app/api/connection-details/route.js.nft.json,sha256=qjdiqEpb5s6iSOQsC1MI3A0_sVjbF9Eh1t1mR_VcS9o,1327
|
82
|
+
voice_mode/frontend/.next/server/app/favicon.ico/route.js,sha256=ezmKuD--jpHbcFE2z-d493iBnTxHtbKpqBD_-ZgCUXA,66227
|
83
|
+
voice_mode/frontend/.next/server/app/favicon.ico/route.js.nft.json,sha256=xn4G0NuxuIbLuaN_3PVtjN4lYs5MWduPcvqhdZwRNkQ,1248
|
84
|
+
voice_mode/frontend/.next/server/chunks/463.js,sha256=9Fg9G6vSgz6lLnnirTbzQKyy5MQAf59a16SvYM0xDFc,6201
|
85
|
+
voice_mode/frontend/.next/server/chunks/682.js,sha256=dxTmuBsZ77qjHYtQvwM0HeoE4FnESxOOpTnhW3ABg18,33636
|
86
|
+
voice_mode/frontend/.next/server/chunks/948.js,sha256=2QNDLi5TnS9qLpgKRmsx_sJzO2vtdQJIRn124o6fjeI,57650
|
87
|
+
voice_mode/frontend/.next/server/chunks/994.js,sha256=kX3p3kldpX8YJy0wllT6qMjQebtzntogQAH5MaBGAYc,95353
|
88
|
+
voice_mode/frontend/.next/server/chunks/font-manifest.json,sha256=T1PNoYwrqgwDVLtfmj7L5e0Sq02OEbqHPC8RFhICuUU,2
|
89
|
+
voice_mode/frontend/.next/server/pages/404.html,sha256=q_9tLbmeD4MUuKjjjfQIWlTe_K2v7MM3a3UjkOSh4y0,6752
|
90
|
+
voice_mode/frontend/.next/server/pages/500.html,sha256=Bi8cr0cxPwR6PsxAdXTda09a_C8mWYKwEUdIgbL6jcI,1995
|
91
|
+
voice_mode/frontend/.next/server/pages/_app.js,sha256=xv0yBH2BTySxH6d7_oFG8KbedK3Jhvvg9SQ7pSaSPrE,3291
|
92
|
+
voice_mode/frontend/.next/server/pages/_app.js.nft.json,sha256=4DM09IfF6_ws-h14UVrroVq0Ri8tNeDEwwZ2c244nKM,517
|
93
|
+
voice_mode/frontend/.next/server/pages/_document.js,sha256=q-VJKG6tPCpEYWhP0UobYWG_naYdKPuqkRpb4HGMV_Y,378
|
94
|
+
voice_mode/frontend/.next/server/pages/_document.js.nft.json,sha256=7WnWXoJIsRytU5c-NAEx-tGGNI1TP2CMldwr8xtDQYk,1932
|
95
|
+
voice_mode/frontend/.next/server/pages/_error.js,sha256=1se20NEwePcXdV17_wUw4YhoMwVAenxiXI74aXSRqzU,8619
|
96
|
+
voice_mode/frontend/.next/server/pages/_error.js.nft.json,sha256=uK8O79iTeItVu_-Dz90fkTMA1GYxQEpTWU8TndjkfVQ,1855
|
97
|
+
voice_mode/frontend/.next/standalone/package.json,sha256=BUOh3UiaHq1D0Bww-jy2EjhOi-47rjOipeUqXONJndo,1150
|
98
|
+
voice_mode/frontend/.next/standalone/server.js,sha256=5GAAkp73SmspORQ6bJNBnC6DzwaQjrOVJj1BvUiGa6Q,4741
|
99
|
+
voice_mode/frontend/.next/standalone/.next/BUILD_ID,sha256=hE-yJ_jVllXAfXvoGYavRnTQ0jdVsH9x46eXCqq_0A0,21
|
100
|
+
voice_mode/frontend/.next/standalone/.next/app-build-manifest.json,sha256=OcA5KgRdRcslItflAHJtvGnx9ID-e9AYV6iFQ1iRclw,1010
|
101
|
+
voice_mode/frontend/.next/standalone/.next/app-path-routes-manifest.json,sha256=-WXlpEHFoCBUDPfxzUJleLsfZiEUU-rU0hRMZ8AVIJI,140
|
102
|
+
voice_mode/frontend/.next/standalone/.next/build-manifest.json,sha256=Yb_7n3fa0yDgR1oB4oB6GVsSuYgAu8UPxBwqhmng0Eo,968
|
103
|
+
voice_mode/frontend/.next/standalone/.next/package.json,sha256=CRoE-mfHkHuY4Qb8_4uWThMSl1T85y0k8wJbl8SIf6M,20
|
104
|
+
voice_mode/frontend/.next/standalone/.next/prerender-manifest.json,sha256=vPDGPQANPSNhmaaTndiMb7PSlw5-tsL8y0Pp0wpe8iQ,959
|
105
|
+
voice_mode/frontend/.next/standalone/.next/react-loadable-manifest.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
106
|
+
voice_mode/frontend/.next/standalone/.next/required-server-files.json,sha256=Rqm3vcvhglO8m0PmP14SKOIgkv1YZcANsBfrAYkVskk,4748
|
107
|
+
voice_mode/frontend/.next/standalone/.next/routes-manifest.json,sha256=DqV6K_WLiS6wKvdr8TpF7-uBhH7xbrg7xeznwWaeO70,831
|
108
|
+
voice_mode/frontend/.next/standalone/.next/server/app-paths-manifest.json,sha256=Xyxtr52aubW5XDHj7Ms66qiSJfwCkBVeL3ekU8uh2os,202
|
109
|
+
voice_mode/frontend/.next/standalone/.next/server/font-manifest.json,sha256=T1PNoYwrqgwDVLtfmj7L5e0Sq02OEbqHPC8RFhICuUU,2
|
110
|
+
voice_mode/frontend/.next/standalone/.next/server/middleware-build-manifest.js,sha256=sQF6mxe7pQ4zPkcZVZXj3dr1f-09EWPwg7bE_HcS0p8,888
|
111
|
+
voice_mode/frontend/.next/standalone/.next/server/middleware-manifest.json,sha256=CoUgvH4Hb3rnF8LWJxOZDIPoo9dGJvMno4RLwFBOIQw,83
|
112
|
+
voice_mode/frontend/.next/standalone/.next/server/middleware-react-loadable-manifest.js,sha256=rS557JHipUQIQNo9i9IiwnmztMR-ialoMnpm9ssS64I,36
|
113
|
+
voice_mode/frontend/.next/standalone/.next/server/next-font-manifest.js,sha256=XiGeBnLrAEWWeaxkXF5Z8A4Ob_mUQuldA4BylueeqC0,228
|
114
|
+
voice_mode/frontend/.next/standalone/.next/server/next-font-manifest.json,sha256=lwU7Vjy3AMXonaptrePtYPTGvc8qN_rjETYXRfgj2Z0,199
|
115
|
+
voice_mode/frontend/.next/standalone/.next/server/pages-manifest.json,sha256=ptJq1G84_Lb0cz0SsGWiPahXaPhZZBBwfMkxeoLoNq8,111
|
116
|
+
voice_mode/frontend/.next/standalone/.next/server/server-reference-manifest.js,sha256=zgEAbADh9jvL_kGz9-3SYNlptB0KMjtwXETh753xPYw,123
|
117
|
+
voice_mode/frontend/.next/standalone/.next/server/server-reference-manifest.json,sha256=-cE5DNr8x5GxyyFyQOJKi4iKhnMc7Arqwxco9Dmppic,84
|
118
|
+
voice_mode/frontend/.next/standalone/.next/server/webpack-runtime.js,sha256=mmuyol21D9il2KNetWeEUG5OBu3z05WsphIyIbwvads,1469
|
119
|
+
voice_mode/frontend/.next/standalone/.next/server/app/_not-found.html,sha256=q_9tLbmeD4MUuKjjjfQIWlTe_K2v7MM3a3UjkOSh4y0,6752
|
120
|
+
voice_mode/frontend/.next/standalone/.next/server/app/_not-found.meta,sha256=8-vSzkZIhJgJ7_uOmMyzHNf5QN3Exhbk-5ObKal4lrc,142
|
121
|
+
voice_mode/frontend/.next/standalone/.next/server/app/_not-found.rsc,sha256=RfZxkLsJjUX6hVfGS_O21Aw9qivNhaGREZRO3-sYgqk,3621
|
122
|
+
voice_mode/frontend/.next/standalone/.next/server/app/favicon.ico.body,sha256=Cc2QdQ-OI3iME7dIf86sbqXHW3D8LPUprF_KB2KZogI,15406
|
123
|
+
voice_mode/frontend/.next/standalone/.next/server/app/favicon.ico.meta,sha256=iac7LJDMkBlPpPPzKMbIDSh2bqoxNKhYx_5nQjo5Tds,211
|
124
|
+
voice_mode/frontend/.next/standalone/.next/server/app/index.html,sha256=ZaoD9HjyXTvDc2fllZBLogq8vKoVT1gnbzM9QpX3o2o,5396
|
125
|
+
voice_mode/frontend/.next/standalone/.next/server/app/index.meta,sha256=BDswoSxeaM0dEV3Vl3-2HNVKE5mS5NQhBYZcQQt5mnQ,80
|
126
|
+
voice_mode/frontend/.next/standalone/.next/server/app/index.rsc,sha256=SGhGwcdkbGm6sIxXGjtfCe96MecsWRKX7bL7peU3RyI,2438
|
127
|
+
voice_mode/frontend/.next/standalone/.next/server/app/page.js,sha256=_we1HSUpK9ea9YGNbLdqIcftZ2KlNoyA-Itc4L1vT7M,611918
|
128
|
+
voice_mode/frontend/.next/standalone/.next/server/app/page.js.nft.json,sha256=6plKkaMV7NDsYDUQsMAnayayODq1vS_l6nRXRrm9Trg,1168
|
129
|
+
voice_mode/frontend/.next/standalone/.next/server/app/page_client-reference-manifest.js,sha256=TVHcueBC5wz3zFE-oZgg10EfNVFj0AoJw085ln2KT64,4174
|
130
|
+
voice_mode/frontend/.next/standalone/.next/server/app/_not-found/page.js,sha256=cpelFDSItniBO3x7R1f79vkav6vtq2v1Q-dGCbFqU3A,3384
|
131
|
+
voice_mode/frontend/.next/standalone/.next/server/app/_not-found/page.js.nft.json,sha256=7Z_Wav7koMsnepi3GignvrVRYuDbzwvKqqg84LuoSis,1195
|
132
|
+
voice_mode/frontend/.next/standalone/.next/server/app/_not-found/page_client-reference-manifest.js,sha256=_P9pC51CSQpX98NGuDwAXq33GzE-Y-tmBYSEfoAf-n0,4277
|
133
|
+
voice_mode/frontend/.next/standalone/.next/server/app/api/connection-details/route.js,sha256=E09dIdh0Sza5c3vYkikuqdpDrvXrIY7BIsDOtE5dSk4,121019
|
134
|
+
voice_mode/frontend/.next/standalone/.next/server/app/api/connection-details/route.js.nft.json,sha256=qjdiqEpb5s6iSOQsC1MI3A0_sVjbF9Eh1t1mR_VcS9o,1327
|
135
|
+
voice_mode/frontend/.next/standalone/.next/server/app/favicon.ico/route.js,sha256=ezmKuD--jpHbcFE2z-d493iBnTxHtbKpqBD_-ZgCUXA,66227
|
136
|
+
voice_mode/frontend/.next/standalone/.next/server/app/favicon.ico/route.js.nft.json,sha256=xn4G0NuxuIbLuaN_3PVtjN4lYs5MWduPcvqhdZwRNkQ,1248
|
137
|
+
voice_mode/frontend/.next/standalone/.next/server/chunks/463.js,sha256=9Fg9G6vSgz6lLnnirTbzQKyy5MQAf59a16SvYM0xDFc,6201
|
138
|
+
voice_mode/frontend/.next/standalone/.next/server/chunks/682.js,sha256=dxTmuBsZ77qjHYtQvwM0HeoE4FnESxOOpTnhW3ABg18,33636
|
139
|
+
voice_mode/frontend/.next/standalone/.next/server/chunks/948.js,sha256=2QNDLi5TnS9qLpgKRmsx_sJzO2vtdQJIRn124o6fjeI,57650
|
140
|
+
voice_mode/frontend/.next/standalone/.next/server/chunks/994.js,sha256=kX3p3kldpX8YJy0wllT6qMjQebtzntogQAH5MaBGAYc,95353
|
141
|
+
voice_mode/frontend/.next/standalone/.next/server/pages/404.html,sha256=q_9tLbmeD4MUuKjjjfQIWlTe_K2v7MM3a3UjkOSh4y0,6752
|
142
|
+
voice_mode/frontend/.next/standalone/.next/server/pages/500.html,sha256=Bi8cr0cxPwR6PsxAdXTda09a_C8mWYKwEUdIgbL6jcI,1995
|
143
|
+
voice_mode/frontend/.next/standalone/.next/server/pages/_app.js,sha256=xv0yBH2BTySxH6d7_oFG8KbedK3Jhvvg9SQ7pSaSPrE,3291
|
144
|
+
voice_mode/frontend/.next/standalone/.next/server/pages/_app.js.nft.json,sha256=4DM09IfF6_ws-h14UVrroVq0Ri8tNeDEwwZ2c244nKM,517
|
145
|
+
voice_mode/frontend/.next/standalone/.next/server/pages/_document.js,sha256=q-VJKG6tPCpEYWhP0UobYWG_naYdKPuqkRpb4HGMV_Y,378
|
146
|
+
voice_mode/frontend/.next/standalone/.next/server/pages/_document.js.nft.json,sha256=7WnWXoJIsRytU5c-NAEx-tGGNI1TP2CMldwr8xtDQYk,1932
|
147
|
+
voice_mode/frontend/.next/standalone/.next/server/pages/_error.js,sha256=1se20NEwePcXdV17_wUw4YhoMwVAenxiXI74aXSRqzU,8619
|
148
|
+
voice_mode/frontend/.next/standalone/.next/server/pages/_error.js.nft.json,sha256=uK8O79iTeItVu_-Dz90fkTMA1GYxQEpTWU8TndjkfVQ,1855
|
149
|
+
voice_mode/frontend/.next/static/chunks/117-40bc79a2b97edb21.js,sha256=sKMdOWIlJELukIK1QNRwH8hweTr_NgWzvc-bHWrZ9zM,123528
|
150
|
+
voice_mode/frontend/.next/static/chunks/144d3bae-2d5f122b82426d88.js,sha256=tGa8lG7iuv-oxVEA7BdFJPmskDLIVXYnDOBb6j4_zp8,383332
|
151
|
+
voice_mode/frontend/.next/static/chunks/471-bd4b96a33883dfa2.js,sha256=qT-fK-XMK3eAlXh2APHuRcKfG9EriUu-tXTEcNYWUp0,194375
|
152
|
+
voice_mode/frontend/.next/static/chunks/fd9d1056-af324d327b243cf1.js,sha256=uL3flIHYWdZI4eBQ-DIus97-PdP5vRP0xE3W8uz1q4A,172834
|
153
|
+
voice_mode/frontend/.next/static/chunks/framework-f66176bb897dc684.js,sha256=QlDVPwvHVuzi3daQoAit0df9yIdSjGcfTf6NkW13h7c,139978
|
154
|
+
voice_mode/frontend/.next/static/chunks/main-3163eca598b76a9f.js,sha256=IwuNOgi-ik3KFA_tnaPvAfRY5q6hTp4DRK1lkjkWdwQ,116431
|
155
|
+
voice_mode/frontend/.next/static/chunks/main-app-d02bd38ac01adb8a.js,sha256=WhAQzLnKat8umJkSuZXpFOCEpRFGXfYsP6E0gULY7zM,461
|
156
|
+
voice_mode/frontend/.next/static/chunks/polyfills-42372ed130431b0a.js,sha256=CXPB1kyIrcjjyVBBDLWLKI9yEY1ZZbeASUON648vloM,112594
|
157
|
+
voice_mode/frontend/.next/static/chunks/webpack-0ea9b80f19935b70.js,sha256=1Us0m_ZxEgMEb2DAN4ePlpq9Fv7QqUxcuV2CqICEB5w,3605
|
158
|
+
voice_mode/frontend/.next/static/chunks/app/layout-fcb9b9ba5b72c7fc.js,sha256=dg2FEtz5kKV_fiTuEo33K90RkhoYw8O7g5zzUuKISpI,507
|
159
|
+
voice_mode/frontend/.next/static/chunks/app/page-7c7ec2ad413ace39.js,sha256=RIWWxIbPtXzOaqGzitXFaPcO1yfSybDxppab6WHReJ0,7666
|
160
|
+
voice_mode/frontend/.next/static/chunks/app/_not-found/page-5011050e402ab9c8.js,sha256=u5LYOU4LZ2HFeEcz6xZqSflSnU4WDt-TnQNu3CdcEWk,1745
|
161
|
+
voice_mode/frontend/.next/static/chunks/pages/_app-72b849fbd24ac258.js,sha256=QN-PY1h1HDIO4K4ZYwFl6rtEeaxWCynYauVLK_oWmzE,280
|
162
|
+
voice_mode/frontend/.next/static/chunks/pages/_error-7ba65e1336b92748.js,sha256=oxr2dz6MkKWnm3jN3fWb2RPhCHB4-JgrzVMS_wTNr_E,247
|
163
|
+
voice_mode/frontend/.next/static/css/a2f49a47752b5010.css,sha256=7geCVBj6YoIVhB9kh-MLsQW5wD1t6-uzzRcYoLMGDq0,29545
|
164
|
+
voice_mode/frontend/.next/static/media/01099be941da1820-s.woff2,sha256=ZaNN8qxUZFV4kxOD_j6TGAYAHwR01MPDQloeIbMgCeg,10436
|
165
|
+
voice_mode/frontend/.next/static/media/39883d31a7792467-s.p.woff2,sha256=i_qVPOm6vZ-H4B0Mk_d5yUQR_YKsz4XRc-8J2R_QWKs,14620
|
166
|
+
voice_mode/frontend/.next/static/media/6368404d2e8d66fe-s.woff2,sha256=2GFQ1JjbLJOSmwrIsgCHPVMSJpcx2QX2i13kJbg8IFE,4464
|
167
|
+
voice_mode/frontend/.next/static/pbDjheefW1LwCua_8mPoZ/_buildManifest.js,sha256=UGi5XJhF4u-NRxMqU360JM2afxCS1essSVUEqY6sl5c,224
|
168
|
+
voice_mode/frontend/.next/static/pbDjheefW1LwCua_8mPoZ/_ssgManifest.js,sha256=Z49s4suAsf5y_GfnQSvm4qtq2ggxEbZPfEDTXjy6XgA,80
|
169
|
+
voice_mode/frontend/.next/types/package.json,sha256=49WkothVGqUsWgHSoO-y4GotlxG09cXx0g3m4hgH4s0,18
|
170
|
+
voice_mode/frontend/.next/types/app/layout.ts,sha256=NxctocyDNeR2eIQCRxD26ySxwtTkqtJrOAHHuBQHxwo,3510
|
171
|
+
voice_mode/frontend/.next/types/app/page.ts,sha256=X-18I8tvuS-h0jTM9r-L9Sfz3k0JoF4hEe3TJL9pw30,3498
|
172
|
+
voice_mode/frontend/.next/types/app/api/connection-details/route.ts,sha256=3reAVi9Cax6CozSlpZghuQmcnqd8SDAnPA7BqYa0K24,8530
|
173
|
+
voice_mode/frontend/app/favicon.ico,sha256=Cc2QdQ-OI3iME7dIf86sbqXHW3D8LPUprF_KB2KZogI,15406
|
174
|
+
voice_mode/frontend/app/globals.css,sha256=yMCx8ta7sGyt40nzBTlRR644nlAGGYt73zj7e9YLgl4,362
|
175
|
+
voice_mode/frontend/app/layout.tsx,sha256=Q0LYcf_Z8GT8zDhlWgk7XEZArp2ZS2HpB1tmv3epp68,537
|
176
|
+
voice_mode/frontend/app/page.tsx,sha256=i98fPPMsXLjM6RgretjuNNBKmxQ56uqSwNGE0-Ymfmo,7424
|
177
|
+
voice_mode/frontend/app/api/connection-details/route.ts,sha256=4CcKqp0PQFEco0eMiOyfLClquu74uCkb8oZQRfIXP08,2957
|
178
|
+
voice_mode/frontend/components/CloseIcon.tsx,sha256=EqLFKjWz_EkeBs4ME9VqQxzvKUu55wd-Jt-gfEpJNHE,344
|
179
|
+
voice_mode/frontend/components/NoAgentNotification.tsx,sha256=0jseKJTXJa73XGL4bODPC0PzalkJHiX2AgJDX3epAHw,3473
|
180
|
+
voice_mode/frontend/components/TranscriptionView.tsx,sha256=S8tb4ipH2gZ-UjhVMnGYFCVP_eSZlBCgasxZg3ZEsyE,1446
|
181
|
+
voice_mode/frontend/hooks/useCombinedTranscriptions.ts,sha256=axAlW85iVhp_UvIM54RBuIIfEuk1UCQRh29uASvhxPY,809
|
182
|
+
voice_mode/frontend/hooks/useLocalMicTrack.ts,sha256=OpYk2RDg4nl9ZKKT9IeC39B4Qe8nL23AckmMeZIYjik,552
|
183
|
+
voice_mode/prompts/README.md,sha256=t6mtTG6Y5tZrNwhXOY_bqXrckSDsbSJPAhRsa5VzzFA,1518
|
184
|
+
voice_mode/prompts/__init__.py,sha256=fbKbuqNsMezRvkg5dDB6eI_saTYeAU8raEbW91_NA-U,458
|
185
|
+
voice_mode/prompts/converse.py,sha256=C1pJZ_DyQIv4NmOVH9Qm_IoHctD8A3-LCkekZwInIDY,532
|
186
|
+
voice_mode/prompts/release_notes.py,sha256=Yi8Xl6VsCkqoRhZsRTOAg0YTQEbZ-c731ITE8EJEMeY,2819
|
187
|
+
voice_mode/prompts/services.py,sha256=8RDi0HGpoFYnLSPkuRwulfE3L3qIfyac_AAJd0BB20M,1886
|
188
|
+
voice_mode/resources/__init__.py,sha256=fbKbuqNsMezRvkg5dDB6eI_saTYeAU8raEbW91_NA-U,458
|
189
|
+
voice_mode/resources/audio_files.py,sha256=f7Jsm9_CnJ2nXgCimpK2HkjInRKPKzJX5mnqx9nk-rs,1797
|
190
|
+
voice_mode/resources/changelog.py,sha256=sXkXnPpYODi2EEh9b_9MDW_nSWztOa_YxjfSHCd0DwI,971
|
191
|
+
voice_mode/resources/configuration.py,sha256=G2URQhFgqZvoImOIZsrkgLxK_fVqyIzjv-xy9XEyL50,17496
|
192
|
+
voice_mode/resources/statistics.py,sha256=f-A0MILA8pVSWlJ3ARBg7WCn49B1hJl1r84VoKA7GqQ,7176
|
193
|
+
voice_mode/resources/version.py,sha256=_Dih68Y_jONk2bZwyA67wezQd2yr0dt9N8QN7_iPftU,1533
|
194
|
+
voice_mode/resources/whisper_models.py,sha256=hm9E9m58vj9vvZyQKnH_mvCn56G66woobRRvAshGo88,3144
|
195
|
+
voice_mode/templates/__init__.py,sha256=gMVzIYIY2xfh649vQbRd6v2kmi8ib41v6tHHPFK0hlA,34
|
196
|
+
voice_mode/templates/launchd/com.voicemode.frontend.plist,sha256=f6VQ1iv4b4qmhPqEzQC-GCQxgHfqo8Ppn_PAWlf5XAg,1399
|
197
|
+
voice_mode/templates/launchd/com.voicemode.kokoro.plist,sha256=3_cTfHsmihMR7qPdroFkDw70zLTlZ5B6fAvZjI-EVAY,1020
|
198
|
+
voice_mode/templates/launchd/com.voicemode.livekit.plist,sha256=AsXRCttp9HL_3ILOztD54G-ElEsnHrZEWasTKVjxzok,1233
|
199
|
+
voice_mode/templates/launchd/com.voicemode.whisper.plist,sha256=I5GFqdK7rQy57wqsQEOAY8wZpZKldqKzHQC6J5w4F8w,982
|
200
|
+
voice_mode/templates/launchd/start-kokoro-with-health-check.sh,sha256=x3YH0AFJG7jW0vwIIS6-A1563jkTCCHLdA_iBu7AQYM,641
|
201
|
+
voice_mode/templates/launchd/start-whisper-with-health-check.sh,sha256=P4swmTLyZBnIQiExkYlmPr7tfGKC6CSntWqv68330ss,702
|
202
|
+
voice_mode/templates/scripts/__init__.py,sha256=iIBGKNUZu74jZl47y2p_dImNqNVEb8fim-r6mEbVX3s,42
|
203
|
+
voice_mode/templates/scripts/start-whisper-server.sh,sha256=YLTQEFRWsr6g-oPOnyrMxht_mE36sUBnXaK28cPX3zs,3277
|
204
|
+
voice_mode/templates/systemd/voicemode-frontend.service,sha256=sWIu_9e24Zo3OKP3XHrKhwDaheZWtT-Q7moTYIV9ZW8,631
|
205
|
+
voice_mode/templates/systemd/voicemode-kokoro.service,sha256=5JGv_Xf9u2MvmbGLBQtNy07i3T0-KsJHPF06FkN40ms,927
|
206
|
+
voice_mode/templates/systemd/voicemode-livekit.service,sha256=hVjT4Vd0SOABXGYbp9iF9R6SWtXXLfRXt7i1xbud6Lg,692
|
207
|
+
voice_mode/templates/systemd/voicemode-whisper.service,sha256=aa5gIHI9xKF0M_DY6SO95QHRFhkV2JOzmFVo2U8RhN4,844
|
208
|
+
voice_mode/tools/__init__.py,sha256=Hd8-dNoB58apt6PqMCfGHYDAeQWbarFrMRfxseJi8Jo,1069
|
209
|
+
voice_mode/tools/configuration_management.py,sha256=jR6WYsrkeWRohI8_9kk48YQ6GNwdiMAuTXx3vln_m4w,12748
|
210
|
+
voice_mode/tools/converse.py,sha256=7wKF0rcU_gO6b4YcyvlfQFPx6ALqVIV5OREhclpRLDE,104926
|
211
|
+
voice_mode/tools/dependencies.py,sha256=V72gS_bD0pCmW_be2Hxs_cEnIoNPFKlK7rE9cLMTDGE,6670
|
212
|
+
voice_mode/tools/devices.py,sha256=v0KV-Rix2lKZMFfVcobHiJB_6NnPAJsuZI5LXYHlgl0,10446
|
213
|
+
voice_mode/tools/diagnostics.py,sha256=pWl9wwaBMJubBKhWOVbNIGeYet84ECVshtPok-v2pl8,2059
|
214
|
+
voice_mode/tools/pronounce.py,sha256=neyJXqQxclI8wUAnLOGBCfMXHzvS31NBuaEnt6GLovA,8915
|
215
|
+
voice_mode/tools/providers.py,sha256=KuO5lFmSHjYUoK3hjIqx3l7XeNOLPMAeXQnTtH00Iow,7768
|
216
|
+
voice_mode/tools/service.py,sha256=ll7BsUdSaXSGjtElZf7vSmOspe92ZIyIB-UaYbLrdf4,46454
|
217
|
+
voice_mode/tools/statistics.py,sha256=XMljbNCBqatPgyh6rq1LZ3ICNEmji2c82P7pyCZfr8Q,9326
|
218
|
+
voice_mode/tools/voice_registry.py,sha256=iw3O4C8lsdon9fr1ZMchc0Uq7MmSmTOYReY9NfQlEhU,2354
|
219
|
+
voice_mode/tools/services/list_versions.py,sha256=r_FzHG_2dVxEzDXfxVfPInchGq1h9_4yvJ9ySkinsJk,2573
|
220
|
+
voice_mode/tools/services/version_info.py,sha256=K5CzUlaIpHJKDnudfCeIydOwIhaDTOM59e8FQ1Yyj4A,11344
|
221
|
+
voice_mode/tools/services/kokoro/install.py,sha256=qir72x98o93zCDT-VEXvp0Hj63WYUj1BUHo1_2rJJ44,25188
|
222
|
+
voice_mode/tools/services/kokoro/uninstall.py,sha256=ww6x56uI5DP5IYvGK_UVEOyptGk9-Kj8RS_6nz-vVBE,9125
|
223
|
+
voice_mode/tools/services/livekit/__init__.py,sha256=AzA9Bap9CNQRhtNKPxC5XO5H9Ihkd6tO2wnZEBfEfyk,169
|
224
|
+
voice_mode/tools/services/livekit/frontend.py,sha256=-yu1K-mOUavY_RLI1CrieZgPFMrQvCdYh8F9qz4vxhQ,25809
|
225
|
+
voice_mode/tools/services/livekit/install.py,sha256=NrxyMEOMLqqJ-vIKmHcFanA7RCN6TctVw8SPVCOqWxc,13346
|
226
|
+
voice_mode/tools/services/livekit/production_server.py,sha256=8w8gBBs6O8nMqfzNQmsX6hkd46yVzwL3J-Zc1Dhe-bk,10324
|
227
|
+
voice_mode/tools/services/livekit/uninstall.py,sha256=3XOYzNLQf7r9P4vORtoVb1bvJVyciiEPmt9UQh2ADBE,6146
|
228
|
+
voice_mode/tools/services/whisper/__init__.py,sha256=xyYW6M3n7dUUlmuiK5gNfv82kp0Jd4KHJ5Bsz2gE-s8,928
|
229
|
+
voice_mode/tools/services/whisper/install.py,sha256=05G_OAV7GMHXnNfTGx2oBxtHC98sVF6wVVRBP2YHOlo,29017
|
230
|
+
voice_mode/tools/services/whisper/list_models.py,sha256=Qvz2hlws48ZrLYp4_bUtCWVGLAZTbTo-s5x4wtyF9GQ,2415
|
231
|
+
voice_mode/tools/services/whisper/model_active.py,sha256=RnaffTHJYrBburpA6LCJQzP_wjHFPKZXKPs7QItTfJw,1693
|
232
|
+
voice_mode/tools/services/whisper/model_benchmark.py,sha256=nGGQvvQFzyvh_KvUFHh0Qf6e-qMY03ZYfSDECOmudXc,5803
|
233
|
+
voice_mode/tools/services/whisper/model_install.py,sha256=v6huRo40nSKECR5nUCwVOXinklR23XMRMxRFVW5BuTI,11565
|
234
|
+
voice_mode/tools/services/whisper/model_remove.py,sha256=zlt4C7uxvdPSUNge-dMsfLNYTPDwWa6eXRBGGVzV11Y,1139
|
235
|
+
voice_mode/tools/services/whisper/models.py,sha256=423rNK45vsciIUxVve3nntH-8v2NBd7V8Wk7t0kQShM,14902
|
236
|
+
voice_mode/tools/services/whisper/uninstall.py,sha256=M81JCwCSbmV_tnuXB1jkn-V9BhSqmwAQVpHKbb62skc,8393
|
237
|
+
voice_mode/tools/transcription/__init__.py,sha256=DTDBkpZZ_VLotiIqPm_fhCmKV1naGpmSU5rTV23zals,388
|
238
|
+
voice_mode/tools/transcription/backends.py,sha256=0fHxqFo61QLGdouzTk6jNOExmpcm5GTB3dqcuLEDHlk,8794
|
239
|
+
voice_mode/tools/transcription/core.py,sha256=UUCEuLudhq-VEem5T_e6xxlNtZZUMbQd_8PJApQr3dA,4353
|
240
|
+
voice_mode/tools/transcription/formats.py,sha256=pFWHf2FU7myLl8oSFh4NXtUpkC55HUTUegtoKP2HDZg,4494
|
241
|
+
voice_mode/tools/transcription/types.py,sha256=EjbUeco3Q65_Tl-2ZSHcQxDKgU_BZCnB8OhcZWdYd5Q,1203
|
242
|
+
voice_mode/utils/__init__.py,sha256=dYWYo-k65hbgnvBErFmSXjpTvMU46QMkjO7_e0umZj4,609
|
243
|
+
voice_mode/utils/audio_diagnostics.py,sha256=bYqLOdXUmOkFkTPvk2HvutWRSWIpCSAv5mDMu8StzJw,6597
|
244
|
+
voice_mode/utils/event_logger.py,sha256=X4I6rQj7CXg3tjnpe5wsStnCqSW9ayKREBE35V55MFk,12691
|
245
|
+
voice_mode/utils/ffmpeg_check.py,sha256=b72rrxiykzlEko-Hk56F6x1kbxKAvajjlzet_0DtcX8,5661
|
246
|
+
voice_mode/utils/format_migration.py,sha256=t00xw2Jz00EQM6qwOCbSG2eglKmqTWjIRPo07rlhCp4,2756
|
247
|
+
voice_mode/utils/gpu_detection.py,sha256=HpSuFhAUmy-USoabUhO70gqyuKclwGpzROM_IcZXc-o,3898
|
248
|
+
voice_mode/utils/migration_helpers.py,sha256=kdWzqraScSC3DV2w5q9VVShjlyTXW1_9kCQ7FaMtQHc,4613
|
249
|
+
voice_mode/utils/version_helpers.py,sha256=--DMVBojs3EH9I-wkNSx87lfNWpCfvZBjecvtPLHWEw,5992
|
250
|
+
voice_mode/utils/services/common.py,sha256=EpkQfH6Ku_meqQdWRC4gFxMy1-Z1YyTfUxDdV9gZWTo,2994
|
251
|
+
voice_mode/utils/services/coreml_setup.py,sha256=Fo4l1MwsEElH8UQFCQMKgo3rYnPqJDfzzJ4hCqQ9SYI,8714
|
252
|
+
voice_mode/utils/services/kokoro_helpers.py,sha256=57NsS1i4ptk5Gg3zm5g68QhtV3aU35TSk2tGPFfIiUA,1804
|
253
|
+
voice_mode/utils/services/livekit_helpers.py,sha256=OFw0GxVIJAZE2m9dGCDZVegWD-LnMO6iSjcOUDgAA9U,3627
|
254
|
+
voice_mode/utils/services/whisper_helpers.py,sha256=1Oy9TR5g5-l6j07KaWlAoijkCUDGaTWIz__BXvV0TWw,19632
|
255
|
+
voice_mode/utils/services/whisper_version.py,sha256=68e0Oa-tG73IJlla-e3P0sh_qzBF4ToYBe4KKZ2FvEY,4861
|
256
|
+
voice_mode-4.1.0.dist-info/METADATA,sha256=6em-4fnNI-PHvWZboKE_kZRGbiU1ulVTI3tdmTe1Frs,25459
|
257
|
+
voice_mode-4.1.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
258
|
+
voice_mode-4.1.0.dist-info/entry_points.txt,sha256=hS5faHc0R5Fde3Z_uvz8u6YkRIYtvh17X8tVN90Rbro,95
|
259
|
+
voice_mode-4.1.0.dist-info/RECORD,,
|
voice_mode/voice_preferences.py
DELETED
@@ -1,125 +0,0 @@
|
|
1
|
-
"""Voice preferences system for loading user/project voice preferences."""
|
2
|
-
|
3
|
-
import os
|
4
|
-
import logging
|
5
|
-
from pathlib import Path
|
6
|
-
from typing import List, Optional
|
7
|
-
|
8
|
-
logger = logging.getLogger("voice-mode")
|
9
|
-
|
10
|
-
# Cache for loaded preferences
|
11
|
-
_cached_preferences: Optional[List[str]] = None
|
12
|
-
_preferences_loaded = False
|
13
|
-
|
14
|
-
|
15
|
-
def find_voices_file() -> Optional[Path]:
|
16
|
-
"""
|
17
|
-
Find the first .voices.txt file by walking up the directory tree.
|
18
|
-
|
19
|
-
Looks for (in order):
|
20
|
-
1. .voices.txt in current or parent directories
|
21
|
-
2. .voicemode/voices.txt in current or parent directories
|
22
|
-
3. ~/.voices.txt in user home
|
23
|
-
4. ~/.voicemode/voices.txt in user home
|
24
|
-
|
25
|
-
Returns:
|
26
|
-
Path to .voices.txt file or None if not found
|
27
|
-
"""
|
28
|
-
# Start from current working directory
|
29
|
-
current_dir = Path.cwd()
|
30
|
-
|
31
|
-
# Walk up directory tree
|
32
|
-
while True:
|
33
|
-
# Check for standalone .voices.txt first
|
34
|
-
standalone_file = current_dir / ".voices.txt"
|
35
|
-
if standalone_file.exists():
|
36
|
-
logger.info(f"Found voice preferences at: {standalone_file}")
|
37
|
-
return standalone_file
|
38
|
-
|
39
|
-
# Then check .voicemode/voices.txt
|
40
|
-
voicemode_file = current_dir / ".voicemode" / "voices.txt"
|
41
|
-
if voicemode_file.exists():
|
42
|
-
logger.info(f"Found voice preferences at: {voicemode_file}")
|
43
|
-
return voicemode_file
|
44
|
-
|
45
|
-
# Check if we've reached the root
|
46
|
-
parent = current_dir.parent
|
47
|
-
if parent == current_dir:
|
48
|
-
break
|
49
|
-
current_dir = parent
|
50
|
-
|
51
|
-
# Check user home directory - standalone first
|
52
|
-
home_standalone = Path.home() / ".voices.txt"
|
53
|
-
if home_standalone.exists():
|
54
|
-
logger.info(f"Found voice preferences at: {home_standalone}")
|
55
|
-
return home_standalone
|
56
|
-
|
57
|
-
# Then .voicemode directory
|
58
|
-
home_voicemode = Path.home() / ".voicemode" / "voices.txt"
|
59
|
-
if home_voicemode.exists():
|
60
|
-
logger.info(f"Found voice preferences at: {home_voicemode}")
|
61
|
-
return home_voicemode
|
62
|
-
|
63
|
-
logger.debug("No voice preferences file found")
|
64
|
-
return None
|
65
|
-
|
66
|
-
|
67
|
-
def load_voice_preferences() -> List[str]:
|
68
|
-
"""
|
69
|
-
Load voice preferences from .voices.txt file.
|
70
|
-
|
71
|
-
Returns:
|
72
|
-
List of voice names in preference order, or empty list if no file found
|
73
|
-
"""
|
74
|
-
global _cached_preferences, _preferences_loaded
|
75
|
-
|
76
|
-
# Return cached preferences if already loaded
|
77
|
-
if _preferences_loaded:
|
78
|
-
return _cached_preferences or []
|
79
|
-
|
80
|
-
_preferences_loaded = True
|
81
|
-
|
82
|
-
# Find voices file
|
83
|
-
voices_file = find_voices_file()
|
84
|
-
if not voices_file:
|
85
|
-
_cached_preferences = []
|
86
|
-
return []
|
87
|
-
|
88
|
-
# Load preferences
|
89
|
-
try:
|
90
|
-
with open(voices_file, 'r') as f:
|
91
|
-
# Read lines, strip whitespace, skip empty lines and comments
|
92
|
-
voices = []
|
93
|
-
for line in f:
|
94
|
-
line = line.strip()
|
95
|
-
if line and not line.startswith('#'):
|
96
|
-
voices.append(line)
|
97
|
-
|
98
|
-
logger.info(f"Loaded {len(voices)} voice preferences: {', '.join(voices)}")
|
99
|
-
_cached_preferences = voices
|
100
|
-
return voices
|
101
|
-
|
102
|
-
except Exception as e:
|
103
|
-
logger.error(f"Error loading voice preferences from {voices_file}: {e}")
|
104
|
-
_cached_preferences = []
|
105
|
-
return []
|
106
|
-
|
107
|
-
|
108
|
-
def get_preferred_voices() -> List[str]:
|
109
|
-
"""
|
110
|
-
Get the list of preferred voices, loading from file if needed.
|
111
|
-
|
112
|
-
This is the main API for getting voice preferences.
|
113
|
-
|
114
|
-
Returns:
|
115
|
-
List of voice names in preference order
|
116
|
-
"""
|
117
|
-
return load_voice_preferences()
|
118
|
-
|
119
|
-
|
120
|
-
def clear_cache():
|
121
|
-
"""Clear the preferences cache, forcing a reload on next access."""
|
122
|
-
global _cached_preferences, _preferences_loaded
|
123
|
-
_cached_preferences = None
|
124
|
-
_preferences_loaded = False
|
125
|
-
logger.debug("Voice preferences cache cleared")
|
@@ -1,116 +0,0 @@
|
|
1
|
-
voice_mode/__init__.py,sha256=PDCwE2rrm8yyYxEiQQJkznQ_4xYp3DWIxGSB84K_mnI,346
|
2
|
-
voice_mode/__main__.py,sha256=td-njie1XgkR-NrQjOEUse4TSJBC8DAmYywHum3V6WQ,138
|
3
|
-
voice_mode/__version__.py,sha256=KIIf9nQYfYK7t1sNWJSibyk_kOsWYKJP0xdGjo5R1_8,101
|
4
|
-
voice_mode/cli.py,sha256=Oa37Rr9N6hO-HANZ281FKKqfSL8uutZPn3HNRjpRDXw,71154
|
5
|
-
voice_mode/config.py,sha256=eywNce3INGFNNU1A5ux806fzsg23G3gfLaD04mLnPPM,27867
|
6
|
-
voice_mode/conversation_logger.py,sha256=Nar92xabhaVmMKdZdLmgoYckK9fGAVVYWdass3-EI1I,9363
|
7
|
-
voice_mode/core.py,sha256=WACixDHS23UMhmBJKN2zgDqeWtpAdXHOSduDc3fmOio,28452
|
8
|
-
voice_mode/provider_discovery.py,sha256=roELfldoo7s-_1XxJF-vb9BOxMmVRpYlwAX3EnTSlcQ,15729
|
9
|
-
voice_mode/providers.py,sha256=DT9eKQxw-Suimq83Pmr-xWk5MLxCyc3VEVjzpOiLJY8,12064
|
10
|
-
voice_mode/server.py,sha256=IhdTtraP51UlmN_yKDAk_ZBBxtkDOEdBV6B4olu7uVA,3044
|
11
|
-
voice_mode/shared.py,sha256=dr6rki6lKPtn6lhkZSXbIJl-rhK9dKXAw6eYpHFhUOU,3468
|
12
|
-
voice_mode/simple_failover.py,sha256=1LvbxZNXJOX2Ai6vGJ_Rwaa5_1A0TsL5hXHb_PvZoT0,6070
|
13
|
-
voice_mode/statistics.py,sha256=ckssYzOJMMgCfmmGNlCRhX4o9y0LWN9Gt42WlEUI3DE,15785
|
14
|
-
voice_mode/streaming.py,sha256=AP0dPt8jAGnM_i3qhtPe4334EBQryWxOJ6NPt48tHvE,21744
|
15
|
-
voice_mode/version.py,sha256=rgv7tThj3fBO006bhff3iz_TlfE5uQS4Gws-9xf8YIc,2452
|
16
|
-
voice_mode/voice_preferences.py,sha256=yIxKcXWVxzzMuJsqjryowkZ347DtfRmExby-SfvpGI0,3851
|
17
|
-
voice_mode/cli_commands/__init__.py,sha256=qaIkE-dtA0_s400BfX7h6IIoFQlNrXwGLbuHRhGUjWA,32
|
18
|
-
voice_mode/cli_commands/exchanges.py,sha256=R8k_MtiZmDG7ST974MoDTkUKgvGgLNESzTjg2dvZRoY,16828
|
19
|
-
voice_mode/data/versions.json,sha256=84CR9_GOFEIlBouznSSIoZX7kKY_qZt5aupUgsYnvKs,1166
|
20
|
-
voice_mode/exchanges/__init__.py,sha256=2rNsolj3FzY-3Xes6q_J6a-Eo6oTRWsl8Mu1VmJKeAE,734
|
21
|
-
voice_mode/exchanges/conversations.py,sha256=cKRL-n212iFZ8PjPXTP1IBg62ESSU7NL6e-rC77o9v8,9519
|
22
|
-
voice_mode/exchanges/filters.py,sha256=os1o-2dTLrI3cA2M5IJD4rYpd7MaY30cJqCrUQEjwqc,7774
|
23
|
-
voice_mode/exchanges/formatters.py,sha256=gefGn-me4jlJ25ZKJP9Gc958qTJSiaamfQqGQ7K5ZJM,11759
|
24
|
-
voice_mode/exchanges/models.py,sha256=TZLsc_YvOXQ9IANBzMfq-rKtbUkvNhnHxsCEjP_WVts,6764
|
25
|
-
voice_mode/exchanges/reader.py,sha256=xguQBqcLFfbTL7agV9yxHBg9YDuycJm5fmZ3jUXF0cU,8808
|
26
|
-
voice_mode/exchanges/stats.py,sha256=UVnJnVuqmd64T_iqBLVLPjTIDoyZwRg-MZUFJMHHWxg,15475
|
27
|
-
voice_mode/frontend/README.md,sha256=uosvWgNiWL_sP9liv-wnDNdPmJ3oFiLstXygxyzcN7A,2131
|
28
|
-
voice_mode/frontend/next-env.d.ts,sha256=ndnWQs24fU1bMXMhfgxFQps-R6b1z1-w6tbGROxf7QE,228
|
29
|
-
voice_mode/frontend/next.config.mjs,sha256=5kqiwwjpFblS_IHlnDJh7ELk_3rldB6pcSXIbrkytpQ,767
|
30
|
-
voice_mode/frontend/package-lock.json,sha256=N_k3I66vtmTeNn4RE8-C_ufRZC27r5Gvcjnhfv-R7Cc,138275
|
31
|
-
voice_mode/frontend/package.json,sha256=BUOh3UiaHq1D0Bww-jy2EjhOi-47rjOipeUqXONJndo,1150
|
32
|
-
voice_mode/frontend/pnpm-lock.yaml,sha256=DSl1H3fb4tNVrHjsc5HbflJJIr95erkADNeUoFY21x4,127796
|
33
|
-
voice_mode/frontend/postcss.config.mjs,sha256=76ZcZeF9UdWFcO3OnXArBgT99qm422Wvrtjwda-IZ8c,157
|
34
|
-
voice_mode/frontend/tailwind.config.ts,sha256=w0mWCjy3kwryNcqgub24YLbmd2V9EvOmWSYHmsFdpkY,264
|
35
|
-
voice_mode/frontend/tsconfig.json,sha256=VCAvHW01ulHD2uoyv2fo2iRWjsDLDDQfoLXtLOsXTy0,574
|
36
|
-
voice_mode/frontend/app/favicon.ico,sha256=Cc2QdQ-OI3iME7dIf86sbqXHW3D8LPUprF_KB2KZogI,15406
|
37
|
-
voice_mode/frontend/app/globals.css,sha256=yMCx8ta7sGyt40nzBTlRR644nlAGGYt73zj7e9YLgl4,362
|
38
|
-
voice_mode/frontend/app/layout.tsx,sha256=Q0LYcf_Z8GT8zDhlWgk7XEZArp2ZS2HpB1tmv3epp68,537
|
39
|
-
voice_mode/frontend/app/page.tsx,sha256=i98fPPMsXLjM6RgretjuNNBKmxQ56uqSwNGE0-Ymfmo,7424
|
40
|
-
voice_mode/frontend/app/api/connection-details/route.ts,sha256=4CcKqp0PQFEco0eMiOyfLClquu74uCkb8oZQRfIXP08,2957
|
41
|
-
voice_mode/frontend/components/CloseIcon.tsx,sha256=EqLFKjWz_EkeBs4ME9VqQxzvKUu55wd-Jt-gfEpJNHE,344
|
42
|
-
voice_mode/frontend/components/NoAgentNotification.tsx,sha256=0jseKJTXJa73XGL4bODPC0PzalkJHiX2AgJDX3epAHw,3473
|
43
|
-
voice_mode/frontend/components/TranscriptionView.tsx,sha256=S8tb4ipH2gZ-UjhVMnGYFCVP_eSZlBCgasxZg3ZEsyE,1446
|
44
|
-
voice_mode/frontend/hooks/useCombinedTranscriptions.ts,sha256=axAlW85iVhp_UvIM54RBuIIfEuk1UCQRh29uASvhxPY,809
|
45
|
-
voice_mode/frontend/hooks/useLocalMicTrack.ts,sha256=OpYk2RDg4nl9ZKKT9IeC39B4Qe8nL23AckmMeZIYjik,552
|
46
|
-
voice_mode/prompts/README.md,sha256=t6mtTG6Y5tZrNwhXOY_bqXrckSDsbSJPAhRsa5VzzFA,1518
|
47
|
-
voice_mode/prompts/__init__.py,sha256=fbKbuqNsMezRvkg5dDB6eI_saTYeAU8raEbW91_NA-U,458
|
48
|
-
voice_mode/prompts/converse.py,sha256=C1pJZ_DyQIv4NmOVH9Qm_IoHctD8A3-LCkekZwInIDY,532
|
49
|
-
voice_mode/prompts/release_notes.py,sha256=Yi8Xl6VsCkqoRhZsRTOAg0YTQEbZ-c731ITE8EJEMeY,2819
|
50
|
-
voice_mode/prompts/services.py,sha256=8RDi0HGpoFYnLSPkuRwulfE3L3qIfyac_AAJd0BB20M,1886
|
51
|
-
voice_mode/resources/__init__.py,sha256=fbKbuqNsMezRvkg5dDB6eI_saTYeAU8raEbW91_NA-U,458
|
52
|
-
voice_mode/resources/audio_files.py,sha256=f7Jsm9_CnJ2nXgCimpK2HkjInRKPKzJX5mnqx9nk-rs,1797
|
53
|
-
voice_mode/resources/changelog.py,sha256=sXkXnPpYODi2EEh9b_9MDW_nSWztOa_YxjfSHCd0DwI,971
|
54
|
-
voice_mode/resources/configuration.py,sha256=PG65E3mOXlqerxvJddAFXl6QxwuN_I8cJ39tdS91CaM,17504
|
55
|
-
voice_mode/resources/statistics.py,sha256=f-A0MILA8pVSWlJ3ARBg7WCn49B1hJl1r84VoKA7GqQ,7176
|
56
|
-
voice_mode/resources/version.py,sha256=_Dih68Y_jONk2bZwyA67wezQd2yr0dt9N8QN7_iPftU,1533
|
57
|
-
voice_mode/resources/whisper_models.py,sha256=hm9E9m58vj9vvZyQKnH_mvCn56G66woobRRvAshGo88,3144
|
58
|
-
voice_mode/templates/__init__.py,sha256=gMVzIYIY2xfh649vQbRd6v2kmi8ib41v6tHHPFK0hlA,34
|
59
|
-
voice_mode/templates/launchd/com.voicemode.frontend.plist,sha256=f6VQ1iv4b4qmhPqEzQC-GCQxgHfqo8Ppn_PAWlf5XAg,1399
|
60
|
-
voice_mode/templates/launchd/com.voicemode.kokoro.plist,sha256=3_cTfHsmihMR7qPdroFkDw70zLTlZ5B6fAvZjI-EVAY,1020
|
61
|
-
voice_mode/templates/launchd/com.voicemode.livekit.plist,sha256=AsXRCttp9HL_3ILOztD54G-ElEsnHrZEWasTKVjxzok,1233
|
62
|
-
voice_mode/templates/launchd/com.voicemode.whisper.plist,sha256=I5GFqdK7rQy57wqsQEOAY8wZpZKldqKzHQC6J5w4F8w,982
|
63
|
-
voice_mode/templates/launchd/start-kokoro-with-health-check.sh,sha256=x3YH0AFJG7jW0vwIIS6-A1563jkTCCHLdA_iBu7AQYM,641
|
64
|
-
voice_mode/templates/launchd/start-whisper-with-health-check.sh,sha256=P4swmTLyZBnIQiExkYlmPr7tfGKC6CSntWqv68330ss,702
|
65
|
-
voice_mode/templates/scripts/__init__.py,sha256=iIBGKNUZu74jZl47y2p_dImNqNVEb8fim-r6mEbVX3s,42
|
66
|
-
voice_mode/templates/scripts/start-whisper-server.sh,sha256=YLTQEFRWsr6g-oPOnyrMxht_mE36sUBnXaK28cPX3zs,3277
|
67
|
-
voice_mode/templates/systemd/voicemode-frontend.service,sha256=sWIu_9e24Zo3OKP3XHrKhwDaheZWtT-Q7moTYIV9ZW8,631
|
68
|
-
voice_mode/templates/systemd/voicemode-kokoro.service,sha256=5JGv_Xf9u2MvmbGLBQtNy07i3T0-KsJHPF06FkN40ms,927
|
69
|
-
voice_mode/templates/systemd/voicemode-livekit.service,sha256=hVjT4Vd0SOABXGYbp9iF9R6SWtXXLfRXt7i1xbud6Lg,692
|
70
|
-
voice_mode/templates/systemd/voicemode-whisper.service,sha256=aa5gIHI9xKF0M_DY6SO95QHRFhkV2JOzmFVo2U8RhN4,844
|
71
|
-
voice_mode/tools/__init__.py,sha256=Hd8-dNoB58apt6PqMCfGHYDAeQWbarFrMRfxseJi8Jo,1069
|
72
|
-
voice_mode/tools/configuration_management.py,sha256=V6a5sbCJVYARFg5NQpeXc-P63BW3eZA8WUFNk3l5GW0,8776
|
73
|
-
voice_mode/tools/converse.py,sha256=vvvT6qbbkON3gDMAlcDa-Q1VnJNx5vfhCd0Ope7_AkQ,99090
|
74
|
-
voice_mode/tools/dependencies.py,sha256=V72gS_bD0pCmW_be2Hxs_cEnIoNPFKlK7rE9cLMTDGE,6670
|
75
|
-
voice_mode/tools/devices.py,sha256=v0KV-Rix2lKZMFfVcobHiJB_6NnPAJsuZI5LXYHlgl0,10446
|
76
|
-
voice_mode/tools/diagnostics.py,sha256=pWl9wwaBMJubBKhWOVbNIGeYet84ECVshtPok-v2pl8,2059
|
77
|
-
voice_mode/tools/providers.py,sha256=KuO5lFmSHjYUoK3hjIqx3l7XeNOLPMAeXQnTtH00Iow,7768
|
78
|
-
voice_mode/tools/service.py,sha256=ll7BsUdSaXSGjtElZf7vSmOspe92ZIyIB-UaYbLrdf4,46454
|
79
|
-
voice_mode/tools/statistics.py,sha256=XMljbNCBqatPgyh6rq1LZ3ICNEmji2c82P7pyCZfr8Q,9326
|
80
|
-
voice_mode/tools/voice_registry.py,sha256=iw3O4C8lsdon9fr1ZMchc0Uq7MmSmTOYReY9NfQlEhU,2354
|
81
|
-
voice_mode/tools/services/list_versions.py,sha256=r_FzHG_2dVxEzDXfxVfPInchGq1h9_4yvJ9ySkinsJk,2573
|
82
|
-
voice_mode/tools/services/version_info.py,sha256=K5CzUlaIpHJKDnudfCeIydOwIhaDTOM59e8FQ1Yyj4A,11344
|
83
|
-
voice_mode/tools/services/kokoro/install.py,sha256=qir72x98o93zCDT-VEXvp0Hj63WYUj1BUHo1_2rJJ44,25188
|
84
|
-
voice_mode/tools/services/kokoro/uninstall.py,sha256=ww6x56uI5DP5IYvGK_UVEOyptGk9-Kj8RS_6nz-vVBE,9125
|
85
|
-
voice_mode/tools/services/livekit/__init__.py,sha256=AzA9Bap9CNQRhtNKPxC5XO5H9Ihkd6tO2wnZEBfEfyk,169
|
86
|
-
voice_mode/tools/services/livekit/frontend.py,sha256=-yu1K-mOUavY_RLI1CrieZgPFMrQvCdYh8F9qz4vxhQ,25809
|
87
|
-
voice_mode/tools/services/livekit/install.py,sha256=NrxyMEOMLqqJ-vIKmHcFanA7RCN6TctVw8SPVCOqWxc,13346
|
88
|
-
voice_mode/tools/services/livekit/production_server.py,sha256=8w8gBBs6O8nMqfzNQmsX6hkd46yVzwL3J-Zc1Dhe-bk,10324
|
89
|
-
voice_mode/tools/services/livekit/uninstall.py,sha256=3XOYzNLQf7r9P4vORtoVb1bvJVyciiEPmt9UQh2ADBE,6146
|
90
|
-
voice_mode/tools/services/whisper/__init__.py,sha256=xyYW6M3n7dUUlmuiK5gNfv82kp0Jd4KHJ5Bsz2gE-s8,928
|
91
|
-
voice_mode/tools/services/whisper/install.py,sha256=05G_OAV7GMHXnNfTGx2oBxtHC98sVF6wVVRBP2YHOlo,29017
|
92
|
-
voice_mode/tools/services/whisper/list_models.py,sha256=Qvz2hlws48ZrLYp4_bUtCWVGLAZTbTo-s5x4wtyF9GQ,2415
|
93
|
-
voice_mode/tools/services/whisper/model_active.py,sha256=RnaffTHJYrBburpA6LCJQzP_wjHFPKZXKPs7QItTfJw,1693
|
94
|
-
voice_mode/tools/services/whisper/model_benchmark.py,sha256=nGGQvvQFzyvh_KvUFHh0Qf6e-qMY03ZYfSDECOmudXc,5803
|
95
|
-
voice_mode/tools/services/whisper/model_install.py,sha256=v6huRo40nSKECR5nUCwVOXinklR23XMRMxRFVW5BuTI,11565
|
96
|
-
voice_mode/tools/services/whisper/model_remove.py,sha256=zlt4C7uxvdPSUNge-dMsfLNYTPDwWa6eXRBGGVzV11Y,1139
|
97
|
-
voice_mode/tools/services/whisper/models.py,sha256=423rNK45vsciIUxVve3nntH-8v2NBd7V8Wk7t0kQShM,14902
|
98
|
-
voice_mode/tools/services/whisper/uninstall.py,sha256=M81JCwCSbmV_tnuXB1jkn-V9BhSqmwAQVpHKbb62skc,8393
|
99
|
-
voice_mode/utils/__init__.py,sha256=dYWYo-k65hbgnvBErFmSXjpTvMU46QMkjO7_e0umZj4,609
|
100
|
-
voice_mode/utils/audio_diagnostics.py,sha256=bYqLOdXUmOkFkTPvk2HvutWRSWIpCSAv5mDMu8StzJw,6597
|
101
|
-
voice_mode/utils/event_logger.py,sha256=X4I6rQj7CXg3tjnpe5wsStnCqSW9ayKREBE35V55MFk,12691
|
102
|
-
voice_mode/utils/ffmpeg_check.py,sha256=b72rrxiykzlEko-Hk56F6x1kbxKAvajjlzet_0DtcX8,5661
|
103
|
-
voice_mode/utils/format_migration.py,sha256=t00xw2Jz00EQM6qwOCbSG2eglKmqTWjIRPo07rlhCp4,2756
|
104
|
-
voice_mode/utils/gpu_detection.py,sha256=HpSuFhAUmy-USoabUhO70gqyuKclwGpzROM_IcZXc-o,3898
|
105
|
-
voice_mode/utils/migration_helpers.py,sha256=kdWzqraScSC3DV2w5q9VVShjlyTXW1_9kCQ7FaMtQHc,4613
|
106
|
-
voice_mode/utils/version_helpers.py,sha256=--DMVBojs3EH9I-wkNSx87lfNWpCfvZBjecvtPLHWEw,5992
|
107
|
-
voice_mode/utils/services/common.py,sha256=EpkQfH6Ku_meqQdWRC4gFxMy1-Z1YyTfUxDdV9gZWTo,2994
|
108
|
-
voice_mode/utils/services/coreml_setup.py,sha256=Fo4l1MwsEElH8UQFCQMKgo3rYnPqJDfzzJ4hCqQ9SYI,8714
|
109
|
-
voice_mode/utils/services/kokoro_helpers.py,sha256=57NsS1i4ptk5Gg3zm5g68QhtV3aU35TSk2tGPFfIiUA,1804
|
110
|
-
voice_mode/utils/services/livekit_helpers.py,sha256=OFw0GxVIJAZE2m9dGCDZVegWD-LnMO6iSjcOUDgAA9U,3627
|
111
|
-
voice_mode/utils/services/whisper_helpers.py,sha256=1Oy9TR5g5-l6j07KaWlAoijkCUDGaTWIz__BXvV0TWw,19632
|
112
|
-
voice_mode/utils/services/whisper_version.py,sha256=68e0Oa-tG73IJlla-e3P0sh_qzBF4ToYBe4KKZ2FvEY,4861
|
113
|
-
voice_mode-3.34.3.dist-info/METADATA,sha256=9ua11xQPGucNlxKqg_247bFI1sj_HWkdCMB9PDp6_wo,25300
|
114
|
-
voice_mode-3.34.3.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
115
|
-
voice_mode-3.34.3.dist-info/entry_points.txt,sha256=hS5faHc0R5Fde3Z_uvz8u6YkRIYtvh17X8tVN90Rbro,95
|
116
|
-
voice_mode-3.34.3.dist-info/RECORD,,
|
File without changes
|
File without changes
|