Skip to content

Commit 8757b36

Browse files
Release v0.2.0
1 parent a09a83c commit 8757b36

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ async def entrypoint(ctx: JobContext):
3636
room_io = RoomIO(
3737
# Available enhancement models:
3838
# - EnhancerModel.QUAIL_L (default, best for voice enhancement)
39-
# - EnhancerModel.QUAIL_STT_VOICE_FOCUS (higher quality, extra cost)
39+
# - EnhancerModel.QUAIL_VF_L (higher quality, extra cost)
4040
noise_cancellation=ai_coustics.audio_enhancement(
4141
model=EnhancerModel.QUAIL_L, # default, can be omitted
4242
)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66

77
[project]
88
name = "livekit-plugins-ai-coustics"
9-
version = "0.1.12"
9+
version = "0.2.0"
1010
description = "LiveKit AI Coustics noise filtering plugin"
1111
readme = "README.md"
1212
requires-python = ">=3.9"

0 commit comments

Comments
 (0)