UNPKG

echogarden

Version:

An easy-to-use speech toolset. Includes tools for synthesis, recognition, alignment, speech translation, language detection, source separation and more.

4 lines 268 B
export declare function encodeHex(buffer: Uint8Array): string; export declare function encodeHexAsAsciiBuffer(buffer: Uint8Array): Uint8Array<ArrayBuffer>; export declare function decodeHex(hexString: string): Uint8Array<ArrayBuffer>; //# sourceMappingURL=Hex.d.ts.map