We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f32d9b2 commit f87f065Copy full SHA for f87f065
packages/audio-filters-web/src/NoiseCancellation.ts
@@ -9,6 +9,8 @@ import { promiseWithResolvers } from './withResolvers';
9
import { simd } from 'wasm-feature-detect';
10
import type { Tracer } from './tracer';
11
12
+const MODEL_FILENAME = 'krisp-nc-o-med-v7.kef';
13
+
14
/**
15
* Options to pass to the NoiseCancellation instance.
16
*/
@@ -139,7 +141,7 @@ export class NoiseCancellation implements INoiseCancellation {
139
141
useSharedArrayBuffer: false,
140
142
models: {
143
// https://sdk-docs.krisp.ai/docs/krisp-audio-sdk-model-selection-guide
- modelNC: `${this.basePath}/c6.f.s.da1785.kef`,
144
+ modelNC: `${this.basePath}/${MODEL_FILENAME}`,
145
},
146
...this.krispSDKParams,
147
packages/audio-filters-web/src/krispai/models/krisp-nc-o-med-v7.kef
5.61 MB
0 commit comments