-
Notifications
You must be signed in to change notification settings - Fork 201
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
整理:
tts_engine
モジュール内のプライベートな関数をリネーム、テストを整理 (#1435)
* refactor: `to_flatten_moras()` の docstring を簡略化 * refactor: `to_flatten_phonemes()` をプライベートへリネーム、テストを明確化 * refactor: `generate_silence_mora()` をプライベート化 * refactor: `_apply_interrogative_upspeak()` をプライベート化 * refactor: `apply_prepost_silence()` をプライベート化、テストを簡略化 * refactor: `apply_speed_scale()` をプライベート化、テストを簡略化 * refactor: `apply_pitch_scale()` をプライベート化、テストを整理 * refactor: `apply_intonation_scale()` をプライベート化、テストをフォーマット * refactor: `apply_pause_length()` と `apply_pause_length_scale()` をプライベート化 * refactor: `apply_volume_scale()` をプライベート化、テストをフォーマット * refactor: `apply_output_sampling_rate()` をプライベート化、テストをフォーマット * refactor: `apply_output_stereo()` をプライベート化、テストをフォーマット * refactor: `query_to_decoder_feature()` をプライベート化、テストを簡略化 * refactor: `count_frame_per_unit()` をプライベート化、テストを簡略化 * refactor: `calc_phoneme_lengths()` をプライベート化 * refactor: `notes_to_keys_and_phonemes()` をプライベート化 * refactor: `frame_query_to_sf_decoder_feature()` をプライベート化 * refactor: 定数 `T` を関数化 * fix: type * fix: lint
- Loading branch information
Showing
4 changed files
with
134 additions
and
145 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.