import { IAudioNodeOptions } from './audio-node-options';

export interface IConstantSourceOptions extends IAudioNodeOptions {
    offset: number;
}
