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/elevenLabsTTSProvider.d.ts
vendored
Normal file
8
dist/providers/tts/elevenLabsTTSProvider.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
import { TTSProvider, TTSProviderConfig, TTSOptions, TTSResult } from '../../interfaces';
|
||||
export declare class ElevenLabsTTSProvider implements TTSProvider {
|
||||
private config;
|
||||
private axiosInstance;
|
||||
private lastRequestId;
|
||||
constructor(config: TTSProviderConfig);
|
||||
textToSpeech(text: string, outputPath: string, options?: TTSOptions): Promise<TTSResult>;
|
||||
}
|
||||
Reference in New Issue
Block a user