UNPKG

echogarden

Version:

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

7 lines (6 loc) 320 B
export declare function getChromeOnWindowsHeaders(options: BrowserRequestHeadersOptions): Record<string, string>; export declare function getChromeOnAndroidHeaders(options: BrowserRequestHeadersOptions): Record<string, string>; export interface BrowserRequestHeadersOptions { origin: string; referrer: string; }