import { TNativeAudioBufferSourceNode } from './native-audio-buffer-source-node'; import { TNativeConstantSourceNode } from './native-constant-source-node'; import { TNativeContext } from './native-context'; import { TNativeOscillatorNode } from './native-oscillator-node'; export type TAddSilentConnectionFunction = ( nativeContext: TNativeContext, nativeAudioScheduledSourceNode: TNativeAudioBufferSourceNode | TNativeConstantSourceNode | TNativeOscillatorNode ) => void;