Skip to content

EN: Voice chat system infrastructure in Python. TR: Python ile sesli sohbet sistemi altyapısı.

License

Notifications You must be signed in to change notification settings

mayemi/Voice-Chat-Infrastructure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Voice-Chat-Infrastructure

EN: Voice chat system infrastructure in Python. TR: Python ile sesli sohbet sistemi altyapısı.

EN:

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.

TR:

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.

NOT/NOTE:

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ı.

About

EN: Voice chat system infrastructure in Python. TR: Python ile sesli sohbet sistemi altyapısı.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages