Commit 6b91edce authored by LiniEisha's avatar LiniEisha

Adding comments to noise.py

parent 5c72998c
...@@ -29,7 +29,7 @@ def read_file(file_name): ...@@ -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) # 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) # y_cleaned = less_noise(y)
# return y_cleaned # return y_cleaned
#jijoijij
'''MFCC''' '''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