Hello,
I have been recently getting warnings:
FutureWarning: Pass size=88200 as keyword args. From version 0.10 passing these as positional arguments will result in an error
trimmed = librosa.util.fix_length(audio, int(sample_rate * durationSeconds))
How to go about suppressing these warning as it is filling up my console window and having me to look for my related "print" results.
Any help to suppress these warning are greatly appreciated.
Also, how to fix these warnings?
Thanks!