File tree
9 files changed
+60
-20
lines changed- .github
- composite/build-dev-rust
- workflows
- binding
- src/VoicevoxCoreSharp.Core
- tests/VoicevoxCoreSharp.Core.Tests
9 files changed
+60
-20
lines changedLines changed: 13 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
27 | 40 |
| |
28 | 41 |
| |
29 | 42 |
| |
|
Lines changed: 16 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + | |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
| |||
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
27 |
| - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
28 | 30 |
| |
29 | 31 |
| |
30 | 32 |
| |
| |||
40 | 42 |
| |
41 | 43 |
| |
42 | 44 |
| |
43 |
| - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
44 | 48 |
| |
45 |
| - | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
46 | 52 |
| |
47 | 53 |
| |
48 | 54 |
| |
| |||
67 | 73 |
| |
68 | 74 |
| |
69 | 75 |
| |
70 |
| - | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
71 | 79 |
| |
72 | 80 |
| |
73 |
| - | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
74 | 84 |
| |
75 | 85 |
| |
76 | 86 |
| |
|
Submodule voicevox_core updated 39 files
- .github/actions/install-cargo-deny/action.yml+11
- .github/workflows/audit.yml+24
- .github/workflows/build_and_deploy_downloader.yml+1-1
- .github/workflows/cargo-deny.yml-16
- .github/workflows/licenses.yml+22
- _typos.toml+1-1
- crates/voicevox_core/src/__internal/doctest_fixtures.rs+6-8
- crates/voicevox_core/src/__internal/interop.rs+4-1
- crates/voicevox_core/src/blocking.rs+7
- crates/voicevox_core/src/infer.rs+17-3
- crates/voicevox_core/src/infer/domains.rs+81-22
- crates/voicevox_core/src/infer/domains/frame_decode.rs+52
- crates/voicevox_core/src/infer/domains/singing_teacher.rs+95
- crates/voicevox_core/src/infer/runtimes/onnxruntime.rs+7-1
- crates/voicevox_core/src/lib.rs+1-1
- crates/voicevox_core/src/manifest.rs+71-1
- crates/voicevox_core/src/nonblocking.rs+9
- crates/voicevox_core/src/status.rs+30-5
- crates/voicevox_core/src/synthesizer.rs+1.6k-1.1k
- crates/voicevox_core/src/voice_model.rs+143-30
- crates/voicevox_core_c_api/build.rs-12
- crates/voicevox_core_c_api/src/c_impls.rs+12-9
- crates/voicevox_core_c_api/src/compatible_engine.rs+216-12
- crates/voicevox_core_c_api/src/helpers.rs+10-35
- crates/voicevox_core_c_api/src/lib.rs+28-21
- crates/voicevox_core_c_api/tests/e2e/log_mask.rs+1-1
- crates/voicevox_core_c_api/tests/e2e/snapshots.toml+50-10
- crates/voicevox_core_java_api/lib/src/test/java/jp/hiroshiba/voicevoxcore/blocking/SynthesizerTest.java+1-1
- crates/voicevox_core_java_api/src/synthesizer.rs+29-38
- crates/voicevox_core_python_api/python/voicevox_core/_rust/asyncio.pyi+2-1
- crates/voicevox_core_python_api/python/voicevox_core/asyncio.py+11
- crates/voicevox_core_python_api/python/voicevox_core/blocking.py+2
- crates/voicevox_core_python_api/src/lib.rs+59-73
- model/sample.vvm/manifest.json+14
- model/sample.vvm/metas.json+17
- model/sample.vvm/predict_sing_consonant_length.onnx
- model/sample.vvm/predict_sing_f0.onnx
- model/sample.vvm/predict_sing_volume.onnx
- model/sample.vvm/sf_decode.onnx
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 |
|
Lines changed: 12 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
| 4 | + | |
4 | 5 |
| |
5 | 6 |
| |
6 | 7 |
| |
| |||
27 | 28 |
| |
28 | 29 |
| |
29 | 30 |
| |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
30 | 42 |
| |
31 | 43 |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
| 2 | + | |
2 | 3 |
| |
3 | 4 |
| |
4 | 5 |
| |
| |||
19 | 20 |
| |
20 | 21 |
| |
21 | 22 |
| |
22 |
| - | |
| 23 | + | |
23 | 24 |
| |
24 | 25 |
| |
25 | 26 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
| 2 | + | |
2 | 3 |
| |
3 | 4 |
| |
4 | 5 |
| |
| |||
12 | 13 |
| |
13 | 14 |
| |
14 | 15 |
| |
15 |
| - | |
| 16 | + | |
16 | 17 |
| |
17 | 18 |
| |
18 | 19 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
| 2 | + | |
2 | 3 |
| |
3 | 4 |
| |
4 | 5 |
| |
| |||
10 | 11 |
| |
11 | 12 |
| |
12 | 13 |
| |
13 |
| - | |
| 14 | + | |
14 | 15 |
| |
15 | 16 |
| |
16 | 17 |
| |
|
Lines changed: 11 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
15 | 14 |
| |
16 | 15 |
| |
17 | 16 |
| |
| |||
66 | 65 |
| |
67 | 66 |
| |
68 | 67 |
| |
69 |
| - | |
70 |
| - | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
71 | 71 |
| |
72 | 72 |
| |
73 |
| - | |
74 |
| - | |
75 |
| - | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
76 | 77 |
| |
77 | 78 |
| |
78 |
| - | |
79 |
| - | |
80 |
| - | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
81 | 83 |
| |
82 | 84 |
| |
83 | 85 |
|
0 commit comments