File tree
2 files changed
+2
-2
lines changed- binding
- src/VoicevoxCoreSharp.Core
2 files changed
+2
-2
lines changedSubmodule voicevox_core updated 32 files
- .github/workflows/download_test.yml+70-104
- Cargo.lock+172-65
- Cargo.toml+4-2
- crates/downloader/Cargo.toml+3
- crates/downloader/src/main.rs+163-67
- crates/voicevox_core/src/__internal/interop.rs+1
- crates/voicevox_core/src/engine/model.rs+1-140
- crates/voicevox_core/src/synthesizer.rs-2
- crates/voicevox_core/src/user_dict/mod.rs+1-1
- crates/voicevox_core/src/user_dict/word.rs+190-34
- crates/voicevox_core_c_api/include/voicevox_core.h+3-1
- crates/voicevox_core_c_api/src/lib.rs+7-5
- crates/voicevox_core_c_api/tests/e2e/testcases/user_dict_load.rs+1
- crates/voicevox_core_c_api/tests/e2e/testcases/user_dict_manipulate.rs+4-4
- crates/voicevox_core_java_api/lib/src/main/java/jp/hiroshiba/voicevoxcore/AudioQuery.java-8
- crates/voicevox_core_java_api/lib/src/main/java/jp/hiroshiba/voicevoxcore/UserDictWord.java+9-76
- crates/voicevox_core_java_api/lib/src/main/java/jp/hiroshiba/voicevoxcore/blocking/UserDict.java+6-38
- crates/voicevox_core_java_api/lib/src/test/java/jp/hiroshiba/voicevoxcore/blocking/UserDictTest.java+6-5
- crates/voicevox_core_java_api/src/common.rs+3-3
- crates/voicevox_core_java_api/src/user_dict.rs+81-20
- crates/voicevox_core_python_api/poetry.lock+3-3
- crates/voicevox_core_python_api/python/test/test_asyncio_user_dict_load.py+1
- crates/voicevox_core_python_api/python/test/test_asyncio_user_dict_manipulate.py+6-1
- crates/voicevox_core_python_api/python/test/test_audio_query.py-2
- crates/voicevox_core_python_api/python/test/test_blocking_user_dict_load.py+1
- crates/voicevox_core_python_api/python/test/test_blocking_user_dict_manipulate.py+6-2
- crates/voicevox_core_python_api/python/voicevox_core/_models/__init__.py+10-30
- crates/voicevox_core_python_api/python/voicevox_core/_rust/__init__.pyi+6-1
- crates/voicevox_core_python_api/src/convert.rs+22-5
- crates/voicevox_core_python_api/src/lib.rs+5-5
- deny.toml+2-2
- example/python/README.md+1-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