Skip to main content

Simplifies arranging text fragments with multiple speakers and processing it with coqui.ai TTS

Project description

TTS Arranger

Simplifies arranging text fragments with multiple speakers and processing it with coqui.ai TTS.

Example

from tts_arranger import TTS_Arranger, TTS_Item

t = TTS_Arranger()
t.initialize()

tts_items = []

tts_items.append(TTS_Item('This is a test using speaker with name p330', 'p330'))
tts_items.append(TTS_Item('This is a test with another speaker and a minimum length', 'ED\n', length=10000))
tts_items.append(TTS_Item(length=2000)) # Insert pause

t.synthesize_and_write(tts_items, '/tmp/test2.mp3')

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

tts_arranger-0.0.2.tar.gz (12.5 kB view details)

Uploaded Source

Built Distribution

tts_arranger-0.0.2-py3-none-any.whl (12.0 kB view details)

Uploaded Python 3

File details

Details for the file tts_arranger-0.0.2.tar.gz.

File metadata

  • Download URL: tts_arranger-0.0.2.tar.gz
  • Upload date:
  • Size: 12.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.9

File hashes

Hashes for tts_arranger-0.0.2.tar.gz
Algorithm Hash digest
SHA256 115421ab2325310e99ba4d5df82ca2c0f120b3038fb0924956d7767feeb04cd2
MD5 adc457cd1a37b254078126828fecd7e3
BLAKE2b-256 eaaa7e039533c96ec040eb0354e0d8208c2a4a2e91501ee68c62d78e76f75965

See more details on using hashes here.

File details

Details for the file tts_arranger-0.0.2-py3-none-any.whl.

File metadata

  • Download URL: tts_arranger-0.0.2-py3-none-any.whl
  • Upload date:
  • Size: 12.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.9

File hashes

Hashes for tts_arranger-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 436ba3c6650b154860f421640785c553e15f097c9a3b4d7846ceae27e45afcce
MD5 cee727b3e59636131cfd6f813673f714
BLAKE2b-256 00731b9bdb54ec4787001afd2a1629e9aecb6e975f0d56f37509bdaba9aea9fa

See more details on using hashes here.

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