We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cfb826 commit 525d2beCopy full SHA for 525d2be
1 file changed
src/VoicevoxCoreSharp.Experimental/VoiceModelExtensions.cs
@@ -8,7 +8,11 @@ namespace VoicevoxCoreSharp.Experimental
8
{
9
public static partial class VoiceModelFileExtensions
10
11
+ [Obsolete("Use VoiceModelFile.OpenAsync(string modelPath) instead.")]
12
[NonBlocking]
13
public static partial Task<VoiceModelFile> NewAsync(string modelPath);
14
+
15
+ [NonBlocking]
16
+ public static partial Task<VoiceModelFile> OpenAsync(string modelPath);
17
}
18
0 commit comments