Docs fixes after 0.0.99
This commit is contained in:
@@ -91,6 +91,17 @@ autodoc_mock_imports = [
|
|||||||
# MLX dependencies (Apple Silicon specific)
|
# MLX dependencies (Apple Silicon specific)
|
||||||
"mlx",
|
"mlx",
|
||||||
"mlx_whisper", # Note: might need underscore format too
|
"mlx_whisper", # Note: might need underscore format too
|
||||||
|
# Pydantic v2 compatibility issues in third-party SDKs
|
||||||
|
"hume",
|
||||||
|
"hume.tts",
|
||||||
|
"hume.tts.types",
|
||||||
|
"cartesia",
|
||||||
|
"camb",
|
||||||
|
"sarvamai",
|
||||||
|
"openpipe",
|
||||||
|
"openai.types.beta.realtime",
|
||||||
|
"langchain_core",
|
||||||
|
"langchain_core.messages",
|
||||||
]
|
]
|
||||||
|
|
||||||
# HTML output settings
|
# HTML output settings
|
||||||
|
|||||||
@@ -61,6 +61,7 @@ class KrispFilter(BaseAudioFilter):
|
|||||||
Provides real-time noise reduction for audio streams using Krisp's
|
Provides real-time noise reduction for audio streams using Krisp's
|
||||||
proprietary noise suppression algorithms. Requires a Krisp model file
|
proprietary noise suppression algorithms. Requires a Krisp model file
|
||||||
for operation.
|
for operation.
|
||||||
|
|
||||||
.. deprecated:: 0.0.94
|
.. deprecated:: 0.0.94
|
||||||
The KrispFilter is deprecated and will be removed in a future version.
|
The KrispFilter is deprecated and will be removed in a future version.
|
||||||
Use KrispVivaFilter instead.
|
Use KrispVivaFilter instead.
|
||||||
|
|||||||
@@ -34,8 +34,7 @@ class VonageFrameSerializer(FrameSerializer):
|
|||||||
WebSocket streaming protocol.
|
WebSocket streaming protocol.
|
||||||
|
|
||||||
Note:
|
Note:
|
||||||
Ref docs:
|
Ref docs: https://developer.vonage.com/en/video/guides/audio-connector
|
||||||
https://developer.vonage.com/en/video/guides/audio-connector
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
class InputParams(BaseModel):
|
class InputParams(BaseModel):
|
||||||
|
|||||||
Reference in New Issue
Block a user