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
Release history Release notifications | RSS feed
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.7.tar.gz
(1.2 MB
view details)
Built Distribution
File details
Details for the file tts_arranger-0.0.7.tar.gz
.
File metadata
- Download URL: tts_arranger-0.0.7.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
Algorithm | Hash digest | |
---|---|---|
SHA256 | a4333156c0a0093cd5e570b2b5d6ccde5e8f5012a41b52b8a4549282f0b3428f |
|
MD5 | b49d1ffb6aca4d2856fdd1df7d34de2f |
|
BLAKE2b-256 | b8000d6e17e1e8f7f4d03183e1551c4b1ef6d1f0ee06831a444cb338dc5043c2 |
File details
Details for the file tts_arranger-0.0.7-py3-none-any.whl
.
File metadata
- Download URL: tts_arranger-0.0.7-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
Algorithm | Hash digest | |
---|---|---|
SHA256 | d017b15a936bf52489d8979e47ff0451e084805ecaa49ca2cdd72c8d9914c933 |
|
MD5 | 9aefc730b2602200550e82d3263eb001 |
|
BLAKE2b-256 | 03320d5d29d22782d4e7406554186826d321cfcd64d0103e97bd8c0e91eb4988 |