Published
- 1 min read
play sond using playsound module
The solution for this is noted below
play sond using playsound module
Solution
pip install playsound
# import required module
from playsound import playsound
# for playing note.wav file
playsound('/path/note.wav')
print('playing sound using playsound')
Try other methods by searching on the site. That is if this doesn’t work