UNPKG

fnglish-notebook

Version:

A cross-platform CLI tool for English learning with translation, voice pronunciation, and Notion integration. Supports Windows, macOS, and Linux.

11 lines (10 loc) 260 B
export declare class SpeechService { private apiKey; private player; private tempDir; constructor(apiKey: string); speakText(text: string): Promise<void>; private synthesizeSpeech; private playAudio; cleanupTempFiles(): void; }