Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/playht/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down