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

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: tts_arranger-0.0.5.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.5.tar.gz
Algorithm Hash digest
SHA256 8449ee60d04a17a47700a79d0d034a27e89b80c0744d78ed03d613dd5c1f83a8
MD5 28914819b2ff242336468fa3e256c11e
BLAKE2b-256 30d2a794af34dbe88c0f8065b05c2c7b118e3d6fc2c81fa175282eec6fc7bd99

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tts_arranger-0.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 15f444eda69e8b01a819205a70cf51e1ec335af5fa41da29ae3eb01eeb950e1b
MD5 52f841bc8fc03a3aebd15e253b667ac9
BLAKE2b-256 9633bcdce6c0d179bd0aaf456ecd14847eecc6737ec1176a7deb76ad96f0f862

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