Commit 113561f
File tree
5 files changed
+5
-4
lines changed- binding
- src
- VoicevoxCoreSharp.Core.Unity/Runtime/Script/Native
- VoicevoxCoreSharp.Core
- Native
5 files changed
+5
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
Submodule voicevox_core updated 40 files
- .github/workflows/build_and_deploy.yml+2-2
- .github/workflows/download_test.yml+2-1
- .github/workflows/test.yml+30-1
- CHANGELOG.md+140-155
- Cargo.lock-1
- Cargo.toml-1
- crates/downloader/Cargo.toml-1
- crates/downloader/src/main.rs+193-142
- crates/voicevox_core/Cargo.toml+2-2
- crates/voicevox_core/src/__internal/interop.rs+3-3
- crates/voicevox_core/src/core/infer.rs+1-1
- crates/voicevox_core/src/core/infer/runtimes/onnxruntime.rs+3-3
- crates/voicevox_core/src/core/manifest.rs+4-4
- crates/voicevox_core/src/core/status.rs+7-6
- crates/voicevox_core/src/core/voice_model.rs+35-22
- crates/voicevox_core/src/engine/acoustic_feature_extractor.rs+14
- crates/voicevox_core/src/engine/talk.rs+2-2
- crates/voicevox_core/src/engine/talk/full_context_label.rs+10-13
- crates/voicevox_core/src/engine/talk/interpret_query.rs+1-1
- crates/voicevox_core/src/engine/talk/open_jtalk.rs+5-5
- crates/voicevox_core/src/engine/talk/user_dict.rs+2-2
- crates/voicevox_core/src/engine/talk/user_dict/dict.rs+2-2
- crates/voicevox_core/src/engine/talk/user_dict/word.rs+2-2
- crates/voicevox_core/src/error.rs+2-2
- crates/voicevox_core/src/lib.rs+8-8
- crates/voicevox_core/src/synthesizer.rs+16-16
- crates/voicevox_core_c_api/include/voicevox_core.h+13-1
- crates/voicevox_core_c_api/src/lib.rs+13-1
- crates/voicevox_core_java_api/lib/src/main/java/jp/hiroshiba/voicevoxcore/blocking/VoiceModelFile.java+13
- crates/voicevox_core_macros/Cargo.toml+2-2
- crates/voicevox_core_macros/README.md+5
- crates/voicevox_core_macros/src/extract.rs+1-1
- crates/voicevox_core_macros/src/inference_domain.rs+2-2
- crates/voicevox_core_macros/src/inference_domains.rs+12-14
- crates/voicevox_core_macros/src/lib.rs+3
- crates/voicevox_core_python_api/python/voicevox_core/_models/__init__.py+9
- crates/voicevox_core_python_api/python/voicevox_core/_rust/asyncio.pyi+2
- crates/voicevox_core_python_api/python/voicevox_core/_rust/blocking.pyi+2
- docs/guide/dev/changelog.md+4-1
- docs/guide/user/key-changes/0.16.1.md+208
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
251 | 251 | | |
252 | 252 | | |
253 | 253 | | |
254 | | - | |
| 254 | + | |
255 | 255 | | |
256 | 256 | | |
257 | 257 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
251 | 251 | | |
252 | 252 | | |
253 | 253 | | |
254 | | - | |
| 254 | + | |
255 | 255 | | |
256 | 256 | | |
257 | 257 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
0 commit comments