diff options
| author | Hiroshiba Kazuyuki <kazuyuki_hiroshiba@dwango.co.jp> | 2018-02-21 17:15:37 +0900 |
|---|---|---|
| committer | Hiroshiba Kazuyuki <kazuyuki_hiroshiba@dwango.co.jp> | 2018-02-21 17:15:37 +0900 |
| commit | 4741dc5b82563403db43546a1ee49ddcf0ebd1c8 (patch) | |
| tree | 695c2f523de5b50fb691c5d26476d319352a292d /become_yukarin | |
| parent | 348834f918b6d644ef9809dde0f7205ba5a364f2 (diff) | |
MFCCAligner -> MelCepstrumAligner
Diffstat (limited to 'become_yukarin')
| -rw-r--r-- | become_yukarin/dataset/utility.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/become_yukarin/dataset/utility.py b/become_yukarin/dataset/utility.py index 7a97967..4e65e4b 100644 --- a/become_yukarin/dataset/utility.py +++ b/become_yukarin/dataset/utility.py @@ -107,7 +107,7 @@ class DTWAligner(object): return path -class MFCCAligner(DTWAligner): +class MelCepstrumAligner(DTWAligner): def __init__(self, x, y, *args, **kwargs) -> None: x = self._calc_aligner_feature(x) y = self._calc_aligner_feature(y) |
