Skip to content

Commit e4e618e

Browse files
committed
...
1 parent 196d081 commit e4e618e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/VoicevoxCoreSharp.Core.Tests/SynthesizerTest.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ public void Tts()
3232
Assert.Equal(ResultCode.RESULT_OK, ttsResult);
3333
Assert.True(wavLength > 0);
3434
Assert.NotNull(wav);
35+
36+
synthesizer.CreateAccentPhrases("こんにちは", 0, out var accentPhrasesJson);
37+
System.Console.WriteLine(accentPhrasesJson);
3538
}
3639

3740
[Fact]

0 commit comments

Comments
 (0)