UNPKG

@diffusionstudio/vits-web

Version:

Web api for using VITS based models in the browser!

4 lines (3 loc) 213 B
export declare function writeBlob(url: string, blob: Blob): Promise<void>; export declare function removeBlob(url: string): Promise<void>; export declare function readBlob(url: string): Promise<Blob | undefined>;