Metadata-Version: 2.2
Name: ttspersian
Version: 0.1.0
Summary: A Python library for Persian text-to-speech using Microsoft Azure service.
Author-email: Ali Jahani <satreyek@gmail.com>
Project-URL: Homepage, https://github.com/alipyth
Project-URL: website, https://jahaniwww.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: websockets
Requires-Dist: asyncio
Requires-Dist: librosa
Requires-Dist: soundfile
Requires-Dist: noisereduce

# PersianTTS

PersianTTS is a Python library for text-to-speech (TTS) synthesis in Persian using Microsoft Azure's speech service. It provides an easy-to-use interface for generating audio files from Persian text with options for voice selection, pitch, rate, and volume adjustment.

# Installation

pip install ttspersian


# Usage

from ttspersian import PersianTTS

tts = PersianTTS()
tts.synthesize("سلام دنیا! این یک مثال از تبدیل متن به گفتار فارسی است.", "output.mp3")
