Commit 2cfb826
File tree
- binding
- src
- VoicevoxCoreSharp.Core.Unity/Runtime/Script
- Enum
- Native
- VoicevoxCoreSharp.Core
- Enum
- Native
- VoicevoxCoreSharp.Experimental
- tests/VoicevoxCoreSharp.Core.Tests
Submodule voicevox_core updated 47 files
- .cargo/config.toml+7
- .github/actions/upload-gh-release-assets/action.yml+43
- .github/workflows/build_and_deploy.yml+112-42
- .github/workflows/build_and_deploy_downloader.yml+14-13
- .github/workflows/check-release-target-tuples.yml+21-16
- .github/workflows/test.yml+1
- CHANGELOG.md+9-1
- Cargo.lock+1
- Cargo.toml+5-1
- crates/voicevox_core/src/engine/song/queries.rs+59-3
- crates/voicevox_core/src/engine/song/validate.rs+6-1
- crates/voicevox_core/src/lib.rs+3-1
- crates/voicevox_core/src/synthesizer.rs+29
- crates/voicevox_core_c_api/Cargo.toml+1
- crates/voicevox_core_c_api/include/voicevox_core.h+325
- crates/voicevox_core_c_api/src/helpers.rs+53-3
- crates/voicevox_core_c_api/src/lib.rs+418-3
- crates/voicevox_core_c_api/src/object.rs+2-2
- crates/voicevox_core_c_api/src/result_code.rs+13-2
- crates/voicevox_core_c_api/tests/e2e/snapshots.toml+28
- crates/voicevox_core_c_api/tests/e2e/testcases.rs+2
- crates/voicevox_core_c_api/tests/e2e/testcases/ensure_compatible.rs+208
- crates/voicevox_core_c_api/tests/e2e/testcases/song.rs+345
- crates/voicevox_core_java_api/lib/src/main/java/jp/hiroshiba/voicevoxcore/FrameAudioQuery.java+116
- crates/voicevox_core_java_api/lib/src/main/java/jp/hiroshiba/voicevoxcore/FramePhoneme.java+103
- crates/voicevox_core_java_api/lib/src/main/java/jp/hiroshiba/voicevoxcore/Note.java+144
- crates/voicevox_core_java_api/lib/src/main/java/jp/hiroshiba/voicevoxcore/Queries.java+36
- crates/voicevox_core_java_api/lib/src/main/java/jp/hiroshiba/voicevoxcore/Score.java+76
- crates/voicevox_core_java_api/lib/src/main/java/jp/hiroshiba/voicevoxcore/blocking/Synthesizer.java+136
- crates/voicevox_core_java_api/lib/src/test/java/jp/hiroshiba/voicevoxcore/QueriesTest.java+50
- crates/voicevox_core_java_api/lib/src/test/java/jp/hiroshiba/voicevoxcore/blocking/SynthesizerTest.java+55
- crates/voicevox_core_java_api/src/audio_query.rs+62-3
- crates/voicevox_core_java_api/src/synthesizer.rs+161-1
- crates/voicevox_core_python_api/python/voicevox_core/_python/__init__.py+51-6
- crates/voicevox_core_python_api/python/voicevox_core/_rust/asyncio.pyi+16
- crates/voicevox_core_python_api/python/voicevox_core/_rust/blocking.pyi+16
- docs/guide/dev/release.md+10
- docs/guide/user/song.md+189
- example/cpp/unix/CMakeLists.txt+4-1
- example/cpp/unix/README.md+12-1
- example/cpp/unix/simple_tts.cpp+7
- example/cpp/unix/song.cpp+122
- example/cpp/windows/README.md+4
- example/cpp/windows/simple_tts/simple_tts.cpp+3
- example/kotlin/app/build.gradle+1
- example/python/README.md+48-2
- rust-toolchain+1-1
Lines changed: 24 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
116 | 132 | | |
117 | 133 | | |
118 | 134 | | |
| |||
151 | 167 | | |
152 | 168 | | |
153 | 169 | | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
154 | 174 | | |
155 | 175 | | |
156 | 176 | | |
| |||
187 | 207 | | |
188 | 208 | | |
189 | 209 | | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
190 | 214 | | |
191 | 215 | | |
192 | 216 | | |
| |||
Lines changed: 279 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 124 additions & 20 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
360 | 360 | | |
361 | 361 | | |
362 | 362 | | |
| 363 | + | |
363 | 364 | | |
364 | | - | |
365 | | - | |
366 | | - | |
367 | | - | |
| 365 | + | |
| 366 | + | |
368 | 367 | | |
369 | | - | |
370 | | - | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
371 | 375 | | |
372 | | - | |
373 | | - | |
374 | | - | |
375 | | - | |
376 | | - | |
377 | | - | |
378 | | - | |
379 | | - | |
380 | | - | |
381 | | - | |
| 376 | + | |
| 377 | + | |
382 | 378 | | |
383 | | - | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
384 | 482 | | |
385 | | - | |
| 483 | + | |
| 484 | + | |
386 | 485 | | |
387 | | - | |
388 | | - | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
| 491 | + | |
389 | 492 | | |
390 | 493 | | |
| 494 | + | |
391 | 495 | | |
392 | 496 | | |
393 | 497 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
102 | 173 | | |
103 | 174 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
116 | 132 | | |
117 | 133 | | |
118 | 134 | | |
| |||
151 | 167 | | |
152 | 168 | | |
153 | 169 | | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
154 | 174 | | |
155 | 175 | | |
156 | 176 | | |
| |||
187 | 207 | | |
188 | 208 | | |
189 | 209 | | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
190 | 214 | | |
191 | 215 | | |
192 | 216 | | |
| |||
0 commit comments