Skip to content

BanglaTTS is a text-to-speech (TTS) system for Bangla language that works in offline mode. You can convert text to speech in male or female voice.

License

Notifications You must be signed in to change notification settings

shhossain/BanglaTTS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BanglaTTS

BanglaTTS is a text-to-speech (TTS) system for Bangla language that works in offline mode. You can convert text to speech in male or female voice.

Features

  • Convert any bangla text to speech.
  • Save the converted speech as an audio file.

Requirements

  • Python 3.6 or higher

Installation

pip install BanglaTTS

Usage

from banglatts import BanglaTTS


tts = BanglaTTS(save_location="save_model_location")
path = tts("আমি বাংলায় কথা বলতে পারি।", voice='female', filename='1.wav') # voice can be male or female

About

BanglaTTS is a text-to-speech (TTS) system for Bangla language that works in offline mode. You can convert text to speech in male or female voice.

Topics

Resources

License

Stars

Watchers

Forks

Languages