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
To add on, the above code sometimes does and sometimes doesn't give the warning, depending on the sampled stretch ratio.
However, I am not using that code itself, but rather using sox in a pytorch dataloader which loads audio and stretches it randomly.
As a result, the warning is pretty much spamming the terminal output.
When running the below code,
I get a warning that says
'For this stretch factor, the stretch effect has better performance.'.
I want to turn this off, but it seems that
tfm.set_globals(verbosity=0)
does nothing.
What can I do to turn that warning off?
The text was updated successfully, but these errors were encountered: