Spracherkennung für: .ts vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]
export const TALK_SILENCE_TIMEOUT_MS_BY_PLATFORM = {
macos: 700,
android: 700,
ios: 900,
} as const;
export function describeTalkSilenceTimeoutDefaults(): string {
const macos = TALK_SILENCE_TIMEOUT_MS_BY_PLATFORM.macos;
const ios = TALK_SILENCE_TIMEOUT_MS_BY_PLATFORM.ios;
return `${macos} ms on macOS and Android, ${ios} ms on iOS`;
}
¤ Dauer der Verarbeitung: 0.15 Sekunden
(vorverarbeitet am 2026-04-27)
¤
*© Formatika GbR, Deutschland