Skip to content

Commit 525d2be

Browse files
authored
足りてないOpenAsyncがあったので足す (#265)
1 parent 2cfb826 commit 525d2be

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/VoicevoxCoreSharp.Experimental/VoiceModelExtensions.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@ namespace VoicevoxCoreSharp.Experimental
88
{
99
public static partial class VoiceModelFileExtensions
1010
{
11+
[Obsolete("Use VoiceModelFile.OpenAsync(string modelPath) instead.")]
1112
[NonBlocking]
1213
public static partial Task<VoiceModelFile> NewAsync(string modelPath);
14+
15+
[NonBlocking]
16+
public static partial Task<VoiceModelFile> OpenAsync(string modelPath);
1317
}
1418
}

0 commit comments

Comments
 (0)