From 0b2955eae66008544d4a0e959c18bacc6e875cb1 Mon Sep 17 00:00:00 2001 From: Ryan Gaus Date: Thu, 7 May 2026 16:38:19 -0400 Subject: [PATCH] fix: migrate default AIC model to VF_S --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index 50877b8..a6df755 100644 --- a/src/main.ts +++ b/src/main.ts @@ -53,7 +53,7 @@ export default defineAgent({ inputOptions: { // ai-coustics QUAIL audio enhancement for noise cancellation // Works for both WebRTC and telephony (SIP) participants - noiseCancellation: audioEnhancement({ model: 'quailVfL' }), + noiseCancellation: audioEnhancement({ model: 'quailVfS' }), }, });