File size: 810 Bytes
c9574d9
 
 
 
 
 
 
 
 
 
 
 
 
d8f7e3d
c9574d9
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
title: Massively Multilingual Speech (MMS) - Text To Speech
emoji: 🌍
colorFrom: yellow
colorTo: gray
sdk: gradio
app_file: app.py
pinned: true
---

## Info
Text to speech for more than 1000+ languages - Using [fairseq](https://github.com/facebookresearch/fairseq/blob/main/examples/mms/README.md) MMS TTS and [ttsmms](https://github.com/wannaphong/ttsmms) wrapper.

+ Language Iso code list (`lang_code.txt`) is adapted from
https://dl.fbaipublicfiles.com/mms/tts/all-tts-languages.html

The dropdown list is quite long, so I have placed some of my friends' frequently used languages at the top. The other 1000+ languages are sorted alphabetically.

+ `mm_num2word.py` is adapted from https://github.com/hpbyte/Myanmar_Number_to_Words

+ Other dependencies, please prefer to the `requirements.txt` file.