dependabot[bot]
0cbb6783cf
build(deps): bump pyo3 from 0.25.1 to 0.26.0
...
Bumps [pyo3](https://github.com/pyo3/pyo3 ) from 0.25.1 to 0.26.0.
- [Release notes](https://github.com/pyo3/pyo3/releases )
- [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md )
- [Commits](https://github.com/pyo3/pyo3/compare/v0.25.1...v0.26.0 )
---
updated-dependencies:
- dependency-name: pyo3
dependency-version: 0.26.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-09-01 14:24:39 +00:00
tuna2134
5cb4480ac7
Merge pull request #241 from neodyland/dependabot/cargo/regex-1.11.2
...
build(deps): bump regex from 1.11.1 to 1.11.2
2025-09-01 06:17:36 +09:00
tuna2134
3553d01a7f
Merge pull request #242 from neodyland/dependabot/cargo/serde_json-1.0.143
...
build(deps): bump serde_json from 1.0.142 to 1.0.143
2025-09-01 06:17:25 +09:00
tuna2134
91ac2fad78
Merge pull request #244 from neodyland/dependabot/cargo/thiserror-2.0.16
...
build(deps): bump thiserror from 2.0.15 to 2.0.16
2025-09-01 06:17:04 +09:00
tuna2134
ebcb6f9081
fix: update conditional check for aivm_style_vectors metadata
2025-09-01 06:16:28 +09:00
dependabot[bot]
605ea12450
build(deps): bump thiserror from 2.0.15 to 2.0.16
...
Bumps [thiserror](https://github.com/dtolnay/thiserror ) from 2.0.15 to 2.0.16.
- [Release notes](https://github.com/dtolnay/thiserror/releases )
- [Commits](https://github.com/dtolnay/thiserror/compare/2.0.15...2.0.16 )
---
updated-dependencies:
- dependency-name: thiserror
dependency-version: 2.0.16
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-08-25 15:21:03 +00:00
dependabot[bot]
2aa43e0e3d
build(deps): bump serde_json from 1.0.142 to 1.0.143
...
Bumps [serde_json](https://github.com/serde-rs/json ) from 1.0.142 to 1.0.143.
- [Release notes](https://github.com/serde-rs/json/releases )
- [Commits](https://github.com/serde-rs/json/compare/v1.0.142...v1.0.143 )
---
updated-dependencies:
- dependency-name: serde_json
dependency-version: 1.0.143
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-08-25 14:26:58 +00:00
dependabot[bot]
ef071f2b55
build(deps): bump regex from 1.11.1 to 1.11.2
...
Bumps [regex](https://github.com/rust-lang/regex ) from 1.11.1 to 1.11.2.
- [Release notes](https://github.com/rust-lang/regex/releases )
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rust-lang/regex/compare/1.11.1...1.11.2 )
---
updated-dependencies:
- dependency-name: regex
dependency-version: 1.11.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-08-25 14:12:40 +00:00
tuna2134
dc5fa88432
write license
2025-08-21 12:15:22 +09:00
tuna2134
a5f45cd2ef
fix: license
2025-08-21 12:14:44 +09:00
tuna2134
84e9118d99
Merge pull request #237 from neodyland/dependabot/cargo/ureq-3.1.0
...
build(deps): bump ureq from 3.0.12 to 3.1.0
2025-08-18 22:58:45 +09:00
dependabot[bot]
9a99b88b00
build(deps): bump thiserror from 2.0.12 to 2.0.15
...
Bumps [thiserror](https://github.com/dtolnay/thiserror ) from 2.0.12 to 2.0.15.
- [Release notes](https://github.com/dtolnay/thiserror/releases )
- [Commits](https://github.com/dtolnay/thiserror/compare/2.0.12...2.0.15 )
---
updated-dependencies:
- dependency-name: thiserror
dependency-version: 2.0.15
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-08-18 10:49:47 +00:00
dependabot[bot]
29f39f0795
build(deps): bump ureq from 3.0.12 to 3.1.0
...
Bumps [ureq](https://github.com/algesten/ureq ) from 3.0.12 to 3.1.0.
- [Changelog](https://github.com/algesten/ureq/blob/main/CHANGELOG.md )
- [Commits](https://github.com/algesten/ureq/compare/3.0.12...3.1.0 )
---
updated-dependencies:
- dependency-name: ureq
dependency-version: 3.1.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-08-18 10:49:32 +00:00
tuna2134
62ba2c802f
Merge pull request #235 from kono-dada/fix/inplace-model-load
2025-08-11 23:46:42 +09:00
kono-dada
3c8efc716c
Fix: Load model in-place and safely evict sessions without removing entries
...
- Avoid removing and re-inserting model entries during load
- Preserve metadata (bytes, style_vectors) when evicting
- Ensure eviction targets a different loaded model, not always the first
- Reduce unnecessary memory allocations and keep list order stable
2025-08-11 16:31:57 +08:00
tuna2134
e9ced32b70
fix: streamline tone value handling in JTalkProcess
2025-08-11 17:30:46 +09:00
kono-dada
873bbb77b6
feat: add stereo synthesis option via SBV2_FORCE_STEREO env var
...
Previously, synthesis output was fixed to mono (channels=1).
Now, setting the environment variable SBV2_FORCE_STEREO=1 forces stereo (2-channel) output.
This allows generating stereo audio without changing the code, useful for users needing dual-channel output.
2025-08-11 11:38:32 +08:00
tuna2134
1725863fca
Merge pull request #228 from neodyland/dependabot/cargo/serde_json-1.0.142
...
build(deps): bump serde_json from 1.0.141 to 1.0.142
2025-08-04 22:12:36 +09:00
tuna2134
55f05580e4
Merge pull request #229 from neodyland/dependabot/cargo/tokenizers-0.21.4
...
build(deps): bump tokenizers from 0.21.2 to 0.21.4
2025-08-04 22:12:24 +09:00
dependabot[bot]
9b8e9dc39d
build(deps): bump tokio from 1.47.0 to 1.47.1
...
Bumps [tokio](https://github.com/tokio-rs/tokio ) from 1.47.0 to 1.47.1.
- [Release notes](https://github.com/tokio-rs/tokio/releases )
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.47.0...tokio-1.47.1 )
---
updated-dependencies:
- dependency-name: tokio
dependency-version: 1.47.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-08-04 11:10:28 +00:00
dependabot[bot]
0b822f704a
build(deps): bump tokenizers from 0.21.2 to 0.21.4
...
Bumps [tokenizers](https://github.com/huggingface/tokenizers ) from 0.21.2 to 0.21.4.
- [Release notes](https://github.com/huggingface/tokenizers/releases )
- [Changelog](https://github.com/huggingface/tokenizers/blob/main/RELEASE.md )
- [Commits](https://github.com/huggingface/tokenizers/compare/v0.21.2...v0.21.4 )
---
updated-dependencies:
- dependency-name: tokenizers
dependency-version: 0.21.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-08-04 10:18:59 +00:00
dependabot[bot]
132eb6386d
build(deps): bump serde_json from 1.0.141 to 1.0.142
...
Bumps [serde_json](https://github.com/serde-rs/json ) from 1.0.141 to 1.0.142.
- [Release notes](https://github.com/serde-rs/json/releases )
- [Commits](https://github.com/serde-rs/json/compare/v1.0.141...v1.0.142 )
---
updated-dependencies:
- dependency-name: serde_json
dependency-version: 1.0.142
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-08-04 10:18:20 +00:00
dependabot[bot]
3194e599b2
build(deps): bump tokio from 1.46.1 to 1.47.0
...
Bumps [tokio](https://github.com/tokio-rs/tokio ) from 1.46.1 to 1.47.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases )
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.46.1...tokio-1.47.0 )
---
updated-dependencies:
- dependency-name: tokio
dependency-version: 1.47.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-07-28 10:53:38 +00:00
dependabot[bot]
b3c75f973e
build(deps): bump serde_json from 1.0.140 to 1.0.141
...
Bumps [serde_json](https://github.com/serde-rs/json ) from 1.0.140 to 1.0.141.
- [Release notes](https://github.com/serde-rs/json/releases )
- [Commits](https://github.com/serde-rs/json/compare/v1.0.140...v1.0.141 )
---
updated-dependencies:
- dependency-name: serde_json
dependency-version: 1.0.141
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-07-22 05:23:53 +00:00
tuna2134
dabdc6712f
Merge pull request #224 from neodyland/main
...
merge test
2025-07-21 12:27:08 +09:00
tuna2134
2fc547e38b
Merge pull request #222 from neodyland/main
...
merge
2025-07-21 11:42:01 +09:00
tuna2134
98ddaa3c58
format by cargo fmt
2025-07-21 11:38:11 +09:00
dependabot[bot]
2fe90c6ede
build(deps): bump tokio from 1.45.1 to 1.46.1
...
Bumps [tokio](https://github.com/tokio-rs/tokio ) from 1.45.1 to 1.46.1.
- [Release notes](https://github.com/tokio-rs/tokio/releases )
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.45.1...tokio-1.46.1 )
---
updated-dependencies:
- dependency-name: tokio
dependency-version: 1.46.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-07-07 09:11:15 +00:00
dependabot[bot]
7faba2447b
build(deps): bump tokenizers from 0.21.1 to 0.21.2
...
Bumps [tokenizers](https://github.com/huggingface/tokenizers ) from 0.21.1 to 0.21.2.
- [Release notes](https://github.com/huggingface/tokenizers/releases )
- [Changelog](https://github.com/huggingface/tokenizers/blob/main/RELEASE.md )
- [Commits](https://github.com/huggingface/tokenizers/compare/v0.21.1...v0.21.2 )
---
updated-dependencies:
- dependency-name: tokenizers
dependency-version: 0.21.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-06-30 09:33:46 +00:00
tuna2134
02ac0885e0
Merge pull request #216 from neodyland/dependabot/cargo/utoipa-5.4.0
...
Bump utoipa from 5.3.1 to 5.4.0
2025-06-23 18:13:42 +09:00
dependabot[bot]
c135aac852
Bump utoipa from 5.3.1 to 5.4.0
...
Bumps [utoipa](https://github.com/juhaku/utoipa ) from 5.3.1 to 5.4.0.
- [Release notes](https://github.com/juhaku/utoipa/releases )
- [Changelog](https://github.com/juhaku/utoipa/blob/master/utoipa-rapidoc/CHANGELOG.md )
- [Commits](https://github.com/juhaku/utoipa/compare/utoipa-5.3.1...utoipa-5.4.0 )
---
updated-dependencies:
- dependency-name: utoipa
dependency-version: 5.4.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-06-23 09:01:28 +00:00
dependabot[bot]
efec7cce14
Bump ureq from 3.0.11 to 3.0.12
...
Bumps [ureq](https://github.com/algesten/ureq ) from 3.0.11 to 3.0.12.
- [Changelog](https://github.com/algesten/ureq/blob/main/CHANGELOG.md )
- [Commits](https://github.com/algesten/ureq/compare/3.0.11...3.0.12 )
---
updated-dependencies:
- dependency-name: ureq
dependency-version: 3.0.12
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-06-23 08:38:51 +00:00
dependabot[bot]
3475f47305
Bump pyo3 from 0.25.0 to 0.25.1
...
Bumps [pyo3](https://github.com/pyo3/pyo3 ) from 0.25.0 to 0.25.1.
- [Release notes](https://github.com/pyo3/pyo3/releases )
- [Changelog](https://github.com/PyO3/pyo3/blob/v0.25.1/CHANGELOG.md )
- [Commits](https://github.com/pyo3/pyo3/compare/v0.25.0...v0.25.1 )
---
updated-dependencies:
- dependency-name: pyo3
dependency-version: 0.25.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-06-16 08:20:04 +00:00
dependabot[bot]
655be55605
Bump num_cpus from 1.16.0 to 1.17.0
...
Bumps [num_cpus](https://github.com/seanmonstar/num_cpus ) from 1.16.0 to 1.17.0.
- [Release notes](https://github.com/seanmonstar/num_cpus/releases )
- [Changelog](https://github.com/seanmonstar/num_cpus/blob/master/CHANGELOG.md )
- [Commits](https://github.com/seanmonstar/num_cpus/compare/v1.16.0...v1.17.0 )
---
updated-dependencies:
- dependency-name: num_cpus
dependency-version: 1.17.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-06-02 08:06:11 +00:00
tuna2134@コマリン親衛隊
0217c0a4d5
Merge pull request #205 from neodyland/dependabot/cargo/tokio-1.45.1
2025-05-27 06:57:06 +09:00
tuna2134@コマリン親衛隊
1de09597f5
Merge pull request #206 from neodyland/dependabot/cargo/pyo3-0.25.0
2025-05-27 06:56:53 +09:00
dependabot[bot]
ddc132b27b
Bump npyz from 0.8.3 to 0.8.4
...
Bumps [npyz](https://github.com/ExpHP/npyz ) from 0.8.3 to 0.8.4.
- [Changelog](https://github.com/ExpHP/npyz/blob/master/CHANGELOG.md )
- [Commits](https://github.com/ExpHP/npyz/compare/0.8.3...0.8.4 )
---
updated-dependencies:
- dependency-name: npyz
dependency-version: 0.8.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-05-26 21:53:38 +00:00
dependabot[bot]
6657b06786
Bump pyo3 from 0.24.2 to 0.25.0
...
Bumps [pyo3](https://github.com/pyo3/pyo3 ) from 0.24.2 to 0.25.0.
- [Release notes](https://github.com/pyo3/pyo3/releases )
- [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md )
- [Commits](https://github.com/pyo3/pyo3/compare/v0.24.2...v0.25.0 )
---
updated-dependencies:
- dependency-name: pyo3
dependency-version: 0.25.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-05-26 21:52:04 +00:00
dependabot[bot]
2a8c9bafde
Bump tokio from 1.45.0 to 1.45.1
...
Bumps [tokio](https://github.com/tokio-rs/tokio ) from 1.45.0 to 1.45.1.
- [Release notes](https://github.com/tokio-rs/tokio/releases )
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.45.0...tokio-1.45.1 )
---
updated-dependencies:
- dependency-name: tokio
dependency-version: 1.45.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-05-26 21:51:36 +00:00
googlefan256
19e6b7f0e6
fix: ci
2025-05-09 20:05:46 +09:00
googlefan256
451f4497b6
fix: lot of
2025-05-09 17:01:02 +09:00
tuna2134@コマリン親衛隊
e5e92f6211
Merge pull request #141 from neodyland/renovate/typescript-5.x-lockfile
...
chore(deps): update dependency typescript to v5.8.3
2025-04-28 16:10:28 +09:00
tuna2134@コマリン親衛隊
9174aa9b11
Merge pull request #196 from neodyland/renovate/pyo3-0.x
...
fix(deps): update rust crate pyo3 to 0.24.0
2025-04-22 06:33:40 +09:00
renovate[bot]
4990261ecd
chore(deps): update dependency typescript to v5.8.3
2025-04-05 01:50:04 +00:00
Masato Kikuchi
103eb51ca8
delete
2025-03-31 23:39:44 +09:00
Masato Kikuchi
01541ff381
delete unimport
2025-03-31 23:36:10 +09:00
Masato Kikuchi
70c2341afd
format
2025-03-31 23:35:51 +09:00
Masato Kikuchi
a5d783bd65
fix: bug
2025-03-31 23:35:39 +09:00
Masato Kikuchi
633dfc305e
delete mut
2025-03-31 23:04:23 +09:00
Masato Kikuchi
53d7daf11a
fix
2025-03-31 23:03:30 +09:00