export type AudioParamAutomationMode = 'exponential' | 'instant' | 'linear';
