From 9a6f88eb2593b0df060b23c4af7fd21d0c257ecc Mon Sep 17 00:00:00 2001 From: Ryo Yamashita Date: Sat, 23 Nov 2024 13:24:18 +0900 Subject: [PATCH] =?UTF-8?q?todo=E3=82=92=E5=85=A5=E3=82=8C=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- crates/voicevox_core/src/engine/model.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/voicevox_core/src/engine/model.rs b/crates/voicevox_core/src/engine/model.rs index fad10f493..228c0bbd8 100644 --- a/crates/voicevox_core/src/engine/model.rs +++ b/crates/voicevox_core/src/engine/model.rs @@ -67,6 +67,7 @@ pub struct AudioQuery { pub output_sampling_rate: u32, /// 音声データをステレオ出力するか否か。 pub output_stereo: bool, + // TODO: VOICEVOX/voicevox_engine#1308 を実装する /// 句読点などの無音時間。`null`のときは無視される。デフォルト値は`null`。 #[serde( default,