No project description provided
Project description
Introduction
This library provides simple Pythonic interface to use specified text-to-speech synthesizer.
It supports following synthesizers:
- macOS's builtin synthesizer
- Only allows personal, non-commercial use (as stated in macOS software license agreement).
- Outputs mp4 file.
- eSpeak NG
- Requires installing eSpeak NG CLI first.
- Outputs wav file.
How to Use
It is straight-forward as below:
In [1]: from simple_talk import SimpleTalk
In [2]: s = SimpleTalk()
In [3]: s.talk("Hello world!", "output")
In addition, you can specify voice and/or synthesizer when constructing SimpleTalk object.
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
simple_talk-0.1.1.tar.gz
(19.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file simple_talk-0.1.1.tar.gz.
File metadata
- Download URL: simple_talk-0.1.1.tar.gz
- Upload date:
- Size: 19.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
640a6886d661eb68ffe044ed1f631059fee6e628049d84944d49799406e8fbaf
|
|
| MD5 |
bbb4b7af425ceb00f1ef6e4dff849e2d
|
|
| BLAKE2b-256 |
fea7ea02281c016ea6fe35ff6f871df0e5ac876251b403aa5c7194642eb2be37
|
File details
Details for the file simple_talk-0.1.1-py3-none-any.whl.
File metadata
- Download URL: simple_talk-0.1.1-py3-none-any.whl
- Upload date:
- Size: 2.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5ab5efc881db96955f5aefd67e64177449710138d859b924e015b1f57e7f594b
|
|
| MD5 |
60043fc362dd1707d3c9b73751ec4bc3
|
|
| BLAKE2b-256 |
104a8b4d5e895840b62adf468c8a4cb0b0e5decf874d0f701a5371bb37175b5e
|