Commit 7686658
1 parent 4ffcdb6 commit 7686658
File tree
2 files changed
+2
-2
lines changed- binding
- src/VoicevoxCoreSharp.Core
2 files changed
+2
-2
lines changedSubmodule voicevox_core updated 23 files
- Cargo.lock+292-26
- Cargo.toml+3-3
- crates/voicevox_core/Cargo.toml+2-2
- crates/voicevox_core/src/devices.rs+4-4
- crates/voicevox_core/src/engine/full_context_label.rs+3-3
- crates/voicevox_core/src/error.rs+6-6
- crates/voicevox_core/src/infer.rs+52-14
- crates/voicevox_core/src/infer/runtimes/onnxruntime.rs+51-37
- crates/voicevox_core/src/infer/session_set.rs+11-8
- crates/voicevox_core/src/manifest.rs+33-13
- crates/voicevox_core/src/status.rs+4-2
- crates/voicevox_core/src/synthesizer.rs+75-78
- crates/voicevox_core/src/voice_model.rs+25-19
- crates/voicevox_core_java_api/Cargo.toml+1-1
- crates/voicevox_core_java_api/lib/src/main/java/jp/hiroshiba/voicevoxcore/StyleType.java+15
- crates/voicevox_core_macros/src/inference_domain.rs+11-5
- crates/voicevox_core_macros/src/lib.rs-33
- crates/voicevox_core_macros/src/manifest.rs-72
- crates/voicevox_core_python_api/python/test/test_asyncio_user_dict_load.py+8-1
- crates/voicevox_core_python_api/python/voicevox_core/_models.py+9
- deny.toml+1
- example/python/run-asyncio.py+7-1
- example/python/run.py+7-1
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