UNPKG

remotion

Version:

Make videos programmatically

3 lines (2 loc) 174 B
import type { LogLevel } from '../log'; export declare const useSingletonAudioContext: (logLevel: LogLevel, latencyHint: AudioContextLatencyCategory) => AudioContext | null;