Merge pull request #2543 from pipecat-ai/mb/docs-extensions
Add Extensions to ref docs generation
This commit is contained in:
@@ -21,6 +21,7 @@ Quick Links
|
||||
Adapters <api/pipecat.adapters>
|
||||
Audio <api/pipecat.audio>
|
||||
Clocks <api/pipecat.clocks>
|
||||
Extensions <api/pipecat.extensions>
|
||||
Frames <api/pipecat.frames>
|
||||
Metrics <api/pipecat.metrics>
|
||||
Observers <api/pipecat.observers>
|
||||
|
||||
@@ -444,7 +444,7 @@ class FrameProcessor(BaseObject):
|
||||
|
||||
.. deprecated:: 0.0.81
|
||||
This function is deprecated, use `await task` or
|
||||
`await asyncio.wait_for(task, timeout) instead.
|
||||
`await asyncio.wait_for(task, timeout)` instead.
|
||||
|
||||
Args:
|
||||
task: The task to wait for.
|
||||
|
||||
@@ -332,8 +332,10 @@ class SarvamTTSService(InterruptibleTTSService):
|
||||
voice_id: Voice identifier for synthesis (default "anushka").
|
||||
url: WebSocket URL for connecting to the TTS backend (default production URL).
|
||||
aiohttp_session: Optional shared aiohttp session. To maintain backward compatibility.
|
||||
|
||||
.. deprecated:: 0.0.81
|
||||
aiohttp_session is no longer used. This parameter will be removed in a future version.
|
||||
|
||||
aggregate_sentences: Whether to merge multiple sentences into one audio chunk (default True).
|
||||
sample_rate: Desired sample rate for the output audio in Hz (overrides default if set).
|
||||
params: Optional input parameters to override global configuration.
|
||||
|
||||
Reference in New Issue
Block a user