Jump to content

Weezle145

Members
  • Posts

    2
  • Joined

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Weezle145's Achievements

I ordered some spaghetti with marinara sauce and I got egg noodles and ketchup. I'm an average nobody.

I ordered some spaghetti with marinara sauce and I got egg noodles and ketchup. I'm an average nobody. (2/54)

0

Reputation

  1. ajax.googleapis.com/ajax/services/language/translate?v=1.0&ie=UTF8&q=Du Nudel&langpair=de|en It will return a json table. That example would give you: {"responseData": {"translatedText":"You noodle"}, "responseDetails": null, "responseStatus": 200} I coulnd't use it with callRemote -> https://wiki.multitheftauto.com/wiki/CallRemote meaby you need a wrapper. Should be no problem with mta php sdk and the mta http server . I will take a look for other TextToSpeech Engine's to implent - x0rh4x
  2. TextSpeech gives you the ability to get spoken text by Google's TextToSpeech. I coulnd't find a list of supported languages but i hope this is still usefull for someone. It also supports some kind of beatbox by passing "beatbox" as language. A list of supported beatbox "words": bschk pv bk tk vk kt kttp krp pv Edit: Language must be a Language code E.g. "en", "de", ... Download: https://community.multitheftauto.com/index.php?p= ... ls&id=3035 Wiki: https://wiki.multitheftauto.com/wiki/Resource:TextSpeech Feel free to report bugs here
×
×
  • Create New...