From b437871d38ab49f12b66e1b408ee7fa72b8d2ce1 Mon Sep 17 00:00:00 2001 From: FAHADPN Date: Sun, 25 May 2025 14:10:40 +0530 Subject: [PATCH] Added 'PlayDialog-turbo' option in the VoiceEngine --- packages/playht/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/playht/src/index.ts b/packages/playht/src/index.ts index 0e705a8..87e78fd 100644 --- a/packages/playht/src/index.ts +++ b/packages/playht/src/index.ts @@ -14,7 +14,7 @@ import { defaultConfigWithOverrides } from './api/internal/settings/defaultConfi * For the lowest latency, use `Play3.0-mini`. * For the highest quality, use `PlayDialog`. */ -export type VoiceEngine = 'PlayDialog' | 'Play3.0-mini' | 'PlayHT2.0-turbo' | 'PlayHT2.0' | 'PlayHT1.0' | 'Standard'; +export type VoiceEngine = 'PlayDialog' | 'PlayDialog-turbo' | 'Play3.0-mini' | 'PlayHT2.0-turbo' | 'PlayHT2.0' | 'PlayHT1.0' | 'Standard'; /** * Type representing the different input types that can be used to define the format of the input text.