File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/pipecat/transports/services Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14
14
reset to ` None ` instead of retaining its intended value before sending the
15
15
audio frame to ` write_audio_frame ` .
16
16
17
+ - Fixed a typo in Livekit transport that prevented initialization.
18
+
17
19
## [ 0.0.69] - 2025-06-02 "AI Engineer World's Fair release" ✨
18
20
19
21
### Added
Original file line number Diff line number Diff line change @@ -363,8 +363,6 @@ def __init__(
363
363
self ._audio_in_task = None
364
364
self ._vad_analyzer : Optional [VADAnalyzer ] = params .vad_analyzer
365
365
self ._resampler = create_default_resampler ()
366
- if self ._initialized :
367
- return
368
366
369
367
# Whether we have seen a StartFrame already.
370
368
self ._initialized = False
You can’t perform that action at this time.
0 commit comments