Skip to content

Commit

Permalink
Fix: 分割
Browse files Browse the repository at this point in the history
  • Loading branch information
tarepan committed Dec 15, 2023
1 parent ab9b8bf commit 34917fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions voicevox_engine/tts_pipeline/tts_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,7 @@ def query_to_decoder_feature(query: AudioQuery) -> tuple[ndarray, ndarray]:
フレームごとの基本周波数、shape=(Frame,)
"""
flatten_moras = to_flatten_moras(query.accent_phrases)

flatten_moras = apply_prepost_silence(flatten_moras, query)
flatten_moras = apply_speed_scale(flatten_moras, query)
flatten_moras = apply_pitch_scale(flatten_moras, query)
Expand Down

0 comments on commit 34917fa

Please sign in to comment.