EN: Voice chat system infrastructure in Python. TR: Python ile sesli sohbet sistemi altyapısı.
For the modules, use that code on terminal:
- Windows: pip install gTTS playsound SpeechRecognition
- MacOS/Linux: pip3 install gTTS playsound SpeechRecognition
You can change the phrases in response() function as you wish. I set the language as Turkish, but you can change it. In ISOCODES.txt file, some of the ISO codes have given.
Gerekli modüller için bu kodu terminalde çalıştırın:
- Windows: pip install gTTS playsound SpeechRecognition
- MacOS/Linux: pip3 install gTTS playsound SpeechRecognition
cevapla() fonksiyonu içerisinde yer alan ifadeleri istediğiniz gibi değiştirebilirsiniz. Ben dili Türkçe olarak ayarladım fakat bunu değiştirebilirsiniz. ISOCODES.txt dosyasında bazı ülkelerin ISO kodları verildi.
EN: The only difference between en_voicechat and tr_seslisohbet is the names of the variables and functions.
TR: en_voicechat ve tr_seslisohbet arasındaki fark sadece değişken ve fonksiyon adları.