Added word/timestamp pairs to ElevenLabsHttpTTSService

This commit is contained in:
Mark Backman
2025-04-15 21:29:19 -04:00
parent 384f80983f
commit 4a23e138b1

View File

@@ -12,6 +12,7 @@ from typing import Any, AsyncGenerator, Dict, List, Literal, Mapping, Optional,
import aiohttp
from loguru import logger
from pydantic import BaseModel, model_validator
from sentry_sdk import push_scope
from pipecat.frames.frames import (
CancelFrame,