wyoming-piper 1.3.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.
- wyoming_piper/__init__.py +1 -0
- wyoming_piper/__main__.py +158 -0
- wyoming_piper/const.py +101 -0
- wyoming_piper/download.py +161 -0
- wyoming_piper/file_hash.py +46 -0
- wyoming_piper/handler.py +136 -0
- wyoming_piper/process.py +171 -0
- wyoming_piper/voices.json +4012 -0
- wyoming_piper-1.3.0.dist-info/METADATA +23 -0
- wyoming_piper-1.3.0.dist-info/RECORD +12 -0
- wyoming_piper-1.3.0.dist-info/WHEEL +5 -0
- wyoming_piper-1.3.0.dist-info/top_level.txt +1 -0
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
|
+
Name: wyoming-piper
|
|
3
|
+
Version: 1.3.0
|
|
4
|
+
Summary: Wyoming Server for Piper
|
|
5
|
+
Home-page: http://github.com/rhasspy/rhasspy3
|
|
6
|
+
Author: Michael Hansen
|
|
7
|
+
Author-email: mike@rhasspy.org
|
|
8
|
+
License: MIT
|
|
9
|
+
Keywords: rhasspy wyoming piper
|
|
10
|
+
Platform: UNKNOWN
|
|
11
|
+
Classifier: Development Status :: 3 - Alpha
|
|
12
|
+
Classifier: Intended Audience :: Developers
|
|
13
|
+
Classifier: Topic :: Text Processing :: Linguistic
|
|
14
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
15
|
+
Classifier: Programming Language :: Python :: 3.7
|
|
16
|
+
Classifier: Programming Language :: Python :: 3.8
|
|
17
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
18
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
19
|
+
Requires-Dist: wyoming (==1.1.0)
|
|
20
|
+
|
|
21
|
+
UNKNOWN
|
|
22
|
+
|
|
23
|
+
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
wyoming_piper/__init__.py,sha256=0P-XSlouNqJwfSqH-RW9GAnILo1ttK7njWIYZHRph2k,32
|
|
2
|
+
wyoming_piper/__main__.py,sha256=j-E3h9LzBHTbhMUz1wh_w3KJftixSVC8sU5RhXB6qM0,5052
|
|
3
|
+
wyoming_piper/const.py,sha256=04sCdtJ2QGuF1BQGkOuQW10og61PgH3fCnPhaYu-YoU,1015
|
|
4
|
+
wyoming_piper/download.py,sha256=_O4xZqZjtdDvPbkpPfp5a0ajr42zE9gAewJKQ9J82eo,5210
|
|
5
|
+
wyoming_piper/file_hash.py,sha256=HMuwrgEIg-bCOXHG0wE3vtjrqGD7QaA_UNfvBMXeUcY,1107
|
|
6
|
+
wyoming_piper/handler.py,sha256=qdJ2becIXnE0SLAtoa9ksnSDBbd0D5Nri1oDcruit4c,4603
|
|
7
|
+
wyoming_piper/process.py,sha256=L_qqxQcQawrC940fwlv4u6KM9KjCq6N6ym-OADSZcrM,5794
|
|
8
|
+
wyoming_piper/voices.json,sha256=U8zCZRRRFpuCgW6INr6rhdFINeOs1aMjK_uQwGkePPs,123793
|
|
9
|
+
wyoming_piper-1.3.0.dist-info/METADATA,sha256=x07o010nv9LyFlo_AvacU_QF_wI_Ke9_pSThEfBpLRs,689
|
|
10
|
+
wyoming_piper-1.3.0.dist-info/WHEEL,sha256=g4nMs7d-Xl9-xC9XovUrsDHGXt-FT0E17Yqo92DEfvY,92
|
|
11
|
+
wyoming_piper-1.3.0.dist-info/top_level.txt,sha256=t7U7-u1sK_4xy_qbTJhxQRbxle3cLQfPq2oVLezHVNU,14
|
|
12
|
+
wyoming_piper-1.3.0.dist-info/RECORD,,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
wyoming_piper
|