Skip to content

Commit

Permalink
todoを入れる
Browse files Browse the repository at this point in the history
  • Loading branch information
qryxip committed Nov 23, 2024
1 parent c8deaad commit 9a6f88e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/voicevox_core/src/engine/model.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 9a6f88e

Please sign in to comment.