Skip to content

Commit

Permalink
Fix missing textTokenizer of SpeakAsync() (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaiidams authored Oct 18, 2023
1 parent 6798c05 commit 3d22d16
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion NeMoOnnxSharp.Example/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@ static async Task SpeakAsync()
{
modelPath = specGenModelPath,
phonemeDictPath = phonemeDict,
heteronymsPath = heteronyms
heteronymsPath = heteronyms,
textTokenizer = "EnglishPhonemesTokenizer"
},
vocoder = new VocoderConfig
{
Expand Down

0 comments on commit 3d22d16

Please sign in to comment.