dv-pipecat-ai 0.0.85.dev852__py3-none-any.whl → 0.0.85.dev853__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.
Potentially problematic release.
This version of dv-pipecat-ai might be problematic. Click here for more details.
- {dv_pipecat_ai-0.0.85.dev852.dist-info → dv_pipecat_ai-0.0.85.dev853.dist-info}/METADATA +1 -1
- {dv_pipecat_ai-0.0.85.dev852.dist-info → dv_pipecat_ai-0.0.85.dev853.dist-info}/RECORD +6 -6
- pipecat/serializers/vi.py +2 -0
- {dv_pipecat_ai-0.0.85.dev852.dist-info → dv_pipecat_ai-0.0.85.dev853.dist-info}/WHEEL +0 -0
- {dv_pipecat_ai-0.0.85.dev852.dist-info → dv_pipecat_ai-0.0.85.dev853.dist-info}/licenses/LICENSE +0 -0
- {dv_pipecat_ai-0.0.85.dev852.dist-info → dv_pipecat_ai-0.0.85.dev853.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.dev853.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
|
|
@@ -164,7 +164,7 @@ pipecat/serializers/plivo.py,sha256=ie6VUhZDTJ7KlAuJyHNeIeMtJ3ScDq_2js1SZtz7jLI,
|
|
|
164
164
|
pipecat/serializers/protobuf.py,sha256=L0jSqvgTdkfxsu6JWjYK8QSTVji9nhzmgRsEEbGU7xY,5223
|
|
165
165
|
pipecat/serializers/telnyx.py,sha256=eFkC7dExDFildYLR8DPvgfHbgXlCwdSPd1vc11yxyok,10847
|
|
166
166
|
pipecat/serializers/twilio.py,sha256=0emSzXVw8DU_N5RPruMekbBKku9Q429-0z1PMuYejSk,10823
|
|
167
|
-
pipecat/serializers/vi.py,sha256=
|
|
167
|
+
pipecat/serializers/vi.py,sha256=XdnyNwhpxo8CvgS4v1_9DmetF0BkRmx8KoSVdjCdPPQ,11247
|
|
168
168
|
pipecat/services/__init__.py,sha256=8e3Ta-8_BOPozhDB3l0GJkNXs5PWhib6yqZQUof2Kvw,1209
|
|
169
169
|
pipecat/services/ai_service.py,sha256=yE386fm2Id-yD4fCNfkmEMtg0lTA7PB17n2x_A_jwTg,5896
|
|
170
170
|
pipecat/services/ai_services.py,sha256=_RrDWfM8adV17atzY9RxK0nXRVM5kbUkKrvN90GAWYM,795
|
|
@@ -416,7 +416,7 @@ pipecat/utils/tracing/service_decorators.py,sha256=fwzxFpi8DJl6BJbK74G0UEB4ccMJg
|
|
|
416
416
|
pipecat/utils/tracing/setup.py,sha256=7TEgPNpq6M8lww8OQvf0P9FzYc5A30xICGklVA-fua0,2892
|
|
417
417
|
pipecat/utils/tracing/turn_context_provider.py,sha256=ikon3plFOx0XbMrH6DdeHttNpb-U0gzMZIm3bWLc9eI,2485
|
|
418
418
|
pipecat/utils/tracing/turn_trace_observer.py,sha256=dma16SBJpYSOE58YDWy89QzHyQFc_9gQZszKeWixuwc,9725
|
|
419
|
-
dv_pipecat_ai-0.0.85.
|
|
420
|
-
dv_pipecat_ai-0.0.85.
|
|
421
|
-
dv_pipecat_ai-0.0.85.
|
|
422
|
-
dv_pipecat_ai-0.0.85.
|
|
419
|
+
dv_pipecat_ai-0.0.85.dev853.dist-info/METADATA,sha256=EYGfmlCPPW0nGP9R-LdVgrrq-88dt6s8U_f1bf5PXqc,32955
|
|
420
|
+
dv_pipecat_ai-0.0.85.dev853.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
421
|
+
dv_pipecat_ai-0.0.85.dev853.dist-info/top_level.txt,sha256=kQzG20CxGf-nSsHmtXHx3hY2-8zHA3jYg8jk0TajqXc,8
|
|
422
|
+
dv_pipecat_ai-0.0.85.dev853.dist-info/RECORD,,
|
pipecat/serializers/vi.py
CHANGED
|
@@ -173,6 +173,8 @@ class VIFrameSerializer(FrameSerializer):
|
|
|
173
173
|
},
|
|
174
174
|
}
|
|
175
175
|
|
|
176
|
+
logger.debug(f"VI: Sending media event {message} for stream_id: {self._stream_id}")
|
|
177
|
+
|
|
176
178
|
return json.dumps(message)
|
|
177
179
|
|
|
178
180
|
elif isinstance(frame, (TransportMessageFrame, TransportMessageUrgentFrame)):
|
|
File without changes
|
{dv_pipecat_ai-0.0.85.dev852.dist-info → dv_pipecat_ai-0.0.85.dev853.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|
{dv_pipecat_ai-0.0.85.dev852.dist-info → dv_pipecat_ai-0.0.85.dev853.dist-info}/top_level.txt
RENAMED
|
File without changes
|