Skip to main content

An open-source offline text-to-speech package for Bangla language. Convert text to speech in male or female voice.

Project description

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

BanglaTTS-0.0.3.tar.gz (4.4 kB view hashes)

Uploaded Source

Built Distribution

BanglaTTS-0.0.3-py3-none-any.whl (4.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page