export interface speechBotType { text: string; pitch: number; rate: number; volume: number; lang: string; }