We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a09a83c commit 8757b36Copy full SHA for 8757b36
2 files changed
README.md
@@ -36,7 +36,7 @@ async def entrypoint(ctx: JobContext):
36
room_io = RoomIO(
37
# Available enhancement models:
38
# - EnhancerModel.QUAIL_L (default, best for voice enhancement)
39
- # - EnhancerModel.QUAIL_STT_VOICE_FOCUS (higher quality, extra cost)
+ # - EnhancerModel.QUAIL_VF_L (higher quality, extra cost)
40
noise_cancellation=ai_coustics.audio_enhancement(
41
model=EnhancerModel.QUAIL_L, # default, can be omitted
42
)
pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
6
7
[project]
8
name = "livekit-plugins-ai-coustics"
9
-version = "0.1.12"
+version = "0.2.0"
10
description = "LiveKit AI Coustics noise filtering plugin"
11
readme = "README.md"
12
requires-python = ">=3.9"
0 commit comments