py-simple-audio icon indicating copy to clipboard operation
py-simple-audio copied to clipboard

TypeError

Open WhiteSymmetry opened this issue 2 years ago • 0 comments

TypeError: 'float' object cannot be interpreted as an integer (t = np.linspace(0, T, T * sample_rate, False) --> t = np.linspace(0, T, int(T*sample_rate), False))

WhiteSymmetry avatar Apr 10 '22 22:04 WhiteSymmetry