mirror of
https://github.com/9ParsonsB/Pulsar.git
synced 2025-04-05 17:39:39 -04:00
fix to preserve "general" speaking styles
This commit is contained in:
parent
cd246c76e8
commit
d37b289355
@ -73,20 +73,18 @@ namespace Observatory.Herald
|
||||
{
|
||||
string demonym = GetDemonymFromLocale(voice.Locale);
|
||||
|
||||
if (voice.StyleList.Length > 1)
|
||||
{
|
||||
voiceOptions.Add(
|
||||
$"{demonym} - {voice.LocalName}",
|
||||
voice);
|
||||
|
||||
foreach (var style in voice.StyleList)
|
||||
{
|
||||
if (!string.IsNullOrWhiteSpace(style))
|
||||
voiceOptions.Add(
|
||||
$"{demonym} - {voice.LocalName} - {style}",
|
||||
voice);
|
||||
}
|
||||
}
|
||||
else
|
||||
voiceOptions.Add(
|
||||
$"{demonym} - {voice.LocalName}",
|
||||
voice);
|
||||
}
|
||||
|
||||
return voiceOptions;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user