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
Noticed there is file named audio_utils.py, which includes a function save_audio_to_file, is it required to save audio data to local wav file and then do further process?
BTW, why i start the program, it shows below error:AttributeError: np.NaNwas removed in the NumPy 2.0 release. Usenp.nan instead.
The text was updated successfully, but these errors were encountered:
Noticed there is file named audio_utils.py, which includes a function
save_audio_to_file
, is it required to save audio data to local wav file and then do further process?BTW, why i start the program, it shows below error:
AttributeError:
np.NaNwas removed in the NumPy 2.0 release. Use
np.naninstead.
The text was updated successfully, but these errors were encountered: