diff options
| author | Hiroshiba Kazuyuki <hihokaruta@gmail.com> | 2017-12-04 06:19:49 +0900 |
|---|---|---|
| committer | Hiroshiba Kazuyuki <hihokaruta@gmail.com> | 2017-12-04 06:19:49 +0900 |
| commit | 26b794150ac8b6c1abe4fb20b420fd6bf11bc4c6 (patch) | |
| tree | 4d60ceadf337f459e01e3135502da4521f29dd61 /scripts | |
| parent | f5683ac7cf8225841dbb4a83a014ca742205a9a8 (diff) | |
align without eliminate
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/extract_acoustic_feature.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/extract_acoustic_feature.py b/scripts/extract_acoustic_feature.py index eba3253..55632c3 100644 --- a/scripts/extract_acoustic_feature.py +++ b/scripts/extract_acoustic_feature.py @@ -55,7 +55,7 @@ def generate_feature(path1, path2): if out1.exists() and out2.exists() and not arguments.enable_overwrite: return - # load wave and padding + # load wave and padding wave_file_load_process = WaveFileLoadProcess( sample_rate=arguments.sample_rate, top_db=arguments.top_db, |
