The fallback sample rate (in Hz) used before an effect has been attached to a real AudioContext.
const DEFAULT_SAMPLE_RATE: number;
DEFAULT_SAMPLE_RATE is a constant equal to 44100. It is used, for example, as the initial contextSampleRate of HighPassFilter and NotchFilter before initializeOnAttachment() has run.
44100
This constant does not emit any errors or warnings.