BanglaTTS icon indicating copy to clipboard operation
BanglaTTS copied to clipboard

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.

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