Files
pipecat/changelog/3786.deprecated.md

545 B

  • Deprecated WordTTSService, WebsocketWordTTSService, AudioContextWordTTSService, and InterruptibleWordTTSService. Use their non-word counterparts with supports_word_timestamps=True instead:
    • WordTTSServiceTTSService(supports_word_timestamps=True)
    • WebsocketWordTTSServiceWebsocketTTSService(supports_word_timestamps=True)
    • AudioContextWordTTSServiceAudioContextTTSService(supports_word_timestamps=True)
    • InterruptibleWordTTSServiceInterruptibleTTSService(supports_word_timestamps=True)