abstractvoice 0.5.1__py3-none-any.whl → 0.5.2__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.
abstractvoice/__init__.py CHANGED
@@ -32,5 +32,5 @@ from .voice_manager import VoiceManager
32
32
  # Import simple APIs for third-party applications
33
33
  from .simple_model_manager import list_models, download_model, get_status, is_ready
34
34
 
35
- __version__ = "0.5.1"
35
+ __version__ = "0.5.2"
36
36
  __all__ = ['VoiceManager', 'list_models', 'download_model', 'get_status', 'is_ready']
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: abstractvoice
3
- Version: 0.5.1
3
+ Version: 0.5.2
4
4
  Summary: A modular Python library for voice interactions with AI systems
5
5
  Author-email: Laurent-Philippe Albou <contact@abstractcore.ai>
6
6
  License-Expression: MIT
@@ -21,9 +21,9 @@ Requires-Dist: numpy>=1.24.0
21
21
  Requires-Dist: requests>=2.31.0
22
22
  Requires-Dist: appdirs>=1.4.0
23
23
  Requires-Dist: coqui-tts<0.30.0,>=0.27.0
24
- Requires-Dist: torch<2.4.0,>=2.0.0
25
- Requires-Dist: torchvision<0.19.0,>=0.15.0
26
- Requires-Dist: torchaudio<2.4.0,>=2.0.0
24
+ Requires-Dist: torch<2.9.0,>=2.1.0
25
+ Requires-Dist: torchvision<1.0.0,>=0.16.0
26
+ Requires-Dist: torchaudio<2.9.0,>=2.1.0
27
27
  Requires-Dist: librosa>=0.10.0
28
28
  Requires-Dist: sounddevice>=0.4.6
29
29
  Requires-Dist: soundfile>=0.12.1
@@ -34,9 +34,9 @@ Requires-Dist: PyAudio>=0.2.13; extra == "voice"
34
34
  Requires-Dist: soundfile>=0.12.1; extra == "voice"
35
35
  Provides-Extra: tts
36
36
  Requires-Dist: coqui-tts<0.30.0,>=0.27.0; extra == "tts"
37
- Requires-Dist: torch<2.4.0,>=2.0.0; extra == "tts"
38
- Requires-Dist: torchvision<0.19.0,>=0.15.0; extra == "tts"
39
- Requires-Dist: torchaudio<2.4.0,>=2.0.0; extra == "tts"
37
+ Requires-Dist: torch<2.9.0,>=2.1.0; extra == "tts"
38
+ Requires-Dist: torchvision<1.0.0,>=0.16.0; extra == "tts"
39
+ Requires-Dist: torchaudio<2.9.0,>=2.1.0; extra == "tts"
40
40
  Requires-Dist: librosa>=0.10.0; extra == "tts"
41
41
  Provides-Extra: stt
42
42
  Requires-Dist: openai-whisper>=20230314; extra == "stt"
@@ -49,9 +49,9 @@ Requires-Dist: webrtcvad>=2.0.10; extra == "all"
49
49
  Requires-Dist: PyAudio>=0.2.13; extra == "all"
50
50
  Requires-Dist: openai-whisper>=20230314; extra == "all"
51
51
  Requires-Dist: coqui-tts<0.30.0,>=0.27.0; extra == "all"
52
- Requires-Dist: torch<2.4.0,>=2.0.0; extra == "all"
53
- Requires-Dist: torchvision<0.19.0,>=0.15.0; extra == "all"
54
- Requires-Dist: torchaudio<2.4.0,>=2.0.0; extra == "all"
52
+ Requires-Dist: torch<2.9.0,>=2.1.0; extra == "all"
53
+ Requires-Dist: torchvision<1.0.0,>=0.16.0; extra == "all"
54
+ Requires-Dist: torchaudio<2.9.0,>=2.1.0; extra == "all"
55
55
  Requires-Dist: librosa>=0.10.0; extra == "all"
56
56
  Requires-Dist: soundfile>=0.12.1; extra == "all"
57
57
  Requires-Dist: flask>=2.0.0; extra == "all"
@@ -66,17 +66,17 @@ Requires-Dist: webrtcvad>=2.0.10; extra == "voice-full"
66
66
  Requires-Dist: PyAudio>=0.2.13; extra == "voice-full"
67
67
  Requires-Dist: openai-whisper>=20230314; extra == "voice-full"
68
68
  Requires-Dist: coqui-tts<0.30.0,>=0.27.0; extra == "voice-full"
69
- Requires-Dist: torch<2.4.0,>=2.0.0; extra == "voice-full"
70
- Requires-Dist: torchvision<0.19.0,>=0.15.0; extra == "voice-full"
71
- Requires-Dist: torchaudio<2.4.0,>=2.0.0; extra == "voice-full"
69
+ Requires-Dist: torch<2.9.0,>=2.1.0; extra == "voice-full"
70
+ Requires-Dist: torchvision<1.0.0,>=0.16.0; extra == "voice-full"
71
+ Requires-Dist: torchaudio<2.9.0,>=2.1.0; extra == "voice-full"
72
72
  Requires-Dist: librosa>=0.10.0; extra == "voice-full"
73
73
  Requires-Dist: soundfile>=0.12.1; extra == "voice-full"
74
74
  Requires-Dist: tiktoken>=0.6.0; extra == "voice-full"
75
75
  Provides-Extra: core-tts
76
76
  Requires-Dist: coqui-tts<0.30.0,>=0.27.0; extra == "core-tts"
77
- Requires-Dist: torch<2.4.0,>=2.0.0; extra == "core-tts"
78
- Requires-Dist: torchvision<0.19.0,>=0.15.0; extra == "core-tts"
79
- Requires-Dist: torchaudio<2.4.0,>=2.0.0; extra == "core-tts"
77
+ Requires-Dist: torch<2.9.0,>=2.1.0; extra == "core-tts"
78
+ Requires-Dist: torchvision<1.0.0,>=0.16.0; extra == "core-tts"
79
+ Requires-Dist: torchaudio<2.9.0,>=2.1.0; extra == "core-tts"
80
80
  Requires-Dist: librosa>=0.10.0; extra == "core-tts"
81
81
  Provides-Extra: core-stt
82
82
  Requires-Dist: openai-whisper>=20230314; extra == "core-stt"
@@ -1,4 +1,4 @@
1
- abstractvoice/__init__.py,sha256=hrgrmb9yNMG6d_mGJg5aYFXeOLxw-UNPbPWs8Ox8rPk,1011
1
+ abstractvoice/__init__.py,sha256=__crqsJ0KmR2heD_L0uFpgC3pKSRWLVOvEv5K1fNjjs,1011
2
2
  abstractvoice/__main__.py,sha256=e6jhoONg3uwwPUCdnr68bSRTT1RrpWy2DrOJ6ozMJVc,4775
3
3
  abstractvoice/dependency_check.py,sha256=BUUADz4un4_FCZzNpgwk1qpJ6yqVi5Pvjfd3JLS8hAI,10045
4
4
  abstractvoice/instant_setup.py,sha256=_Q8T6tcMSor--1XPlgdOya3lvC-VtClHz4FSgDOXFNI,2667
@@ -15,9 +15,9 @@ abstractvoice/tts/__init__.py,sha256=WgJrxqdc_qaRyfFt1jbgMQD9S757jYuBpDzMRB02TFs
15
15
  abstractvoice/tts/tts_engine.py,sha256=-9KlLyE4gziL0PV50mJzzKe1_RhsRSQ1tVcTqK5UC38,56562
16
16
  abstractvoice/vad/__init__.py,sha256=RIIbFw25jNHgel06E4VvTWJnXjwjeFZ98m1Vx9hVjuo,119
17
17
  abstractvoice/vad/voice_detector.py,sha256=ghrhpDFlIR5TsMB2gpigXY6t5c_1yZ7vEX1imAMgWjc,3166
18
- abstractvoice-0.5.1.dist-info/licenses/LICENSE,sha256=TiDPM5WcFRQPoC5e46jGMeMppZ-eu0eFx_HytjE49bk,1105
19
- abstractvoice-0.5.1.dist-info/METADATA,sha256=GDLdemnPVB0tsrQ4Kr4xQflAAhMBjMGbGwHuliskEko,43377
20
- abstractvoice-0.5.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
21
- abstractvoice-0.5.1.dist-info/entry_points.txt,sha256=3bDX2dNOGvrsTx1wZ_o_hVgmM_a2zbcHc1ZkL154rN4,72
22
- abstractvoice-0.5.1.dist-info/top_level.txt,sha256=a1qyxqgF1O8cJtPKpcJuImGZ_uXqPNghbLZ9gp-UiOo,14
23
- abstractvoice-0.5.1.dist-info/RECORD,,
18
+ abstractvoice-0.5.2.dist-info/licenses/LICENSE,sha256=TiDPM5WcFRQPoC5e46jGMeMppZ-eu0eFx_HytjE49bk,1105
19
+ abstractvoice-0.5.2.dist-info/METADATA,sha256=fl0fb67JLopQEpF26XP79BfO7CX2yzkZ3xd5DzT7YHM,43372
20
+ abstractvoice-0.5.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
21
+ abstractvoice-0.5.2.dist-info/entry_points.txt,sha256=3bDX2dNOGvrsTx1wZ_o_hVgmM_a2zbcHc1ZkL154rN4,72
22
+ abstractvoice-0.5.2.dist-info/top_level.txt,sha256=a1qyxqgF1O8cJtPKpcJuImGZ_uXqPNghbLZ9gp-UiOo,14
23
+ abstractvoice-0.5.2.dist-info/RECORD,,