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
Traceback (most recent call last):
File "Audio_Data_Recording.py", line 14, in <module>
import winsound
ModuleNotFoundError: No module named 'winsound'
Seems like winsound is specific to the Windows operating system. Could we use a platform agnostic audio module or use an alternate package for MacOS/Linux?
The text was updated successfully, but these errors were encountered:
Seems like
winsound
is specific to the Windows operating system. Could we use a platform agnostic audio module or use an alternate package for MacOS/Linux?The text was updated successfully, but these errors were encountered: