import { TAudioContextLatencyCategory } from '../types';

export interface IAudioContextOptions {
    latencyHint?: number | TAudioContextLatencyCategory;

    sampleRate?: number;
}
