v0.0.65
https://en.wikipedia.org/wiki/Saint_George%27s_Day_in_Catalonia
Added
-
Added automatic hangup logic to the Telnyx serializer. This feature hangs up the Telnyx call when an
EndFrame
orCancelFrame
is received. It is enabled by default and is configurable via theauto_hang_up
InputParam
. -
Added a keepalive task to
GladiaSTTService
to prevent the websocket from disconnecting after 30 seconds of no audio input.
Changed
-
The
InputParams
forElevenLabsTTSService
andElevenLabsHttpTTSService
no longer require thatstability
andsimilarity_boost
be set. You can individually set each param. -
In
TwilioFrameSerializer
,call_sid
is Optional so as to avoid a breaking changed.call_sid
is required to automatically hang up.
Fixed
- Fixed an issue where
TwilioFrameSerializer
would send two hang up commands: one for theEndFrame
and one for theCancelFrame
.