Skip to content

Commit 2e4c8f0

Browse files
committed
Androidのデフォルトネイティブライブラリディレクトリを使用するようにドキュメントを更新
1 parent ce1bd37 commit 2e4c8f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/VoicevoxCoreSharp.MAUI/Platforms/Android/CoreHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public static class CoreHelper
1010
/// <summary>
1111
/// Initialize VoicevoxCore for loading voicevox_core.framework
1212
/// </summary>
13-
/// <param name="overrideVoicevoxCoreDynamicLibraryPath">if pass `null`, using iOS default framework path.</param>
13+
/// <param name="overrideVoicevoxCoreDynamicLibraryPath">if pass `null`, using Android default native library directory.</param>
1414
/// <exception cref="DllNotFoundException"></exception>
1515
/// <exception cref="ArgumentNullException"></exception>
1616
public static void Initialize(string? overrideVoicevoxCoreDynamicLibraryPath)

0 commit comments

Comments
 (0)