Skip to content

Commit

Permalink
Update noisereduce.py docstring (#85)
Browse files Browse the repository at this point in the history
must be a typo
  • Loading branch information
lff5 authored Jul 14, 2023
1 parent 57512ce commit 658b8c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noisereduce/noisereduce.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def reduce_noise(
sr : int
sample rate of input signal / noise signal
y_noise : np.ndarray [shape=(# frames,) or (# channels, # frames)], real-valued
noise signal to compute statistics over (only for non-stationary noise reduction).
noise signal to compute statistics over (only for stationary noise reduction).
stationary : bool, optional
Whether to perform stationary, or non-stationary noise reduction, by default False
prop_decrease : float, optional
Expand Down

0 comments on commit 658b8c6

Please sign in to comment.