Windows и playsound is не могут воспроизводить мои mp3-файлы
from responsive_voice import ResponsiveVoice
import playsound
import os
engine = ResponsiveVoice()
path = "C:\Users\**\Documents\ST\indirilenler\"
sentence = "Tabiki"
file = sentence + ".mp3"
if not os.path.exists(file):
engine.get_mp3(sentence , mp3_file= path + file, gender= ResponsiveVoice.MALE)
playsound.playsound(path + file)
else:
playsound.playsound(path + file)
note: Я получаю ошибку mci