Skip to content

Commit

Permalink
Update scipy_effects.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jiaaro committed Oct 12, 2016
1 parent aa357ea commit a8d7afe
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pydub/scipy_effects.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@
Of course, you will need to install scipy for these to work.
When this module is imported the high and low pass filters are used when calling
audio_segment.high_pass_filter() and audio_segment.high_pass_filter() instead
of the slower, less powerful versions provided by pydub.effects.
When this module is imported the high and low pass filters from this module
will be used when calling audio_segment.high_pass_filter() and
audio_segment.high_pass_filter() instead of the slower, less powerful versions
provided by pydub.effects.
"""
from scipy.signal import butter, sosfilt
from .utils import register_pydub_effect
Expand Down

0 comments on commit a8d7afe

Please sign in to comment.