Metadata-Version: 2.4
Name: characterai-tts
Version: 0.1.3.post1
Summary: Uses Character AI for synthesis.
Home-page: https://github.com/davidsuragan/characterai-tts
Author: David Suragan
Author-email: davidsuragan@gmail.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: PyCharacterAI>=0.2.0
Requires-Dist: requests>=2.20.0
Requires-Dist: python-dotenv>=0.10.0
Provides-Extra: audio
Requires-Dist: pygame>=2.0.0; extra == "audio"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

I hope you're doing well\!



-----



# CharacterAI TTS



**CharacterAI TTS** is a library designed for **synthesizing text-to-speech using the character.ai platform.**



-----



## 🚀 What's New



### v0.1.3



  * ✅ **Increased the character limit from 2048 to 4096 characters per request\!**

  * ⚠️ Longer texts may take more time to process depending on the CharacterAI server load.



### v0.1.2



  * ℹ️ The maximum character limit was **2048 characters**.



-----



## Installation



You can install the library using the following methods:



```bash

# Via pip (in the future)

pip install characterai-tts

# For audio playback (optional):

pip install -e .[audio]

```



-----



## Documentation



See the full documentation and usage instructions here: [Documentation](https://github.com/dauitsuragan002/characterai-tts#readme)



-----



## Authors



  * David Suragan (CharacterTTS)

  * Gemini AI



-----



## License



This project is distributed under the **MIT License**.



-----
