Google Translate Provider¶
This provider uses the Text-to-Speech functionality from Google Translate. Not to be confused with Cloud Text-to-Speech from Google Cloud.
âšī¸ Source Information¶
This provider uses the library google-tts which creates the Google Translate URLs with the TTS stream based on the message. This library is unofficial.
đ Language Support¶
This provider offers support for the following languages:
Language | Language Code | Command |
---|---|---|
af | /google_set_my language af | |
ar | /google_set_my language ar | |
hy | /google_set_my language hy | |
bn | /google_set_my language bn | |
ca | /google_set_my language ca | |
cmn | /google_set_my language cmn | |
hr | /google_set_my language hr | |
cs | /google_set_my language cs | |
da | /google_set_my language da | |
nl | /google_set_my language nl | |
en | /google_set_my language en | |
fil | /google_set_my language fil | |
fi | /google_set_my language fi | |
fr | /google_set_my language fr | |
de | /google_set_my language de | |
el | /google_set_my language el | |
hi | /google_set_my language hi | |
hu | /google_set_my language hu | |
is | /google_set_my language is | |
id | /google_set_my language id | |
it | /google_set_my language it | |
ja | /google_set_my language ja | |
jv | /google_set_my language jv | |
km | /google_set_my language km | |
ko | /google_set_my language ko | |
lv | /google_set_my language lv | |
ml | /google_set_my language ml | |
mr | /google_set_my language mr | |
ne | /google_set_my language ne | |
nb | /google_set_my language nb | |
pl | /google_set_my language pl | |
pt | /google_set_my language pt | |
ro | /google_set_my language ro | |
ru | /google_set_my language ru | |
sr | /google_set_my language sr | |
si | /google_set_my language si | |
sk | /google_set_my language sk | |
es | /google_set_my language es | |
su | /google_set_my language su | |
sw | /google_set_my language sw | |
sv | /google_set_my language sv | |
ta | /google_set_my language ta | |
te | /google_set_my language te | |
th | /google_set_my language th | |
tr | /google_set_my language tr | |
uk | /google_set_my language uk | |
vi | /google_set_my language vi |
â¨ī¸ Source Code¶
If you're interested in seeing how this provider works, you can head over to the GoogleProvider.js file in the repo, or check this embed.
Last update: March 25, 2022