echogarden
Version:
An easy-to-use speech toolset. Includes tools for synthesis, recognition, alignment, speech translation, language detection, source separation and more.
4 lines • 308 B
TypeScript
export declare function murmurHash3(bytes: Uint8Array, seed?: number): number;
export declare function convertToSingleInt32Hash(hash: (bytes: Uint8Array) => number): (int32Val: number) => number;
export declare const murmurHash3_int32Input: (int32Val: number) => number;
//# sourceMappingURL=Hashing.d.ts.map