piper-tts-plus 1.2.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,32 @@
1
+ Metadata-Version: 2.4
2
+ Name: piper-tts-plus
3
+ Version: 1.2.0
4
+ Summary: A fast, local neural text to speech system that sounds great and is optimized for the Raspberry Pi 4.
5
+ Home-page: http://github.com/rhasspy/piper
6
+ Author: Michael Hansen
7
+ Author-email: mike@rhasspy.org
8
+ License: MIT
9
+ Keywords: rhasspy piper tts
10
+ Classifier: Development Status :: 3 - Alpha
11
+ Classifier: Intended Audience :: Developers
12
+ Classifier: Topic :: Text Processing :: Linguistic
13
+ Classifier: License :: OSI Approved :: MIT License
14
+ Classifier: Programming Language :: Python :: 3.7
15
+ Classifier: Programming Language :: Python :: 3.8
16
+ Classifier: Programming Language :: Python :: 3.9
17
+ Classifier: Programming Language :: Python :: 3.10
18
+ Requires-Dist: piper-phonemize~=1.1.0
19
+ Requires-Dist: onnxruntime<2,>=1.11.0
20
+ Provides-Extra: gpu
21
+ Requires-Dist: onnxruntime-gpu<2,>=1.11.0; extra == "gpu"
22
+ Provides-Extra: http
23
+ Requires-Dist: flask<4,>=3; extra == "http"
24
+ Dynamic: author
25
+ Dynamic: author-email
26
+ Dynamic: classifier
27
+ Dynamic: home-page
28
+ Dynamic: keywords
29
+ Dynamic: license
30
+ Dynamic: provides-extra
31
+ Dynamic: requires-dist
32
+ Dynamic: summary
@@ -0,0 +1,15 @@
1
+ piper/__init__.py,sha256=1-LW3UWmqlEAHJgbHXjIMh6trxrSxs9PSC_xaLsz_ek,63
2
+ piper/__main__.py,sha256=aBlkzPedaTFVq2LVTygAU5avjLoLTyvRnfyAdvMkHNQ,5109
3
+ piper/config.py,sha256=vZvzGBKaPfsUMVsBSO0Ay8LP0ng1zqgkcQVSFSZODG0,1419
4
+ piper/const.py,sha256=m_V4woI8zT5Rwmb9y_Bh1S6ch6HDox7wW95Y28SKauw,106
5
+ piper/download.py,sha256=zyF2oyvuZiQr1HiAIBspiQByAcGOkXJfTj_KOecImxU,4604
6
+ piper/file_hash.py,sha256=HMuwrgEIg-bCOXHG0wE3vtjrqGD7QaA_UNfvBMXeUcY,1107
7
+ piper/http_server.py,sha256=12B9PJCY4UN_fcoH-gunxq7o3obj7NEfpXgo9tESKR4,4065
8
+ piper/util.py,sha256=QQnvx_HZGUk9gHCsqifR1ob7-2QRfN9jZMqF0poQS8k,397
9
+ piper/voice.py,sha256=u2tVneH4_jgrcM7QQu-1qRA24_VKlI3ZjrxV5gH7_Yc,7363
10
+ piper/voices.json,sha256=pusxO-rZHvmWXkbRpp05lQCwYns7oKXAU6SIH3wFkUQ,130859
11
+ piper_tts_plus-1.2.0.dist-info/METADATA,sha256=f-8UGt9BsN6bCuq4Ma3QoSYmOSenMGEpk81yp51CENA,1093
12
+ piper_tts_plus-1.2.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
13
+ piper_tts_plus-1.2.0.dist-info/entry_points.txt,sha256=R-zJAXMPM47DHJDk5K0toz7iOATx38RV98fkowMxj0o,46
14
+ piper_tts_plus-1.2.0.dist-info/top_level.txt,sha256=3FjLp04vySCS6YYps6jbChyOvij45fGR-MHPpBFUIlw,6
15
+ piper_tts_plus-1.2.0.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (80.9.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1,2 @@
1
+ [console_scripts]
2
+ piper = piper.__main__:main
@@ -0,0 +1 @@
1
+ piper