We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce1bd37 commit 2e4c8f0Copy full SHA for 2e4c8f0
src/VoicevoxCoreSharp.MAUI/Platforms/Android/CoreHelper.cs
@@ -10,7 +10,7 @@ public static class CoreHelper
10
/// <summary>
11
/// Initialize VoicevoxCore for loading voicevox_core.framework
12
/// </summary>
13
- /// <param name="overrideVoicevoxCoreDynamicLibraryPath">if pass `null`, using iOS default framework path.</param>
+ /// <param name="overrideVoicevoxCoreDynamicLibraryPath">if pass `null`, using Android default native library directory.</param>
14
/// <exception cref="DllNotFoundException"></exception>
15
/// <exception cref="ArgumentNullException"></exception>
16
public static void Initialize(string? overrideVoicevoxCoreDynamicLibraryPath)
0 commit comments