import { TAudioContextLatencyCategory } from '../types'; export interface IAudioContextOptions { latencyHint?: number | TAudioContextLatencyCategory; sampleRate?: number; } //# sourceMappingURL=audio-context-options.d.ts.map