SentenceUserConfig
type SentenceUserConfig = Partial<Omit<SentenceConfig, "voice"> & {
voice: Sound | string | null | undefined;
}>;
For SentenceConfig, see SentenceConfig.
type SentenceUserConfig = Partial<Omit<SentenceConfig, "voice"> & {
voice: Sound | string | null | undefined;
}>;
For SentenceConfig, see SentenceConfig.