SpeechifyTTSFormat
Supported Speechify TTS audio output formats.
type SpeechifyTTSFormat = "mp3" | "wav" | "ogg" | "aac";
Defined in: src/providers/tts/speechify/SpeechifyTTS.ts:44
Supported Speechify TTS audio output formats.
Remarks
The format affects both file size and audio quality.
mp3— Good compression, widely supported (default)wav— Uncompressed, highest qualityogg— Good compression, open formataac— Good for mobile devices