livekit-plugins-cartesia 1.0.19__py3-none-any.whl → 1.0.21__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.
@@ -12,6 +12,11 @@
12
12
  # See the License for the specific language governing permissions and
13
13
  # limitations under the License.
14
14
 
15
+ """Cartesia plugin for LiveKit Agents
16
+
17
+ See https://docs.livekit.io/agents/integrations/tts/cartesia/ for more information.
18
+ """
19
+
15
20
  from .tts import TTS, ChunkedStream
16
21
  from .version import __version__
17
22
 
@@ -54,7 +54,7 @@ API_VERSION_HEADER = "Cartesia-Version"
54
54
  API_VERSION = "2024-06-10"
55
55
 
56
56
  NUM_CHANNELS = 1
57
- BUFFERED_WORDS_COUNT = 3
57
+ BUFFERED_WORDS_COUNT = 10
58
58
 
59
59
 
60
60
  @dataclass
@@ -12,4 +12,4 @@
12
12
  # See the License for the specific language governing permissions and
13
13
  # limitations under the License.
14
14
 
15
- __version__ = "1.0.19"
15
+ __version__ = "1.0.21"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: livekit-plugins-cartesia
3
- Version: 1.0.19
3
+ Version: 1.0.21
4
4
  Summary: LiveKit Agents Plugin for Cartesia
5
5
  Project-URL: Documentation, https://docs.livekit.io
6
6
  Project-URL: Website, https://livekit.io/
@@ -18,12 +18,14 @@ Classifier: Topic :: Multimedia :: Sound/Audio
18
18
  Classifier: Topic :: Multimedia :: Video
19
19
  Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
20
20
  Requires-Python: >=3.9.0
21
- Requires-Dist: livekit-agents>=1.0.19
21
+ Requires-Dist: livekit-agents>=1.0.21
22
22
  Description-Content-Type: text/markdown
23
23
 
24
- # LiveKit Plugins Cartesia
24
+ # Cartesia plugin for LiveKit Agents
25
25
 
26
- Agent Framework plugin for voice synthesis with [Cartesia](https://cartesia.ai/) API.
26
+ Support for voice synthesis with [Cartesia](https://cartesia.ai/).
27
+
28
+ See https://docs.livekit.io/agents/integrations/tts/cartesia/ for more information.
27
29
 
28
30
  ## Installation
29
31
 
@@ -0,0 +1,9 @@
1
+ livekit/plugins/cartesia/__init__.py,sha256=DFnl1khtyLstonZ6-FzIItl6ob9132SbZDLFRfremVs,1223
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=g3RPmTGyMjL0sG6lS-1zaq4Pa1DO2DmKfAnFeJwnHtY,14445
6
+ livekit/plugins/cartesia/version.py,sha256=5lzQkS1jEPqreexacwMd18b2EOx7R5m8AQMKtQRBgC4,601
7
+ livekit_plugins_cartesia-1.0.21.dist-info/METADATA,sha256=pqaB7cUiLkuzr-IB2hfjcsVPePsKN_hTezG-h7ZzGfM,1331
8
+ livekit_plugins_cartesia-1.0.21.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
9
+ livekit_plugins_cartesia-1.0.21.dist-info/RECORD,,
@@ -1,9 +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=I_wMWZ-WStnX84QQMOPER-EAaudY6iAmalFkJUBaKtk,14444
6
- livekit/plugins/cartesia/version.py,sha256=UDC8ahmGgRkv-qMQUY3QibuuVevGMQ9Fd4yIhcQBZwA,601
7
- livekit_plugins_cartesia-1.0.19.dist-info/METADATA,sha256=O0KiNCCXXSnCeX1gHn8-xX0tZN7AH5pDWy4ROftwORo,1255
8
- livekit_plugins_cartesia-1.0.19.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
9
- livekit_plugins_cartesia-1.0.19.dist-info/RECORD,,