@rendley/sdk 1.11.17 → 1.11.18

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/dist/Engine.d.ts CHANGED
@@ -264,6 +264,8 @@ export declare class Engine {
264
264
  clipAudioStoreSamples: boolean;
265
265
  clipAudioSampleRate: number;
266
266
  clipAudioSampleForceMono: boolean;
267
+ clipAudioMonoMixType: import("./modules/settings").MonoMixType;
268
+ clipAudioMonoChannelsWeight: number[];
267
269
  clipVideoStoreSamples: boolean;
268
270
  clipVideoStoreFilmstrip: boolean;
269
271
  clipVideoFilmstripInterval: number;