From 2827328f356cec86c13f47376ef33c3dbeb6a320 Mon Sep 17 00:00:00 2001 From: Ryo Yamashita Date: Sat, 16 Mar 2024 22:49:47 +0900 Subject: [PATCH] =?UTF-8?q?TODO=E3=82=B3=E3=83=A1=E3=83=B3=E3=83=88?= =?UTF-8?q?=E3=82=92=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- crates/voicevox_core/src/engine/audio_file.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/voicevox_core/src/engine/audio_file.rs b/crates/voicevox_core/src/engine/audio_file.rs index 73f0b9cf1..a5f625228 100644 --- a/crates/voicevox_core/src/engine/audio_file.rs +++ b/crates/voicevox_core/src/engine/audio_file.rs @@ -9,7 +9,7 @@ pub(crate) fn to_wav + From + Cast>( wave: &[T], audio_query: &AudioQueryModel, ) -> Vec { - // TODO: ライブラリ(e.g. https://docs.rs/rubato & https://docs.rs/hound)を使う + // TODO: https://github.com/VOICEVOX/voicevox_core/issues/762 let volume_scale = *audio_query.volume_scale(); let output_stereo = *audio_query.output_stereo();