@webex/web-media-effects-types 2.33.0 → 2.33.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +1 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -181,6 +181,7 @@ declare class NoiseReductionEffect extends BaseMicrophoneEffect {
|
|
|
181
181
|
private handleModelChanged;
|
|
182
182
|
private handleAgcForModel;
|
|
183
183
|
private logInputDiagnostics;
|
|
184
|
+
private logRawInputEnergy;
|
|
184
185
|
private logOutputResampleCheck;
|
|
185
186
|
updateSampleRate(sampleRate: number): void;
|
|
186
187
|
updateAudioContext(audioContext: AudioContext): Promise<void>;
|