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.1.tar.gz (12.0 kB view details)

Uploaded Source

Built Distribution

tts_arranger-0.0.1-py3-none-any.whl (11.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: tts_arranger-0.0.1.tar.gz
  • Upload date:
  • Size: 12.0 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.1.tar.gz
Algorithm Hash digest
SHA256 e1e946d3339b2ade2142bcc51db14ca5094d5c309d7e6d8073a62f6a1e7e012f
MD5 e876c666e508c2b011790b84608b139e
BLAKE2b-256 70787ffea78f7528a1faf79e386d91f6e38d9e82c8b169ce33af1308483c984a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tts_arranger-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 49f113560ab025c94247fc6da3a46c2bcea890108a8c358b09280deede0abc5f
MD5 8f9de1345db07d98f103ce6d506c4cde
BLAKE2b-256 9fde6799466f75eb614a7113d6c34e7704162930f08bb648fa0cc2db3526cd6f

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