Fix docs build errors
This commit is contained in:
@@ -444,7 +444,7 @@ class FrameProcessor(BaseObject):
|
|||||||
|
|
||||||
.. deprecated:: 0.0.81
|
.. deprecated:: 0.0.81
|
||||||
This function is deprecated, use `await task` or
|
This function is deprecated, use `await task` or
|
||||||
`await asyncio.wait_for(task, timeout) instead.
|
`await asyncio.wait_for(task, timeout)` instead.
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
task: The task to wait for.
|
task: The task to wait for.
|
||||||
|
|||||||
@@ -332,8 +332,10 @@ class SarvamTTSService(InterruptibleTTSService):
|
|||||||
voice_id: Voice identifier for synthesis (default "anushka").
|
voice_id: Voice identifier for synthesis (default "anushka").
|
||||||
url: WebSocket URL for connecting to the TTS backend (default production URL).
|
url: WebSocket URL for connecting to the TTS backend (default production URL).
|
||||||
aiohttp_session: Optional shared aiohttp session. To maintain backward compatibility.
|
aiohttp_session: Optional shared aiohttp session. To maintain backward compatibility.
|
||||||
|
|
||||||
.. deprecated:: 0.0.81
|
.. deprecated:: 0.0.81
|
||||||
aiohttp_session is no longer used. This parameter will be removed in a future version.
|
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).
|
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).
|
sample_rate: Desired sample rate for the output audio in Hz (overrides default if set).
|
||||||
params: Optional input parameters to override global configuration.
|
params: Optional input parameters to override global configuration.
|
||||||
|
|||||||
Reference in New Issue
Block a user