Skip to content

Commit

Permalink
TODOコメントを更新
Browse files Browse the repository at this point in the history
  • Loading branch information
qryxip committed Mar 16, 2024
1 parent 1925685 commit 2827328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/voicevox_core/src/engine/audio_file.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pub(crate) fn to_wav<T: Float + From<i16> + From<f32> + Cast<i16>>(
wave: &[T],
audio_query: &AudioQueryModel,
) -> Vec<u8> {
// 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();
Expand Down

0 comments on commit 2827328

Please sign in to comment.