Skip to content

A simple text splitter based on Tortoise for use in text-to-speech applications

License

Notifications You must be signed in to change notification settings

fakerybakery/txtsplit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

txtsplit

Tortoise TTS's text splitter, repackaged. All credit goes to the author of Tortoise TTS.

Installation

pip install txtsplit

(0 dependencies)

Usage

from txtsplit import txtsplit
print(txtsplit("Long text", desired_length=100, max_length=200))

License & Credits

Most of the code was taken from Tortoise TTS.

Apache 2.0, like Tortoise TTS.

About

A simple text splitter based on Tortoise for use in text-to-speech applications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages