KrispSDK
The main SDK class that provides access to all audio processing features.
Constructor
new KrispSDK(options: ISDKPartialOptions)
new KrispSDK(options: ISDKPartialOptions)Creates a new KrispSDK instance.
Parameters:
options- Configuration options for the SDK
Example:
const sdk = new KrispSDK({
params: {
models: {
modelNC: '/models/model_nc.kef',
},
bufferOverflowMS: 200,
bufferDropMS: 490,
debugLogs: true,
}
});Updated about 20 hours ago
