UNPKG

hama-js

Version:

G2P, phoneme-ASR, and P2G inference for Node, Bun, and browsers, powered by a self-contained WASM engine (no onnxruntime).

3 lines (2 loc) 161 B
export declare function loadWasm(): Promise<Uint8Array>; export declare function resolveModelBytes(url: string | undefined, asset: string): Promise<Uint8Array>;