UNPKG

@echogarden/wave-codec

Version:

A fully-featured WAVE format encoder and decoder. Written in pure TypeScript.

4 lines (3 loc) 235 B
export declare function encodeHex(buffer: Uint8Array): string; export declare function encodeHexAsAsciiBuffer(buffer: Uint8Array): Uint8Array<ArrayBuffer>; export declare function decodeHex(hexString: string): Uint8Array<ArrayBuffer>;