Skip to content

Commit 9d33c1e

Browse files
committed
Tiny update.
1 parent 25faa95 commit 9d33c1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

repet.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
http://zafarrafii.com
3131
https://github.com/zafarrafii
3232
https://www.linkedin.com/in/zafarrafii/
33-
01/26/21
33+
01/27/21
3434
"""
3535

3636
import numpy as np
@@ -883,7 +883,7 @@ def simonline(audio_signal, sampling_frequency):
883883
buffer_spectrogram[:, j0, i] + np.finfo(float).eps
884884
)
885885

886-
# Perform a high-pass filtering of the dual foreground
886+
# Perform a high-pass filtering of the dual foreground
887887
repeating_mask[1 : cutoff_frequency2 + 1] = 1
888888

889889
# Recover the mirrored frequencies

0 commit comments

Comments
 (0)