livekit-plugins-cartesia 0.4.10__py3-none-any.whl → 0.4.12__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.
- livekit/plugins/cartesia/tts.py +2 -2
- livekit/plugins/cartesia/version.py +1 -1
- {livekit_plugins_cartesia-0.4.10.dist-info → livekit_plugins_cartesia-0.4.12.dist-info}/METADATA +3 -3
- livekit_plugins_cartesia-0.4.12.dist-info/RECORD +10 -0
- {livekit_plugins_cartesia-0.4.10.dist-info → livekit_plugins_cartesia-0.4.12.dist-info}/WHEEL +1 -1
- livekit_plugins_cartesia-0.4.10.dist-info/RECORD +0 -10
- {livekit_plugins_cartesia-0.4.10.dist-info → livekit_plugins_cartesia-0.4.12.dist-info}/top_level.txt +0 -0
livekit/plugins/cartesia/tts.py
CHANGED
@@ -47,7 +47,7 @@ API_VERSION_HEADER = "Cartesia-Version"
|
|
47
47
|
API_VERSION = "2024-06-10"
|
48
48
|
|
49
49
|
NUM_CHANNELS = 1
|
50
|
-
BUFFERED_WORDS_COUNT =
|
50
|
+
BUFFERED_WORDS_COUNT = 10
|
51
51
|
|
52
52
|
|
53
53
|
@dataclass
|
@@ -156,7 +156,7 @@ class TTS(tts.TTS):
|
|
156
156
|
def update_options(
|
157
157
|
self,
|
158
158
|
*,
|
159
|
-
model: TTSModels | None = None,
|
159
|
+
model: TTSModels | str | None = None,
|
160
160
|
language: str | None = None,
|
161
161
|
voice: str | list[float] | None = None,
|
162
162
|
speed: TTSVoiceSpeed | float | None = None,
|
{livekit_plugins_cartesia-0.4.10.dist-info → livekit_plugins_cartesia-0.4.12.dist-info}/METADATA
RENAMED
@@ -1,6 +1,6 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.4
|
2
2
|
Name: livekit-plugins-cartesia
|
3
|
-
Version: 0.4.
|
3
|
+
Version: 0.4.12
|
4
4
|
Summary: LiveKit Agents Plugin for Cartesia
|
5
5
|
Home-page: https://github.com/livekit/agents
|
6
6
|
License: Apache-2.0
|
@@ -19,7 +19,7 @@ Classifier: Programming Language :: Python :: 3.10
|
|
19
19
|
Classifier: Programming Language :: Python :: 3 :: Only
|
20
20
|
Requires-Python: >=3.9.0
|
21
21
|
Description-Content-Type: text/markdown
|
22
|
-
Requires-Dist: livekit-agents<1.0.0,>=0.12.
|
22
|
+
Requires-Dist: livekit-agents<1.0.0,>=0.12.20
|
23
23
|
Dynamic: classifier
|
24
24
|
Dynamic: description
|
25
25
|
Dynamic: description-content-type
|
@@ -0,0 +1,10 @@
|
|
1
|
+
livekit/plugins/cartesia/__init__.py,sha256=UTa6Q7IxhRBCwPftowHEUDvmBg99J_UjGS_yxTzKD7g,1095
|
2
|
+
livekit/plugins/cartesia/log.py,sha256=4Mnhjng_DU1dIWP9IWjIQGZ67EV3LnQhWMWCHVudJbo,71
|
3
|
+
livekit/plugins/cartesia/models.py,sha256=KGY-r2luJuUNY6a3nnB0Rx-5Td12hikk-GtYLnqvysE,977
|
4
|
+
livekit/plugins/cartesia/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
5
|
+
livekit/plugins/cartesia/tts.py,sha256=XPw-xAODAFY0i0_mR7zO93hsIINkJTnnjb-C0N1-3w8,14135
|
6
|
+
livekit/plugins/cartesia/version.py,sha256=fwXAcSnbfVFFopZ0nsjpyD2TU6U4NPULRFQWZjHd7Og,601
|
7
|
+
livekit_plugins_cartesia-0.4.12.dist-info/METADATA,sha256=l9XRko7RF3szMy5YJk72KdP9WbKcpqszsq5TnDsgFYQ,1471
|
8
|
+
livekit_plugins_cartesia-0.4.12.dist-info/WHEEL,sha256=Nw36Djuh_5VDukK0H78QzOX-_FQEo6V37m3nkm96gtU,91
|
9
|
+
livekit_plugins_cartesia-0.4.12.dist-info/top_level.txt,sha256=OoDok3xUmXbZRvOrfvvXB-Juu4DX79dlq188E19YHoo,8
|
10
|
+
livekit_plugins_cartesia-0.4.12.dist-info/RECORD,,
|
@@ -1,10 +0,0 @@
|
|
1
|
-
livekit/plugins/cartesia/__init__.py,sha256=UTa6Q7IxhRBCwPftowHEUDvmBg99J_UjGS_yxTzKD7g,1095
|
2
|
-
livekit/plugins/cartesia/log.py,sha256=4Mnhjng_DU1dIWP9IWjIQGZ67EV3LnQhWMWCHVudJbo,71
|
3
|
-
livekit/plugins/cartesia/models.py,sha256=KGY-r2luJuUNY6a3nnB0Rx-5Td12hikk-GtYLnqvysE,977
|
4
|
-
livekit/plugins/cartesia/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
5
|
-
livekit/plugins/cartesia/tts.py,sha256=cOoNFXNlw2NFN5o6PgLTccu_-y_W0MTAwNciNDtxdd8,14128
|
6
|
-
livekit/plugins/cartesia/version.py,sha256=EAXwrHdOWRivmdK-RTQl1YBemh0E8ui_JHvG9dT490M,601
|
7
|
-
livekit_plugins_cartesia-0.4.10.dist-info/METADATA,sha256=TXT6xGvQ3of6Gl9PyCCYLrurnkDdfyiOjzyrXC0gga4,1471
|
8
|
-
livekit_plugins_cartesia-0.4.10.dist-info/WHEEL,sha256=52BFRY2Up02UkjOa29eZOS2VxUrpPORXg1pkohGGUS8,91
|
9
|
-
livekit_plugins_cartesia-0.4.10.dist-info/top_level.txt,sha256=OoDok3xUmXbZRvOrfvvXB-Juu4DX79dlq188E19YHoo,8
|
10
|
-
livekit_plugins_cartesia-0.4.10.dist-info/RECORD,,
|
File without changes
|