abstractvoice 0.1.0__py3-none-any.whl → 0.1.1__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: abstractvoice
3
- Version: 0.1.0
3
+ Version: 0.1.1
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
@@ -70,6 +70,32 @@ While we provide CLI and WEB examples, AbstractVoice is designed to be integrate
70
70
  - PortAudio for audio input/output
71
71
  - **Recommended**: espeak-ng for best voice quality (VITS model)
72
72
 
73
+ ### Basic Installation
74
+
75
+ ```bash
76
+ # Install from PyPI
77
+ pip install abstractvoice
78
+
79
+ # Or clone the repository
80
+ git clone https://github.com/lpalbou/abstractvoice.git
81
+ cd abstractvoice
82
+ pip install -e .
83
+ ```
84
+
85
+ ### Development Installation
86
+
87
+ ```bash
88
+ # Install with development dependencies
89
+ pip install "abstractvoice[dev]"
90
+ ```
91
+
92
+ ### From Requirements File
93
+
94
+ ```bash
95
+ # Install all dependencies including the package
96
+ pip install -r requirements.txt
97
+ ```
98
+
73
99
  ### Installing espeak-ng (Recommended for Best Quality)
74
100
 
75
101
  AbstractVoice will work without espeak-ng, but voice quality will be significantly better with it:
@@ -102,32 +128,6 @@ choco install espeak-ng
102
128
 
103
129
  **Without espeak-ng:** AbstractVoice will automatically fall back to a simpler TTS model (fast_pitch) that works everywhere but has lower voice quality.
104
130
 
105
- ### Basic Installation
106
-
107
- ```bash
108
- # Install from PyPI
109
- pip install abstractvoice
110
-
111
- # Or clone the repository
112
- git clone https://github.com/lpalbou/abstractvoice.git
113
- cd abstractvoice
114
- pip install -e .
115
- ```
116
-
117
- ### Development Installation
118
-
119
- ```bash
120
- # Install with development dependencies
121
- pip install "abstractvoice[dev]"
122
- ```
123
-
124
- ### From Requirements File
125
-
126
- ```bash
127
- # Install all dependencies including the package
128
- pip install -r requirements.txt
129
- ```
130
-
131
131
  ## Quick Start
132
132
 
133
133
  ### Using AbstractVoice from the Command Line
@@ -12,9 +12,9 @@ abstractvoice/tts/__init__.py,sha256=WgJrxqdc_qaRyfFt1jbgMQD9S757jYuBpDzMRB02TFs
12
12
  abstractvoice/tts/tts_engine.py,sha256=cuoKaMw7MP2PyUFE0LwZZqYI8tcIGIiX2ZzSP1QH4qo,39224
13
13
  abstractvoice/vad/__init__.py,sha256=RIIbFw25jNHgel06E4VvTWJnXjwjeFZ98m1Vx9hVjuo,119
14
14
  abstractvoice/vad/voice_detector.py,sha256=fR7uNuDVx_0vLzcMa8d1cEYtyAeZ1nW9ao5_V57rW7s,2584
15
- abstractvoice-0.1.0.dist-info/licenses/LICENSE,sha256=jxyvKKcODBeM8o4aaTjVpeSI74XSjS4zwIu_n-8eNNE,1099
16
- abstractvoice-0.1.0.dist-info/METADATA,sha256=eV3ReI4fU5men2rofgFTT9_93ENqkOfCL0PdfNX1ouo,31804
17
- abstractvoice-0.1.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
18
- abstractvoice-0.1.0.dist-info/entry_points.txt,sha256=rL63lqtLrbd7w_hGsR_w9Mr5baq4p3Mzwn4_UJqR_nI,120
19
- abstractvoice-0.1.0.dist-info/top_level.txt,sha256=a1qyxqgF1O8cJtPKpcJuImGZ_uXqPNghbLZ9gp-UiOo,14
20
- abstractvoice-0.1.0.dist-info/RECORD,,
15
+ abstractvoice-0.1.1.dist-info/licenses/LICENSE,sha256=jxyvKKcODBeM8o4aaTjVpeSI74XSjS4zwIu_n-8eNNE,1099
16
+ abstractvoice-0.1.1.dist-info/METADATA,sha256=DJFMbqivew2GBq6uc4sFrEhjBTaIIBKq0lxlKOmFITo,31804
17
+ abstractvoice-0.1.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
18
+ abstractvoice-0.1.1.dist-info/entry_points.txt,sha256=rL63lqtLrbd7w_hGsR_w9Mr5baq4p3Mzwn4_UJqR_nI,120
19
+ abstractvoice-0.1.1.dist-info/top_level.txt,sha256=a1qyxqgF1O8cJtPKpcJuImGZ_uXqPNghbLZ9gp-UiOo,14
20
+ abstractvoice-0.1.1.dist-info/RECORD,,