dv-pipecat-ai 0.0.85.dev860__py3-none-any.whl → 0.0.85.dev861__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.
- {dv_pipecat_ai-0.0.85.dev860.dist-info → dv_pipecat_ai-0.0.85.dev861.dist-info}/METADATA +1 -1
- {dv_pipecat_ai-0.0.85.dev860.dist-info → dv_pipecat_ai-0.0.85.dev861.dist-info}/RECORD +6 -6
- pipecat/services/cartesia/tts.py +3 -3
- {dv_pipecat_ai-0.0.85.dev860.dist-info → dv_pipecat_ai-0.0.85.dev861.dist-info}/WHEEL +0 -0
- {dv_pipecat_ai-0.0.85.dev860.dist-info → dv_pipecat_ai-0.0.85.dev861.dist-info}/licenses/LICENSE +0 -0
- {dv_pipecat_ai-0.0.85.dev860.dist-info → dv_pipecat_ai-0.0.85.dev861.dist-info}/top_level.txt +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
dv_pipecat_ai-0.0.85.
|
|
1
|
+
dv_pipecat_ai-0.0.85.dev861.dist-info/licenses/LICENSE,sha256=DWY2QGf2eMCFhuu2ChairtT6CB7BEFffNVhXWc4Od08,1301
|
|
2
2
|
pipecat/__init__.py,sha256=j0Xm6adxHhd7D06dIyyPV_GlBYLlBnTAERVvD_jAARQ,861
|
|
3
3
|
pipecat/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
4
|
pipecat/adapters/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -207,7 +207,7 @@ pipecat/services/azure/realtime/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm
|
|
|
207
207
|
pipecat/services/azure/realtime/llm.py,sha256=MnDiw-YJP3kll1gbkta4z4vsWfWZ5oBprZCinMP9O0M,2385
|
|
208
208
|
pipecat/services/cartesia/__init__.py,sha256=vzh0jBnfPwWdxFfV-tu0x1HFoOTgr9s91GYmD-CJUtY,284
|
|
209
209
|
pipecat/services/cartesia/stt.py,sha256=00k9gQYo_xPKb-RRJ-RNV4LPFw-7xXiFU7ACFLYttWY,12388
|
|
210
|
-
pipecat/services/cartesia/tts.py,sha256=
|
|
210
|
+
pipecat/services/cartesia/tts.py,sha256=2lqbu1bMFQzoPgdIJ-7E8DWNQENSW_eB-Ljcrhuw1NQ,27029
|
|
211
211
|
pipecat/services/cerebras/__init__.py,sha256=5zBmqq9Zfcl-HC7ylekVS5qrRedbl1mAeEwUT-T-c_o,259
|
|
212
212
|
pipecat/services/cerebras/llm.py,sha256=-yzSe_6YDGigwzES-LZS4vNXMPugmvsIYEpTySyr5nA,3047
|
|
213
213
|
pipecat/services/deepgram/__init__.py,sha256=IjRtMI7WytRDdmYVpk2qDWClXUiNgdl7ZkvEAWg1eYE,304
|
|
@@ -417,7 +417,7 @@ pipecat/utils/tracing/service_decorators.py,sha256=fwzxFpi8DJl6BJbK74G0UEB4ccMJg
|
|
|
417
417
|
pipecat/utils/tracing/setup.py,sha256=7TEgPNpq6M8lww8OQvf0P9FzYc5A30xICGklVA-fua0,2892
|
|
418
418
|
pipecat/utils/tracing/turn_context_provider.py,sha256=ikon3plFOx0XbMrH6DdeHttNpb-U0gzMZIm3bWLc9eI,2485
|
|
419
419
|
pipecat/utils/tracing/turn_trace_observer.py,sha256=dma16SBJpYSOE58YDWy89QzHyQFc_9gQZszKeWixuwc,9725
|
|
420
|
-
dv_pipecat_ai-0.0.85.
|
|
421
|
-
dv_pipecat_ai-0.0.85.
|
|
422
|
-
dv_pipecat_ai-0.0.85.
|
|
423
|
-
dv_pipecat_ai-0.0.85.
|
|
420
|
+
dv_pipecat_ai-0.0.85.dev861.dist-info/METADATA,sha256=rALqzYJiu7HAFx8_HwbDR6s2g0XZtj3m7jy9PLAu5vo,32955
|
|
421
|
+
dv_pipecat_ai-0.0.85.dev861.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
422
|
+
dv_pipecat_ai-0.0.85.dev861.dist-info/top_level.txt,sha256=kQzG20CxGf-nSsHmtXHx3hY2-8zHA3jYg8jk0TajqXc,8
|
|
423
|
+
dv_pipecat_ai-0.0.85.dev861.dist-info/RECORD,,
|
pipecat/services/cartesia/tts.py
CHANGED
|
@@ -419,7 +419,7 @@ class CartesiaTTSService(AudioContextWordTTSService):
|
|
|
419
419
|
logger.debug("Disconnecting from Cartesia")
|
|
420
420
|
await self._websocket.close()
|
|
421
421
|
except Exception as e:
|
|
422
|
-
logger.error(f"{self} error closing websocket: {e}")
|
|
422
|
+
self.logger.error(f"{self} error closing websocket: {e}")
|
|
423
423
|
finally:
|
|
424
424
|
self._context_id = None
|
|
425
425
|
self._websocket = None
|
|
@@ -472,13 +472,13 @@ class CartesiaTTSService(AudioContextWordTTSService):
|
|
|
472
472
|
)
|
|
473
473
|
await self.append_to_audio_context(msg["context_id"], frame)
|
|
474
474
|
elif msg["type"] == "error":
|
|
475
|
-
logger.error(
|
|
475
|
+
self.logger.error("{} error: {}", self, msg)
|
|
476
476
|
await self.push_frame(TTSStoppedFrame())
|
|
477
477
|
await self.stop_all_metrics()
|
|
478
478
|
await self.push_error(ErrorFrame(f"{self} error: {msg['error']}"))
|
|
479
479
|
self._context_id = None
|
|
480
480
|
else:
|
|
481
|
-
logger.error(
|
|
481
|
+
self.logger.error("{} error, unknown message type: {}", self, msg)
|
|
482
482
|
|
|
483
483
|
async def _receive_messages(self):
|
|
484
484
|
while True:
|
|
File without changes
|
{dv_pipecat_ai-0.0.85.dev860.dist-info → dv_pipecat_ai-0.0.85.dev861.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|
{dv_pipecat_ai-0.0.85.dev860.dist-info → dv_pipecat_ai-0.0.85.dev861.dist-info}/top_level.txt
RENAMED
|
File without changes
|