Skip to content

Commit 8d985b9

Browse files
authored
0.16.3相当に向けたドキュメントの整備 (#267)
1 parent 17d2359 commit 8d985b9

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

VERSIONS.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,15 @@
99
| 0.16.0 - 0.16.1 | 0.16.0 |
1010
| 0.16.0 - 0.16.1 | 0.16.1 |
1111
| 0.16.0 - 0.16.1 | 0.16.2 |
12-
| 0.16.2 - | 0.16.3 |
12+
| 0.16.2 - 0.16.2 | 0.16.3 |
13+
| 0.16.3 - | 0.16.4 |
1314

1415
### 対応したPR
1516

1617
#### 0.16.2
1718

1819
https://github.com/yamachu/VoicevoxCoreSharp/pull/252
20+
21+
#### 0.16.3
22+
23+
https://github.com/yamachu/VoicevoxCoreSharp/pull/264

src/VoicevoxCoreSharp.Experimental/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,14 @@ API は予告なく変更される場合があります。
2727
- Synthesizer.ReplaceMoraPitchAsync
2828
- Synthesizer.TtsFromKanaAsync
2929
- Synthesizer.TtsAsync
30+
- Synthesizer.CreateSingFrameAudioQueryAsync
31+
- Synthesizer.CreateSingFrameF0Async
32+
- Synthesizer.CreateSingFrameVolumeAsync
33+
- Synthesizer.FrameSynthesisAsync
3034
- UserDict.SaveAsync
3135
- UserDict.LoadAsync
32-
- VoiceModelFileExtensions.NewAsync (今後のアップデートで VoiceModelFileExtensions.OpenAsync に変更予定)
36+
- ~~VoiceModelFileExtensions.NewAsync~~
37+
- VoiceModelFileExtensions.OpenAsync
3338

3439
## Usage
3540

0 commit comments

Comments
 (0)