Rewrite frontend as single self-contained HTML file — all CSS/JS inline, no external files to fail loading
This commit is contained in:
8
dist/providers/tts/googleCloudTTSProvider.d.ts
vendored
Normal file
8
dist/providers/tts/googleCloudTTSProvider.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
import { TTSProvider, TTSProviderConfig, TTSOptions, TTSResult } from '../../interfaces';
|
||||
export declare class GoogleCloudTTSProvider implements TTSProvider {
|
||||
private config;
|
||||
private client;
|
||||
constructor(config: TTSProviderConfig);
|
||||
textToSpeech(text: string, outputPath: string, options?: TTSOptions): Promise<TTSResult>;
|
||||
private extractLanguageCode;
|
||||
}
|
||||
Reference in New Issue
Block a user