You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the document string of the y_noise argument, it said:
y_noise : np.ndarray [shape=(# frames,) or (# channels, # frames)], real-valued noise signal to compute statistics over (only for non-stationary noise reduction).
But actually, an array of stationary noise can be passed to and well processed by the function(when stationary==True). Am I right?
The text was updated successfully, but these errors were encountered:
In the document string of the
y_noise
argument, it said:But actually, an array of stationary noise can be passed to and well processed by the function(when
stationary==True
). Am I right?The text was updated successfully, but these errors were encountered: