Docs fixes after 0.0.99

This commit is contained in:
Mark Backman
2026-01-15 16:22:17 -05:00
parent c8e4b462c9
commit 60216048a8
3 changed files with 13 additions and 2 deletions

View File

@@ -61,6 +61,7 @@ class KrispFilter(BaseAudioFilter):
Provides real-time noise reduction for audio streams using Krisp's
proprietary noise suppression algorithms. Requires a Krisp model file
for operation.
.. deprecated:: 0.0.94
The KrispFilter is deprecated and will be removed in a future version.
Use KrispVivaFilter instead.

View File

@@ -34,8 +34,7 @@ class VonageFrameSerializer(FrameSerializer):
WebSocket streaming protocol.
Note:
Ref docs:
https://developer.vonage.com/en/video/guides/audio-connector
Ref docs: https://developer.vonage.com/en/video/guides/audio-connector
"""
class InputParams(BaseModel):