Commit 6b91edce authored by LiniEisha's avatar LiniEisha

Adding comments to noise.py

parent 5c72998c
......@@ -29,7 +29,7 @@ def read_file(file_name):
# less_noise = AudioEffectsChain().lowshelf(gain=-12.0, frequency=threshold_l, slope=0.5).highshelf(gain=-12.0, frequency=threshold_h, slope=0.5).limiter(gain=6.0)
# y_cleaned = less_noise(y)
# return y_cleaned
#jijoijij
'''MFCC'''
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment