dieumercimvemba's picture
download
raw
929 Bytes
import { BasicParser } from '../common/BasicParser.js';
declare const DsdiffContentParseError_base: {
new (message: string): {
readonly fileType: string;
toString(): string;
name: "UnexpectedFileContentError";
message: string;
stack?: string;
};
captureStackTrace(targetObject: object, constructorOpt?: Function): void;
prepareStackTrace(err: Error, stackTraces: NodeJS.CallSite[]): any;
stackTraceLimit: number;
};
export declare class DsdiffContentParseError extends DsdiffContentParseError_base {
}
/**
* DSDIFF - Direct Stream Digital Interchange File Format (Phillips)
*
* Ref:
* - http://www.sonicstudio.com/pdf/dsd/DSDIFF_1.5_Spec.pdf
*/
export declare class DsdiffParser extends BasicParser {
parse(): Promise<void>;
private readFmt8Chunks;
private readData;
private handleSoundPropertyChunks;
private handleChannelChunks;
}
export {};

Xet Storage Details

Size:
929 Bytes
·
Xet hash:
0f63b498b1caace9148459cd01720547e9af53adcbc570e47d382727244d446d

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.