import { IAudioBuffer } from '../interfaces'; export type TDecodeSuccessCallback = (decodedData: IAudioBuffer) => void;