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.8.tar.gz (1.2 MB view details)

Uploaded Source

Built Distribution

tts_arranger-0.0.8-py3-none-any.whl (1.7 MB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: tts_arranger-0.0.8.tar.gz
  • Upload date:
  • Size: 1.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.10

File hashes

Hashes for tts_arranger-0.0.8.tar.gz
Algorithm Hash digest
SHA256 f4740c1ead1bf1cd4ffe02da5e02f1063eefd3a92f00c8adc497449766d8dcb5
MD5 74b6f7ed09ef1cba9e8a37fdbbc7a05b
BLAKE2b-256 85891222b377defdb01782a362e7e3bf64fa62a7ce5f16b67293a045f3a81d52

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tts_arranger-0.0.8-py3-none-any.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.10

File hashes

Hashes for tts_arranger-0.0.8-py3-none-any.whl
Algorithm Hash digest
SHA256 4a8962539da3f58d7e6503ef62c9dee90f51246d9794b4ac0324be213314f697
MD5 58ee78ee7bf58507d485e34631009950
BLAKE2b-256 c711bb269c3932dd398a4bcb85a73d03e23df1fd30d183ea187adebc1adc6c3d

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