summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/extract_acoustic_feature.py2
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,