Skip to content

Commit 113561f

Browse files
authored
Update submodule (#229)
* Update submodule * make generate * VERSIONSに載せておく
1 parent a5512d0 commit 113561f

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

VERSIONS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@
77
| VoicevoxCoreSharp | voicevox_core |
88
|-------------------|---------------|
99
| 0.16.0 - 0.16.1 | 0.16.0 |
10+
| Unreleased | 0.16.1 |

binding/voicevox_core

Submodule voicevox_core updated 40 files

src/VoicevoxCoreSharp.Core.Unity/Runtime/Script/Native/CoreUnsafe.g.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ internal static unsafe partial class CoreUnsafe
251251
/// ::VoicevoxVoiceModelFile からIDを取得する。
252252
///
253253
/// @param [in] model 音声モデル
254-
/// @param [out] output_voice_model_id 音声モデルID
254+
/// @param [out] output_voice_model_id 音声モデルID。詳細は ::VoicevoxVoiceModelId
255255
///
256256
/// \safety{
257257
/// - `output_voice_model_id`は<a href="#voicevox-core-safety">書き込みについて有効</a>でなければならない。

src/VoicevoxCoreSharp.Core/Native/CoreUnsafe.g.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ internal static unsafe partial class CoreUnsafe
251251
/// ::VoicevoxVoiceModelFile からIDを取得する。
252252
///
253253
/// @param [in] model 音声モデル
254-
/// @param [out] output_voice_model_id 音声モデルID
254+
/// @param [out] output_voice_model_id 音声モデルID。詳細は ::VoicevoxVoiceModelId
255255
///
256256
/// \safety{
257257
/// - `output_voice_model_id`は<a href="#voicevox-core-safety">書き込みについて有効</a>でなければならない。
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
33
<VoicevoxOnnxRuntimeVersion>1.17.3</VoicevoxOnnxRuntimeVersion>
4-
<VoicevoxCoreCommitHash>60c07eb1dc1ddeb800e797c08452488ec3a0771f</VoicevoxCoreCommitHash>
4+
<VoicevoxCoreCommitHash>d3f61d7a11b09f6f0f4d5e0ef431d1ac053927c6</VoicevoxCoreCommitHash>
55
</PropertyGroup>
66
</Project>

0 commit comments

Comments
 (0)