Skip to content

Commit

Permalink
音高→基本周波数
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba committed Jan 2, 2025
1 parent 8c72642 commit ff9b65b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion voicevox_engine/app/routers/tts_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ def sing_frame_audio_query(
@router.post(
"/sing_frame_f0",
tags=["クエリ編集"],
summary="楽譜・歌唱音声合成用のクエリからフレームごとの音高を得る",
summary="楽譜・歌唱音声合成用のクエリからフレームごとの基本周波数を得る",
)
def sing_frame_f0(
score: Score,
Expand Down
2 changes: 1 addition & 1 deletion voicevox_engine/tts_pipeline/tts_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@ def create_sing_f0_from_phoneme(
phonemes: list[FramePhoneme],
style_id: StyleId,
) -> list[float]:
"""歌声合成用の音素・スタイルIDに基づいて音高を生成する"""
"""歌声合成用の音素・スタイルIDに基づいて基本周波数を生成する"""
notes = score.notes

(
Expand Down

0 comments on commit ff9b65b

Please sign in to comment.