Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Text to Speech.py Added #428

Closed
wants to merge 1 commit into from
Closed

Text to Speech.py Added #428

wants to merge 1 commit into from

Conversation

abhinab-choudhury
Copy link

Ref : #1

This Program is capable of converting text in various language to audio. It used gTTS library.
Supported languages are

Local accent

Language code (lang)

Top-level domain (tld)

English (Australia)

en

com.au

English (United Kingdom)

en

co.uk

English (United States)

en

us

English (Canada)

en

ca

English (India)

en

co.in

English (Ireland)

en

ie

English (South Africa)

en

co.za

French (Canada)

fr

ca

French (France)

fr

fr

Mandarin (China Mainland)

zh-CN

any

Mandarin (Taiwan)

zh-TW

any

Portuguese (Brazil)

pt

com.br

Portuguese (Portugal)

pt

pt

Spanish (Mexico)

es

com.mx

Spanish (Spain)

es

es

Spanish (United States)

es

us

The default tld is com which will use the local language accent (according to Google), if available, based on your geographical network location. For example, lang="en" with the default tld will sound British English.

This Program is capable of converting text in various language to audio.It used gTTS library.
@abhinab-choudhury
Copy link
Author

can you please review my PR

@abhinab-choudhury abhinab-choudhury closed this by deleting the head repository Oct 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant