switching to high quality piper tts and added label translations
This commit is contained in:
@@ -0,0 +1 @@
|
||||
pip
|
||||
@@ -0,0 +1,107 @@
|
||||
Metadata-Version: 2.4
|
||||
Name: piper-tts
|
||||
Version: 1.3.0
|
||||
Summary: Fast and local neural text-to-speech engine
|
||||
Home-page: http://github.com/OHF-voice/piper1-gpl
|
||||
Author: The Home Assistant Authors
|
||||
Author-email: hello@home-assistant.io
|
||||
License: GPL-3.0-or-later
|
||||
Keywords: home,assistant,tts,text-to-speech
|
||||
Classifier: Development Status :: 3 - Alpha
|
||||
Classifier: Intended Audience :: Developers
|
||||
Classifier: Topic :: Text Processing :: Linguistic
|
||||
Classifier: Programming Language :: Python :: 3.9
|
||||
Classifier: Programming Language :: Python :: 3.10
|
||||
Classifier: Programming Language :: Python :: 3.11
|
||||
Classifier: Programming Language :: Python :: 3.12
|
||||
Classifier: Programming Language :: Python :: 3.13
|
||||
Requires-Python: >=3.9
|
||||
Description-Content-Type: text/markdown
|
||||
License-File: COPYING
|
||||
Requires-Dist: onnxruntime<2,>=1
|
||||
Provides-Extra: train
|
||||
Requires-Dist: torch<3,>=2; extra == "train"
|
||||
Requires-Dist: lightning<3,>=2; extra == "train"
|
||||
Requires-Dist: tensorboard<3,>=2; extra == "train"
|
||||
Requires-Dist: tensorboardX<3,>=2; extra == "train"
|
||||
Requires-Dist: jsonargparse[signatures]>=4.27.7; extra == "train"
|
||||
Requires-Dist: pathvalidate<4,>=3; extra == "train"
|
||||
Requires-Dist: onnx<2,>=1; extra == "train"
|
||||
Requires-Dist: pysilero-vad<3,>=2.1; extra == "train"
|
||||
Requires-Dist: cython<4,>=3; extra == "train"
|
||||
Requires-Dist: librosa<1; extra == "train"
|
||||
Provides-Extra: dev
|
||||
Requires-Dist: black==24.8.0; extra == "dev"
|
||||
Requires-Dist: flake8==7.1.1; extra == "dev"
|
||||
Requires-Dist: mypy==1.14.0; extra == "dev"
|
||||
Requires-Dist: pylint==3.2.7; extra == "dev"
|
||||
Requires-Dist: pytest==8.3.4; extra == "dev"
|
||||
Requires-Dist: build==1.2.2; extra == "dev"
|
||||
Requires-Dist: scikit-build<1; extra == "dev"
|
||||
Requires-Dist: cmake<4,>=3.18; extra == "dev"
|
||||
Requires-Dist: ninja<2,>=1; extra == "dev"
|
||||
Provides-Extra: http
|
||||
Requires-Dist: flask<4,>=3; extra == "http"
|
||||
Dynamic: author
|
||||
Dynamic: author-email
|
||||
Dynamic: classifier
|
||||
Dynamic: description
|
||||
Dynamic: description-content-type
|
||||
Dynamic: home-page
|
||||
Dynamic: keywords
|
||||
Dynamic: license
|
||||
Dynamic: license-file
|
||||
Dynamic: provides-extra
|
||||
Dynamic: requires-dist
|
||||
Dynamic: requires-python
|
||||
Dynamic: summary
|
||||
|
||||
# Piper 1 (GPL)
|
||||
|
||||
A fast and local neural text-to-speech engine that embeds [espeak-ng][] for phonemization.
|
||||
|
||||
Install with:
|
||||
|
||||
``` sh
|
||||
pip install piper
|
||||
```
|
||||
|
||||
* 🎧 [Samples][samples]
|
||||
* 💡 [Demo][demo]
|
||||
* 🗣️ [Voices][voices]
|
||||
* 🖥️ [Command-line interface][cli]
|
||||
* 🌐 [Web server][api-http]
|
||||
* 🐍 [Python API][api-python]
|
||||
* 🏋️ [Training new voices][training]
|
||||
* 🛠️ [Building manually][building]
|
||||
|
||||
---
|
||||
|
||||
People/projects using Piper:
|
||||
|
||||
* [Home Assistant](https://github.com/home-assistant/addons/blob/master/piper/README.md)
|
||||
* [NVDA - NonVisual Desktop Access](https://www.nvaccess.org/post/in-process-8th-may-2023/#voices)
|
||||
* [Image Captioning for the Visually Impaired and Blind: A Recipe for Low-Resource Languages](https://www.techrxiv.org/articles/preprint/Image_Captioning_for_the_Visually_Impaired_and_Blind_A_Recipe_for_Low-Resource_Languages/22133894)
|
||||
* [Video tutorial by Thorsten Müller](https://youtu.be/rjq5eZoWWSo)
|
||||
* [Open Voice Operating System](https://github.com/OpenVoiceOS/ovos-tts-plugin-piper)
|
||||
* [JetsonGPT](https://github.com/shahizat/jetsonGPT)
|
||||
* [LocalAI](https://github.com/go-skynet/LocalAI)
|
||||
* [Lernstick EDU / EXAM: reading clipboard content aloud with language detection](https://lernstick.ch/)
|
||||
* [Natural Speech - A plugin for Runelite, an OSRS Client](https://github.com/phyce/rl-natural-speech)
|
||||
* [mintPiper](https://github.com/evuraan/mintPiper)
|
||||
* [Vim-Piper](https://github.com/wolandark/vim-piper)
|
||||
* [POTaTOS](https://www.youtube.com/watch?v=Dz95q6XYjwY)
|
||||
|
||||
[](https://www.openhomefoundation.org/)
|
||||
|
||||
<!-- Links -->
|
||||
[piper]: https://github.com/rhasspy/piper
|
||||
[espeak-ng]: https://github.com/espeak-ng/espeak-ng
|
||||
[cli]: https://github.com/OHF-Voice/piper1-gpl/blob/main/docs/CLI.md
|
||||
[api-http]: https://github.com/OHF-Voice/piper1-gpl/blob/main/docs/APT_HTTP.md
|
||||
[api-python]: https://github.com/OHF-Voice/piper1-gpl/blob/main/docs/API_PYTHON.md
|
||||
[training]: https://github.com/OHF-Voice/piper1-gpl/blob/main/docs/TRAINING.md
|
||||
[building]: https://github.com/OHF-Voice/piper1-gpl/blob/main/docs/BUILDING.md
|
||||
[voices]: https://github.com/OHF-Voice/piper1-gpl/blob/main/docs/VOICES.md
|
||||
[samples]: https://rhasspy.github.io/piper-samples
|
||||
[demo]: https://rhasspy.github.io/piper-samples/demo.html
|
||||
@@ -0,0 +1,412 @@
|
||||
../../../COPYING,sha256=CuBIWlvTemPmNgNZZBfk6w5lMzT6bH-TLKOg6F1K8ic,35148
|
||||
../../../bin/piper,sha256=5B5BhCYhD6Mp8EBLpE1aA0kNPBoabXEexUjDk2A3pas,258
|
||||
piper/__init__.py,sha256=mkaByyVufeaLLTYq6o5qdid5m5I54rgQEkgpdN7Y51M,252
|
||||
piper/__main__.py,sha256=e0CHUy8LnAx7MZ2yds0-Ux7rZ6CYqmoSw97oDOeummY,7485
|
||||
piper/__pycache__/__init__.cpython-312.pyc,,
|
||||
piper/__pycache__/__main__.cpython-312.pyc,,
|
||||
piper/__pycache__/audio_playback.cpython-312.pyc,,
|
||||
piper/__pycache__/config.cpython-312.pyc,,
|
||||
piper/__pycache__/const.cpython-312.pyc,,
|
||||
piper/__pycache__/download_voices.cpython-312.pyc,,
|
||||
piper/__pycache__/http_server.cpython-312.pyc,,
|
||||
piper/__pycache__/phoneme_ids.cpython-312.pyc,,
|
||||
piper/__pycache__/phonemize_espeak.cpython-312.pyc,,
|
||||
piper/__pycache__/voice.cpython-312.pyc,,
|
||||
piper/audio_playback.py,sha256=BWsC4WyXQdnWo5B_Ng73d4yjSFtbl0UP0efcjyHgXCs,1594
|
||||
piper/config.py,sha256=76T42Doc7eEtwc0wzbbGsAXQeDJo7Hl-WNesvMNCtCQ,3481
|
||||
piper/const.py,sha256=m_V4woI8zT5Rwmb9y_Bh1S6ch6HDox7wW95Y28SKauw,106
|
||||
piper/download_voices.py,sha256=4HSr04vWUrSoQzudkqWV8abrIjfp7Wl6Evv-1BLVXII,4427
|
||||
piper/espeak-ng-data/af_dict,sha256=JXKdO_TEoPCNpgrqnrWgzzUmMPg_qxqww5Vbd0DaF3Y,121473
|
||||
piper/espeak-ng-data/am_dict,sha256=mVQ2WGBoLHVsjERZV306oKt3rQy6Z5i3RgM62lw9S-o,63878
|
||||
piper/espeak-ng-data/an_dict,sha256=bPOM7bZpOq3knlpdJ6PJJRalM1Elv4X8rlgoLmb7gv0,6691
|
||||
piper/espeak-ng-data/ar_dict,sha256=cjFkJueXd3_k35Qgk1o7anmzfX4_OUhTe6cc17IbJUE,478165
|
||||
piper/espeak-ng-data/as_dict,sha256=D5yffphTDbZqpumIou4I6KDwp-CWk7zs_LkLXLZ9_xA,5005
|
||||
piper/espeak-ng-data/az_dict,sha256=41Ky3PgRZi159L6qoMd1BwbPZpwECf2BWpvQJEsa38c,43773
|
||||
piper/espeak-ng-data/ba_dict,sha256=JGyMZVzu1D2f9Epl3l-TPxYlVInQsYGxpGqD4f1aA1Q,2098
|
||||
piper/espeak-ng-data/be_dict,sha256=Iy-w3r_I_cqbjySUdw_yNTX3-Ie767AXir_8JDSQ55g,2652
|
||||
piper/espeak-ng-data/bg_dict,sha256=j6Ot7I4Yo-aVsrvqHUeAGC4XIi2Ln42pkIojeCj2sGM,87051
|
||||
piper/espeak-ng-data/bn_dict,sha256=Vipk7F6jGWIuwihsED1BECIqFxISmjqfB_LqFKZgA4o,89979
|
||||
piper/espeak-ng-data/bpy_dict,sha256=anUsF9MAsJ6qbwdoBQti6UQgzCp7LxzSwn9BIXAUMw0,5226
|
||||
piper/espeak-ng-data/bs_dict,sha256=1d9WT1Ea8IKIRxloXbhuxN8jRnzwEs4l6JhUC6-d5ls,47068
|
||||
piper/espeak-ng-data/ca_dict,sha256=WfD5TQPLY0GhuVL_c12PDQyxATalk0YlWNt8_I7lMY0,310331
|
||||
piper/espeak-ng-data/chr_dict,sha256=j5zzwLNSSvBT_-x8JG8uTFxDHh4Wmfejli7IC-2tX_I,2859
|
||||
piper/espeak-ng-data/cmn_dict,sha256=KkHdq3IT0ChKmE3va0DHLLxAs0bTIg2wjGrjJPRtWao,1566347
|
||||
piper/espeak-ng-data/cs_dict,sha256=YeZJzfAznp6CSL3N-oixnCzRKe8h5TCt_hhgEVQgaB0,50455
|
||||
piper/espeak-ng-data/cv_dict,sha256=gmCDfI8Y--WHCQXrsoUN_RjiUhUK1shouW2dLGOY6oo,1344
|
||||
piper/espeak-ng-data/cy_dict,sha256=MddMytIYq4C3lWbK640hvPD-QzJu18Q3-nNtObheYD4,43130
|
||||
piper/espeak-ng-data/da_dict,sha256=_gwhiVtIRIaGEvnqhGvGAQ4wtd0fTLFWdFnXPSeSqKw,245287
|
||||
piper/espeak-ng-data/de_dict,sha256=dV2cqwAwWwTAdBQZkO8DORkYNd50bfoHSTbhlPOlrVQ,69277
|
||||
piper/espeak-ng-data/el_dict,sha256=XZ91l1ATHad30v1PBqpgLtdG048nuE3ZotSlUPLNRS4,72841
|
||||
piper/espeak-ng-data/en_dict,sha256=EFP3SjSvOKu2-9ZLeDjay8ZVpofEjOG7Zj02ShJ7Bd4,168204
|
||||
piper/espeak-ng-data/eo_dict,sha256=hJ8GGr3dU4i6wRKzLm9790fhXhs65T_pEHk4Hv__TMk,4666
|
||||
piper/espeak-ng-data/es_dict,sha256=58Y0fkB9XBTyg-6toYuGxtVgsDti9TZZRzEJu_8JZ1c,49285
|
||||
piper/espeak-ng-data/et_dict,sha256=Gmc0tOa8nemkyUz7Q0hz4Kf0rk7IlUmzE3rlSRz2Vdo,44263
|
||||
piper/espeak-ng-data/eu_dict,sha256=dipu_2NVLvcs2Ivx6S3FqCPrN41Qy4XHkX6MW7oHkTc,48841
|
||||
piper/espeak-ng-data/fa_dict,sha256=46pudRo0TaeSSw7YceBqavsFP2v-h9_XkU_6JOkM0Dw,292907
|
||||
piper/espeak-ng-data/fi_dict,sha256=3amZQ3vUs3p_dACiIwqs4SAKUpBqsLH_NQfUSrGdZLE,43928
|
||||
piper/espeak-ng-data/fr_dict,sha256=45mrkkxNEL7vH8MQsw6lbk3f2LS2S47ZeOnGU5TUmy0,63727
|
||||
piper/espeak-ng-data/ga_dict,sha256=stsD0h95ALaX19u4vshVzREX6YZ_GYhPrxHE32JmWfU,52673
|
||||
piper/espeak-ng-data/gd_dict,sha256=6StH3PmgATY__uHmKGP68mT_XxbhDNnPHx6DyonKFKo,49121
|
||||
piper/espeak-ng-data/gn_dict,sha256=dkDfJysZKmi6QBKUv5GXq0bQsUHaejWK0Zhuf3fn8po,3248
|
||||
piper/espeak-ng-data/grc_dict,sha256=SId5STmT0iGwnnE-EEoiGsG7NXZfgmrMJtPTwao6Ne0,3433
|
||||
piper/espeak-ng-data/gu_dict,sha256=yx-_tTurLsbZ5EzZ0SzLm4DeSfJ013IxQ4nEd-71MP0,82480
|
||||
piper/espeak-ng-data/hak_dict,sha256=4wdcfSgflaLOImTAHtvQnpYss-0pQAdmxdIRagihhcg,3335
|
||||
piper/espeak-ng-data/haw_dict,sha256=K053thyt_F7mIqqLHSOUHjYQHZvb-NgJ4PobRC0sP3Q,2443
|
||||
piper/espeak-ng-data/he_dict,sha256=8YxArQp2EknRzNACEMA4s_Y6lIUYIZYkxvW6oZ6Sg8g,10665
|
||||
piper/espeak-ng-data/hi_dict,sha256=WmjJUyYk5XrIRbJs4eLlA0xPY1O-3kbsvlflg-yO_9Y,92143
|
||||
piper/espeak-ng-data/hr_dict,sha256=X5j88F-XM1pUNqipZDZ32m8Vjyqe4dQb3aFyWxuzUn4,49388
|
||||
piper/espeak-ng-data/ht_dict,sha256=1XchnRXCk5bbJUrtlYNYRW7BUBzfYstMpUE3UvLufME,1803
|
||||
piper/espeak-ng-data/hu_dict,sha256=6Q5X8flwQqocxjcK7O1WKxGbT-FW_YPxAWX9-2hnYmk,180009
|
||||
piper/espeak-ng-data/hy_dict,sha256=i4CK2PHUyuMrO3hbltHiezryjjL03d_tfJPhKdY7JYc,62263
|
||||
piper/espeak-ng-data/ia_dict,sha256=HGZWA6gr64HgzvKHjJtEZCrm1RnjAfu9BjJuAzJf6_M,331275
|
||||
piper/espeak-ng-data/id_dict,sha256=j7PyP4D3HwIyGc7nAyIj8_aIbMUEDrTIxQf3nRuE6Y0,43458
|
||||
piper/espeak-ng-data/intonations,sha256=AxoQW_a7LrzXOixXnM-0JGmycmbbAHivZa4pj9NYiyE,2312
|
||||
piper/espeak-ng-data/io_dict,sha256=DZ1plf6tHM3VUS95CeyPnvyMzJf1ydI-yuazunf_rb8,2165
|
||||
piper/espeak-ng-data/is_dict,sha256=juq1sco_dTYogfrj3jMW_K_ygReaTFH86wCY8R6tluA,44354
|
||||
piper/espeak-ng-data/it_dict,sha256=fOW2tOLuJRUWcIWEJnpBOjwCsvoHy1J6LrQh-7s7Es8,154408
|
||||
piper/espeak-ng-data/ja_dict,sha256=NPhJl0Zh_pueqdoTRfK8eMeEYpGGrDRP8NDNYoZSlU0,47652
|
||||
piper/espeak-ng-data/jbo_dict,sha256=cSmEF94eX9B98nUnCl1Hyoggy4yfXcIVbAcLejrnmZw,2243
|
||||
piper/espeak-ng-data/ka_dict,sha256=yGJJRxEKE77nLU_BWwYCYATfP0DBbHuRfSfjacoSKjI,87775
|
||||
piper/espeak-ng-data/kk_dict,sha256=iNwBBmKaV9CspQc6-xHbGgRHmRhTVQiKetQzHINq_9M,1859
|
||||
piper/espeak-ng-data/kl_dict,sha256=7EQZZNf71GIrtigyeQPVxsmZyV1Tmy4GGITez5WsMOM,2838
|
||||
piper/espeak-ng-data/kn_dict,sha256=xR4DhZN7QHs2wC_SyF3-zcXKxBE5juinTsoVs1YXr2Q,87828
|
||||
piper/espeak-ng-data/ko_dict,sha256=k-j7KXISaj0QGF_hd5VagfL-OlgJlfO465NXMn2anWY,47523
|
||||
piper/espeak-ng-data/kok_dict,sha256=AK34jT2OWv4ZVZkY93dh-LmRcsM-Wq_KNCaC8ME3HsY,6394
|
||||
piper/espeak-ng-data/ku_dict,sha256=Zd4cVCno0ZN3Wzb88WmmD7u5lk7xOkobq3_wzoVcrSA,2265
|
||||
piper/espeak-ng-data/ky_dict,sha256=3vRCf9QHBnPAc7iSx7Ip-MPxfrHfNr6i7HGI3c-00Oo,64977
|
||||
piper/espeak-ng-data/la_dict,sha256=F4GN1WeTb94DJAT7vWF3hEufX8WpFUgPVnJyFHk2-Rc,3806
|
||||
piper/espeak-ng-data/lang/aav/vi,sha256=MZnJgPniOoiiqmk81jG_T8sPNAjEJyvAG3rA_45513g,111
|
||||
piper/espeak-ng-data/lang/aav/vi-VN-x-central,sha256=s1HxPG7Q2jdWHfJfRVeYcv-YY5IK1muU4nMnosYRdVs,143
|
||||
piper/espeak-ng-data/lang/aav/vi-VN-x-south,sha256=wKCiyJTNV7C7rPnvTvuNib-vn-sWSDDhU59ZnnzE4CE,142
|
||||
piper/espeak-ng-data/lang/art/eo,sha256=AlS5PIr3nZZmp2Z8qLM7IaVFMBLaTqCs15ZgqWlfidQ,41
|
||||
piper/espeak-ng-data/lang/art/ia,sha256=j7EXGAMPiykUb3c8pGK4OKbGYPFmkz628UmMNh8ulYs,29
|
||||
piper/espeak-ng-data/lang/art/io,sha256=joORx_QLf50jB_r_gBikDdK0SN9L1YGilQ7oOToAzr8,50
|
||||
piper/espeak-ng-data/lang/art/jbo,sha256=2VKd6C3MvZX4PB3kAfTqZhYJveZEVG6e9CEkG3BDwA4,69
|
||||
piper/espeak-ng-data/lang/art/lfn,sha256=OUh0_ZAi43zcMHwzhugfHAwTOo6cX9_3SIi1GfLG1kg,135
|
||||
piper/espeak-ng-data/lang/art/piqd,sha256=0aVZtxTNjdDqnkbEV04GxPRRlX-xe_OblFqJuVhvi5c,56
|
||||
piper/espeak-ng-data/lang/art/py,sha256=WeVLlehXFBf0PbN6f9fjUa9OIqjCUM-2avOU-O1sTpw,140
|
||||
piper/espeak-ng-data/lang/art/qdb,sha256=Urg_xPKUWA66vXHfZBq1vuxrMIdYo0WLSXEkc3WJp9g,57
|
||||
piper/espeak-ng-data/lang/art/qya,sha256=eK4_TXAgip9p4sJqajtdso1-alh0D66Tf1Hdf8n66xs,173
|
||||
piper/espeak-ng-data/lang/art/sjn,sha256=YdhZdLaEHfv8yMuSrQdCaWy4emqF1aKP6ZiV5G753m8,175
|
||||
piper/espeak-ng-data/lang/art/xex,sha256=mUMADkPuzqomJZsjJTdVdTvDwmb2DvDyLJ0INMMYpqA,103
|
||||
piper/espeak-ng-data/lang/azc/nci,sha256=e_cMsY6Wk5j3RCi5HGlKRIPq69ZzPsxDfrhxS79__3Y,114
|
||||
piper/espeak-ng-data/lang/bat/lt,sha256=dpHHyh55_JcoxwoNIoMOsROgEkv5aAfioazjxr8ML4k,28
|
||||
piper/espeak-ng-data/lang/bat/ltg,sha256=vnFsu9y1_jGe7Yir1KRMMymgbh3EaMg2PT9DzKJoOhE,312
|
||||
piper/espeak-ng-data/lang/bat/lv,sha256=8IqAHazMrOYvW5AWZCjpDgiIGNkt1fkzPrvoNLDyHBY,229
|
||||
piper/espeak-ng-data/lang/bnt/sw,sha256=Jx3Siz7EGt7qU_EUYkm6bKthVyljqydDBBEU2VeE42g,41
|
||||
piper/espeak-ng-data/lang/bnt/tn,sha256=IkOh_CCN_cN-FU6DfA54KvwyXUrPuswicYt_BVg6zpI,42
|
||||
piper/espeak-ng-data/lang/ccs/ka,sha256=aHiLmdunuCzfj8ndBRNL1yzyHwtMB7E7Z7bwNuYpTLo,124
|
||||
piper/espeak-ng-data/lang/cel/cy,sha256=Z7wztKZgQeY0PfuY4ZUNEInuy2hzHzRvzE9HzQfnmXA,37
|
||||
piper/espeak-ng-data/lang/cel/ga,sha256=KcLMVzbOsr2e90VpTUq_ftNjozVp3750WBHUcDt7bM4,66
|
||||
piper/espeak-ng-data/lang/cel/gd,sha256=faC6RkV5w2cIkQmCbsFcJYShdBfMpKLGba4DGNM-MSg,51
|
||||
piper/espeak-ng-data/lang/cus/om,sha256=t8Vj8e_9g8CPPSKftaE9B0UTuFFlzkNZpnTvMMpxeGs,39
|
||||
piper/espeak-ng-data/lang/dra/kn,sha256=yYilIm-ifuZ2i0VWbOmZztmkto-OeSMrMj1ZA_S7Ilg,55
|
||||
piper/espeak-ng-data/lang/dra/ml,sha256=qn4fHyObpVqKee0fNUTppRuU7-U5Jd5g1P9zcnNmC1w,57
|
||||
piper/espeak-ng-data/lang/dra/ta,sha256=W8IT6xY7vwacv-Ty6ffn23GnGdjAqW6VQB2UyZKWDtc,51
|
||||
piper/espeak-ng-data/lang/dra/te,sha256=F2ykqB_rIYE5Pt_z4tXAJTy1Ijk5LEuAnGFQHWDGmBE,70
|
||||
piper/espeak-ng-data/lang/esx/kl,sha256=0Iz2_2C5nmws7aVJvLsaV1gJFdak1Qx_D111KJ2ftFo,30
|
||||
piper/espeak-ng-data/lang/eu,sha256=oW5OTZuRCm4loqVZE8gSutxPw8vs4LjUmmSvESeC1aU,54
|
||||
piper/espeak-ng-data/lang/gmq/da,sha256=6N1eDTD_BpSn7oOfqo7TXAFeuSenN6uh8SDAAAVpLq8,43
|
||||
piper/espeak-ng-data/lang/gmq/fo,sha256=xOn6_LoAdOVM5doak3lwdqOBHk3VBsdRKnBjw6WTRDQ,104
|
||||
piper/espeak-ng-data/lang/gmq/is,sha256=FsB35iIqz8dwIEb6NXm7XWtX7OmGRiKeE74iM_n9y9c,27
|
||||
piper/espeak-ng-data/lang/gmq/nb,sha256=1HlmYhMS-5VXBTn0RpgvbeuY_UbZtx_sSgAFprrOj0Y,87
|
||||
piper/espeak-ng-data/lang/gmq/sv,sha256=AnJ9OyX8gkCb0s0eu0RP2y1dPz3n92uV_J7ZFkw-WcM,25
|
||||
piper/espeak-ng-data/lang/gmw/af,sha256=-4zMBfXq4XVLWqfpLLkZ3v3QgQtw7sGffHfPg25R2wk,123
|
||||
piper/espeak-ng-data/lang/gmw/de,sha256=88ypL5S3D4wlop7gpMnOTH8QIiQVMuBkf6K39pi_EE4,42
|
||||
piper/espeak-ng-data/lang/gmw/en,sha256=RgXVMwgB3jZBxuNm0V8SnqH1_7zociZCq6AazgernIM,140
|
||||
piper/espeak-ng-data/lang/gmw/en-029,sha256=-uuMsgEFZ3X3M6y9kIxmVV_le_AcsGOSDxePOJy_hdM,335
|
||||
piper/espeak-ng-data/lang/gmw/en-GB-scotland,sha256=HOQoLB9DhduvADXnmbKrHunpo6tIKRAFlKMEdye1I1M,295
|
||||
piper/espeak-ng-data/lang/gmw/en-GB-x-gbclan,sha256=IEDhdvH38nvc6Bwy1-KxZiRJ1U0mSv08DthxuOQrbkY,238
|
||||
piper/espeak-ng-data/lang/gmw/en-GB-x-gbcwmd,sha256=knpauJHGWzC0QmsVHRYjoBAk9rdzo4SXuhyQzXepV0c,188
|
||||
piper/espeak-ng-data/lang/gmw/en-GB-x-rp,sha256=0GJa9_WFYbG4z5b9f5Pu5lU7yz6tuQIK4HV7-W5RFeU,249
|
||||
piper/espeak-ng-data/lang/gmw/en-Shaw,sha256=PrH6AqMmM8yPxmgjuLySNanxDf9x19ePOA8V_A8OffU,119
|
||||
piper/espeak-ng-data/lang/gmw/en-US,sha256=QVNMKiLfXdTxBS_54aM6Pqe_9aJrXAK9rVuo3bdSRwQ,257
|
||||
piper/espeak-ng-data/lang/gmw/en-US-nyc,sha256=6O6RaDdtH32efc2nxGRMNsUpqL6oFuY4CJU2TbRuouM,271
|
||||
piper/espeak-ng-data/lang/gmw/lb,sha256=BxvrDnaa_royF3eW_A8Thr3ImjI0vtK_cg52y_c_W5k,31
|
||||
piper/espeak-ng-data/lang/gmw/nl,sha256=Vq4E-uKK6Tce1tsoGTGJ5O6WK6gjbwvN7vagbqTe43Q,23
|
||||
piper/espeak-ng-data/lang/grk/el,sha256=C1KcmYrwfHK_UWtXUHCUZPYljFbGkWuLjwyEO-mDb8o,23
|
||||
piper/espeak-ng-data/lang/grk/grc,sha256=MZ-VCxrXsfN--qOQVAv5V73awW0FV6bDra_yfgxk4S4,99
|
||||
piper/espeak-ng-data/lang/inc/as,sha256=P1j1Yo95KwClrm6P47-GlvZK8oOOVyN5ndurYCegs3g,42
|
||||
piper/espeak-ng-data/lang/inc/bn,sha256=vDziM4S50Ls7rAagnZD2kPrjKkkty7Aw8OVrpntdZWw,25
|
||||
piper/espeak-ng-data/lang/inc/bpy,sha256=5SjRGJuZW5SWbO9MwYJGnMVPfajvxYYDdcTs8YbOYUY,39
|
||||
piper/espeak-ng-data/lang/inc/gu,sha256=-TinVdJwdFGIws8qrLoGZCqWu3O6KgMlOEEhudXsVAc,42
|
||||
piper/espeak-ng-data/lang/inc/hi,sha256=PBw_kW9X8tbWy_eSPA85o2rCFA4qad3_zpF9e4vzzKs,23
|
||||
piper/espeak-ng-data/lang/inc/kok,sha256=gQ7iP7vpwYagNrwS9OXA3mdKEy4uCZybPeziocnNsoo,26
|
||||
piper/espeak-ng-data/lang/inc/mr,sha256=KQY_86UlfQ09fCFd_UwU3u054dSPFYlCAuZxJFlyDv0,41
|
||||
piper/espeak-ng-data/lang/inc/ne,sha256=1T_aCC7BdO8z7Tw0aPyXPEO073GsqMGijLNEZo9IONw,37
|
||||
piper/espeak-ng-data/lang/inc/or,sha256=m1Lt59GWWfiEhU3j3_Ell6lvTW7Hy0FG0vja0UU8dC8,39
|
||||
piper/espeak-ng-data/lang/inc/pa,sha256=7tPPR3-B0TVZ27NnJW-VMrINrRQywVsgbHdyF7j1cMo,25
|
||||
piper/espeak-ng-data/lang/inc/sd,sha256=Zb_g43eZAp1Co3DrYnzKWqQQi5Z_umyBQYeNaTyQNhk,66
|
||||
piper/espeak-ng-data/lang/inc/si,sha256=jwmTs1ulsHXDiudmQJcSVuVgq_vXIbYI0WpIWIkyWW0,55
|
||||
piper/espeak-ng-data/lang/inc/ur,sha256=W3r3R0-sJlx719JpERmUoJYQ-VRpBpj1WoYT8_qXMxg,94
|
||||
piper/espeak-ng-data/lang/ine/hy,sha256=tq1hKQecScqRXDAF7LdKAr9dacu8jsP44Pa5Scs6do8,61
|
||||
piper/espeak-ng-data/lang/ine/hyw,sha256=JvioY8dLPRnJxC_PFq5RUcEqxS74-rNsrh5fDUrTDmo,365
|
||||
piper/espeak-ng-data/lang/ine/sq,sha256=hl_ekBe1r4KsuETl-Xk5mP7UIqIIrYqvne2srTvyevE,103
|
||||
piper/espeak-ng-data/lang/ira/fa,sha256=DcfpO-TR-99_9S3i_ovNwjME5thuAStKuCdtYmtdmAw,90
|
||||
piper/espeak-ng-data/lang/ira/fa-Latn,sha256=oEz47-2Nsawzswbx-Mb0JzPazofJ_J80otIns7spHig,269
|
||||
piper/espeak-ng-data/lang/ira/ku,sha256=V9s6IQ1zQSpJ6WHb7ZsnB39ce5Z6GaDrn5Nj6ksWzqU,40
|
||||
piper/espeak-ng-data/lang/ira/ps,sha256=K3h0e1CK2pXb4bRAbpJz96p4TSlr4vhdZKRmkOh8ZjM,86
|
||||
piper/espeak-ng-data/lang/iro/chr,sha256=8OL7hUkwbAf1cdPnfImx0-kCLUSNWOXUJEQeAczOiL4,569
|
||||
piper/espeak-ng-data/lang/itc/la,sha256=tw0TomQ1LrotIqXQ7yFzCElQnRj3J3MgsAilbezG78I,297
|
||||
piper/espeak-ng-data/lang/jpx/ja,sha256=b9mARFvFLg9ZMGKSn1tigxRIq6riqSc5vrpJ3yenl0M,52
|
||||
piper/espeak-ng-data/lang/ko,sha256=wt-_iNmqKsm_LzDpLiYBIOTywhEjoCJlAUrpjVnVd04,51
|
||||
piper/espeak-ng-data/lang/map/haw,sha256=sZ8i77ZxQ1TY0TYPRJ4F8PhNUNb6PJj8_WGeobS6iZY,42
|
||||
piper/espeak-ng-data/lang/miz/mto,sha256=4zq6XoFZcw9iAEsiUY1ifHlvfQOUMeXZIXtJjxA0GXY,183
|
||||
piper/espeak-ng-data/lang/myn/quc,sha256=dqdbd8ZyxDK1a4TVFzENaqdcSz-d5YDikBmYBDZhdOo,210
|
||||
piper/espeak-ng-data/lang/poz/id,sha256=zh_N2rPnVqfNuj3QCa0kzVfh_eKc45Vpg1XaJOMqYHU,134
|
||||
piper/espeak-ng-data/lang/poz/mi,sha256=IUbPOGjHm4U7teQd2_YR1RtLChQIcZnxYZQxNWK5iYc,367
|
||||
piper/espeak-ng-data/lang/poz/ms,sha256=ipZRgu4MWkE1cZfAXPBH0huWdEd1pXo0TYMalh4wNRs,430
|
||||
piper/espeak-ng-data/lang/qu,sha256=MGnkQ-zzQhvLOzW4ZOGon6lGWvBy-G7t1GpBWZCrpuY,88
|
||||
piper/espeak-ng-data/lang/roa/an,sha256=_4qpfFUobMkFMcrV3zzTYWWruhFQKoTVOw_Nkj-WXyM,27
|
||||
piper/espeak-ng-data/lang/roa/ca,sha256=CNhwGzKoIBg1HDSU1jYNFU72SkYi5kyKYKLmFakWTd4,38
|
||||
piper/espeak-ng-data/lang/roa/ca-ba,sha256=peemF8_lKWLdoeytlIhFO3rx2lPOHhkaQRSxlX0s-bY,80
|
||||
piper/espeak-ng-data/lang/roa/ca-nw,sha256=Z31MswP9KkHIIu4gWB42QeFP9xkvand9zjAHJGehCz4,73
|
||||
piper/espeak-ng-data/lang/roa/ca-va,sha256=J5IFvpNEectBSiVGK6__kzw8J_V82OO2YF1H2qhnKKk,81
|
||||
piper/espeak-ng-data/lang/roa/es,sha256=lmqgFepWRtefDKSAfPXaczmqvTeCtVz6XrDYw_yPxYg,63
|
||||
piper/espeak-ng-data/lang/roa/es-419,sha256=_w-ERXrEDjvPYdbeWAKDEr504ObLw7dC8xs85ynCqgw,167
|
||||
piper/espeak-ng-data/lang/roa/fr,sha256=lfRINLSMB12tE-rOVNLJj_ebgaoAdN1n7rr2bCkJ7vg,79
|
||||
piper/espeak-ng-data/lang/roa/fr-BE,sha256=cklqMW5HuZf4k1ALiVPcAaELhqLUI44TwSYPULR9eSo,84
|
||||
piper/espeak-ng-data/lang/roa/fr-CH,sha256=tEmw_ZnZzZMmH-HGuBZEi5m0oQQgvuPzAeZpVorQ3lU,86
|
||||
piper/espeak-ng-data/lang/roa/ht,sha256=OJvfPphKL5O3Bguq2CRS2sZbg79EgtOIRSWhdq4OBSQ,140
|
||||
piper/espeak-ng-data/lang/roa/it,sha256=DZBp65qW2xxVwTGyu30fUlXGj73cIZn_0ylbUlGaMlY,109
|
||||
piper/espeak-ng-data/lang/roa/pap,sha256=QaW16RSCpUmKZnEcBYc6Y0u9QYeGsLoDcDLfhGNEz8E,62
|
||||
piper/espeak-ng-data/lang/roa/pt,sha256=pEBgBy95DkGRLFe31S97ZDjEOD4Nq9sFL2_beqzCNJM,95
|
||||
piper/espeak-ng-data/lang/roa/pt-BR,sha256=hN1ONMlw-tvjIhHq3s_fqrUkMkecCRHkMwDaiKMzmLo,109
|
||||
piper/espeak-ng-data/lang/roa/ro,sha256=sSrxD_w_icuHdnynAcb-oN74pxLeY0JqnD0L8kMkZ_g,26
|
||||
piper/espeak-ng-data/lang/sai/gn,sha256=_4LS0WPT4GrbWAJU2JAS5omyYVxGV5iDVig4q0AftdU,47
|
||||
piper/espeak-ng-data/lang/sem/am,sha256=WXCxa_hlUo7panjAhJgkS8j1Qhj8Kt1Jlxaw4MCZafs,41
|
||||
piper/espeak-ng-data/lang/sem/ar,sha256=Q_QY-BQOWnvXCWlj2iDMupJH9r4fzbCMtT3Xln3XLu4,50
|
||||
piper/espeak-ng-data/lang/sem/he,sha256=3pGV50O5H7f773STvV3cytFMOApY1a63wdEdNBnvO4Y,40
|
||||
piper/espeak-ng-data/lang/sem/mt,sha256=0j84-uMlO2-0LjM2dgq0guZ2iTaSRVRlRIvJ-8CsPoM,41
|
||||
piper/espeak-ng-data/lang/sem/ti,sha256=KEW4jagor3UogoQ1mpDhsGJtP3ilR-cav8admG0Ahko,93
|
||||
piper/espeak-ng-data/lang/sit/cmn,sha256=oTCjjjtiJzXCQByzf2cZ9GmV6EoTNykYXO-aVD7AsHI,686
|
||||
piper/espeak-ng-data/lang/sit/cmn-Latn-pinyin,sha256=FML8CX2ygEFraIwr-X3i5dpTLCeXVAIP3nv2zWJM3RA,161
|
||||
piper/espeak-ng-data/lang/sit/hak,sha256=wDwwtD4LCr36aJRFuvn0QmZKA3MVSl0Mp1oz0w9Gru0,128
|
||||
piper/espeak-ng-data/lang/sit/my,sha256=S1riVmy_MKpZIHAgRp4Jgy5mp4g4GHiPJTmWxTQwPco,56
|
||||
piper/espeak-ng-data/lang/sit/yue,sha256=g_PaySr1tKrswRlRVpiml5UkviNrKOqPECTscH2Z6ls,194
|
||||
piper/espeak-ng-data/lang/sit/yue-Latn-jyutping,sha256=xW1Fu5qc2X77OO2r4xx90_6wUYzJAKrGqJHctr2OtCg,213
|
||||
piper/espeak-ng-data/lang/tai/shn,sha256=8Wvy3iGdOummrsJjzpxoTZzT5hJY0Ex5SNsHV8Z-LJY,92
|
||||
piper/espeak-ng-data/lang/tai/th,sha256=bIrICYaN5lngZnPx_CtW2_Rjf_mYDaekcmuEZHi0z-Y,37
|
||||
piper/espeak-ng-data/lang/trk/az,sha256=UrQkMy3kxEPz6cXOTeWu1vv9QhJp_IJXVt_GvL1-Gtg,45
|
||||
piper/espeak-ng-data/lang/trk/ba,sha256=oMw6Bik5Ygk8ZlM_nBz_vM8IOi62ZnUfJ3igKlMW2Yw,25
|
||||
piper/espeak-ng-data/lang/trk/cv,sha256=lLr2us9YHMIDN0ccWZ-F7LviEfC4R2NR_xlFDGVB6pI,40
|
||||
piper/espeak-ng-data/lang/trk/kaa,sha256=IQ-5-6Zpyc6Nzyi5gCfFB3RHPjkG5-e3nrlvqv_sAxE,28
|
||||
piper/espeak-ng-data/lang/trk/kk,sha256=Ihn01t4Pux3JmCFXxvPMX0yKvl_LYFkIqdEFS5iAzVE,40
|
||||
piper/espeak-ng-data/lang/trk/ky,sha256=gjnf6L3G1HJYgPUZK06vZF-DnkDK39FFpECcg4esLVk,43
|
||||
piper/espeak-ng-data/lang/trk/nog,sha256=4OJ_5h1Aa29KSHn7j4GhS8ZZlxBmZpM5kbgYx9efq8E,39
|
||||
piper/espeak-ng-data/lang/trk/tk,sha256=14JjOYwTURmQmtY6Pstv_jr_CDgyEpNN0DaVIiqXhtA,25
|
||||
piper/espeak-ng-data/lang/trk/tr,sha256=SQ61ovd3ovM5bzqCTtgCG9d6lL6AEhRBFGG95miXOMk,25
|
||||
piper/espeak-ng-data/lang/trk/tt,sha256=i5YXqbbFb0ov4vWdnOVUJoNxllZ5YnFvkzD3CUj4-bA,23
|
||||
piper/espeak-ng-data/lang/trk/ug,sha256=ZdDNvJbvq02ePNAJVEB1KjHcf0Je3TugpTxN0z6sXWM,24
|
||||
piper/espeak-ng-data/lang/trk/uz,sha256=BP1xHf2h4A0X3IsbJQwk1wzDxJiyfjXTEGWsR0QaZ1k,39
|
||||
piper/espeak-ng-data/lang/urj/et,sha256=Wcd3R8R3TlSmOrdNLGqVvDxbWwpQ03gfGHvR_DphPeU,237
|
||||
piper/espeak-ng-data/lang/urj/fi,sha256=YfWOw7ultVo5Kv9-z4qE0CQgCuqkBLVVP8-0d3CTaSg,237
|
||||
piper/espeak-ng-data/lang/urj/hu,sha256=xXVCHSrjlwZdNa8OtPed_06F80Ncz0Xah09Gs_7hM4s,73
|
||||
piper/espeak-ng-data/lang/urj/smj,sha256=PXCd7He7Yzrw1XuJZo26qnLZvoaIEY1pCffUV77BKlA,45
|
||||
piper/espeak-ng-data/lang/zle/be,sha256=W-sALRWja_PQ12TtDUg8daHfaQnqo7EP5fZUZwDJv-w,52
|
||||
piper/espeak-ng-data/lang/zle/ru,sha256=n1LQCiearqpFp4a0_TqYs06V_tv4I_jNuf7MEzl1HTo,57
|
||||
piper/espeak-ng-data/lang/zle/ru-LV,sha256=mA43lmfMuUq-M7nJxmDAiADj8x42_kqTlVE5irmEV64,280
|
||||
piper/espeak-ng-data/lang/zle/ru-cl,sha256=IA6jRbUF7J57iDhJCurxgir0EDNCmurk6mgVkEf1n5A,91
|
||||
piper/espeak-ng-data/lang/zle/uk,sha256=3z0an3e6wFMecvh745jZ6x6QO9b4OdTwT_7Fq7TjRjQ,97
|
||||
piper/espeak-ng-data/lang/zls/bg,sha256=m5GszMsNU7sqe_IZIoRrpYx0vAgrpxrjK_EssNCS-FM,111
|
||||
piper/espeak-ng-data/lang/zls/bs,sha256=CCDnx4to-9r4bYPHgs3eGQG2QtHNvq5Bgcb19eIeXok,230
|
||||
piper/espeak-ng-data/lang/zls/hr,sha256=zvPvBBHGbxVObIL33s2Vvv-oy_vpUzNWWN-fElvdYJY,262
|
||||
piper/espeak-ng-data/lang/zls/mk,sha256=bbws-4mZFBvQeCzUY9SIBGgWEIgZDGtMlBL0NVLcOeI,28
|
||||
piper/espeak-ng-data/lang/zls/sl,sha256=4cK9H3XA7rhvZBgkctX1l84j5krXR4wkjC91tpRlWUI,43
|
||||
piper/espeak-ng-data/lang/zls/sr,sha256=DgdlKNNWb25ZuAfhbidN7lBeiKbUd9oYirjsRC6uRPQ,250
|
||||
piper/espeak-ng-data/lang/zlw/cs,sha256=FHfNulujvOhdtVmsy72KJLhrP22dmYi8WH6JNXwcRDE,23
|
||||
piper/espeak-ng-data/lang/zlw/pl,sha256=g8WGorckskufmNIa3lAiESxGWsRGygmTAoaYDOrhx4E,38
|
||||
piper/espeak-ng-data/lang/zlw/sk,sha256=9G_2c8fVjBZGCWwXTVjaNAR9iT0NKZPbyiYM5Uq-d-8,24
|
||||
piper/espeak-ng-data/lb_dict,sha256=2BmgYrlyIzTxh1QNNTD6wd42XNIA1KRm9ezM1-PAV3I,687931
|
||||
piper/espeak-ng-data/lfn_dict,sha256=ECgbxAT0KRZaMwuADrZGdON6E10bTGieV_sdnoJ9aSQ,2793
|
||||
piper/espeak-ng-data/lt_dict,sha256=aO9Vq6lUXSfOc-fUrKHC-lHSw9PWJhUvvCK_WpD7_xE,49890
|
||||
piper/espeak-ng-data/lv_dict,sha256=PiRsdrfakkI1_7dZJQcIZeZp2izj5B6YOV6Zvh-Nufc,66337
|
||||
piper/espeak-ng-data/mi_dict,sha256=QBYh_fYdpH0FE-gCeRNKNRXO2JiqrdUgW4LM7Q8t8EI,1346
|
||||
piper/espeak-ng-data/mk_dict,sha256=5JYP9OdOEJb_HDvMq2LOBCn6T6pyXlRs1dM-Q_RSJb4,63859
|
||||
piper/espeak-ng-data/ml_dict,sha256=sSaHVXw4-bzRdBeFQlPd3jeB47DBb5Rw1zIgWBjnzTg,92345
|
||||
piper/espeak-ng-data/mr_dict,sha256=9xKnUl2xCO-Xaa7lP90c0UHw3zcneJJGkbiWI6pvwi8,87391
|
||||
piper/espeak-ng-data/ms_dict,sha256=dLAYlzhbofAY3kTAJoBI-lvliLu7cCqQC7NcaRpGZwc,53541
|
||||
piper/espeak-ng-data/mt_dict,sha256=H3Z2G9_UgamEsV0HUi3yPJRE9Kwh6pZxkX4Iu_-n-NM,4384
|
||||
piper/espeak-ng-data/mto_dict,sha256=bVHLa-lZ26BF1B09Y_9mKnNj4Sh8zixjOwcSlc5V1WA,3960
|
||||
piper/espeak-ng-data/my_dict,sha256=IW-WFSRtNNcNztVRmzSbYSlv1R56g8wBYg05EC397MU,95948
|
||||
piper/espeak-ng-data/nci_dict,sha256=OMcgHncmyNUI-PhhE0nLxE_MRoSg_uTbcoXYPoCKW2k,1534
|
||||
piper/espeak-ng-data/ne_dict,sha256=Q4McP1PqbpOcrDe1rlvXouqCN6pG8OfyRBq3cqPFHbo,95377
|
||||
piper/espeak-ng-data/nl_dict,sha256=-fJwp7YgTzItm3lDRg_jEP57yRjdXUvBrKyNso-pAtE,65396
|
||||
piper/espeak-ng-data/no_dict,sha256=Q7go-MFwnnq7I6DMZBb7MuSBTj8f8dtLryk1v3x3yf8,4178
|
||||
piper/espeak-ng-data/nog_dict,sha256=i5ITmKLxkHtDwHuWpyJ32NPYVF44WVXuuuXzQKrjO9I,3294
|
||||
piper/espeak-ng-data/om_dict,sha256=NiTmfvjZwg2JTbCtzKzMYe6FKXfLd9X-WAHntKUo_PU,2302
|
||||
piper/espeak-ng-data/or_dict,sha256=4N1zfpEE2mOifYbNRkz3dkg3YlsVExabjSj8ob08jDs,89246
|
||||
piper/espeak-ng-data/pa_dict,sha256=zuDior-xZuYC_4ThhTUaisMRVxzN9G4YMceiUkVWPBA,79953
|
||||
piper/espeak-ng-data/pap_dict,sha256=dwA5u_TqjFo__d2YxIMcoCyfOeH_az3ncp-nGo87wPE,2128
|
||||
piper/espeak-ng-data/phondata,sha256=oLZDsVXLaxJijZ54ZbV9n8oNNYRGFPJZSl4AnIDIC7Q,554740
|
||||
piper/espeak-ng-data/phondata-manifest,sha256=JS3eyX1c3UfJg6Dbcfgvs2NcOxsiKwcPHbMteUP0JrI,21866
|
||||
piper/espeak-ng-data/phonindex,sha256=3a3bJ8j2DXiGMfIZMD_e3IlO7V0Emab5MYfoY6Ea9CM,44904
|
||||
piper/espeak-ng-data/phontab,sha256=0VxC6ZpveSd1woEXO7yCyGtJDC1Kk5IVodUmdowduM4,59520
|
||||
piper/espeak-ng-data/piqd_dict,sha256=MwBKNiEMMyka74qDjUd2Z-7Xr1L_UJMVKJE3mxd0GI0,1710
|
||||
piper/espeak-ng-data/pl_dict,sha256=Ta7Yt_znutbGkKjwQPJUtt5dI464fPAYikb2uKcDCTM,76620
|
||||
piper/espeak-ng-data/pt_dict,sha256=lMaJFT4S6cXg7L9gUYqT67LqD76AXGPZf6hMQzMUJOk,76389
|
||||
piper/espeak-ng-data/py_dict,sha256=IlU0iHlUeUDotJ4MobgEUnSPFCy24mfknKsFYMcgEpo,2409
|
||||
piper/espeak-ng-data/qdb_dict,sha256=ybfzB__lT0qvMjKQ7KHGIFcpGQNbDrJo5clPXXpDAFg,3028
|
||||
piper/espeak-ng-data/qu_dict,sha256=KjVQi22YRXkQhHy7rPz9zeNvp5NBzEq4zDsD2bQDtZc,1919
|
||||
piper/espeak-ng-data/quc_dict,sha256=RYwcptz6KI6iWEkV0gbFEnUSUBF02CZV3izwMTeObf0,1450
|
||||
piper/espeak-ng-data/qya_dict,sha256=5Wril-usJu1sd6lxiBLgh_C9GYJB2sPA2WTzZRCYR4M,1939
|
||||
piper/espeak-ng-data/ro_dict,sha256=sU9ohmsEQMSw2V-32jt__TxZtpPoWT0YhHT6v8mhEX0,68538
|
||||
piper/espeak-ng-data/ru_dict,sha256=cPRyfNAKOzhonzo9EZC0_Z5RBxqa8b25dsC2GC8isAk,8609166
|
||||
piper/espeak-ng-data/sd_dict,sha256=1lW8AyOIQ3bufBfJHxtYZNE7b95WC5HxfN8HRLk8we4,59928
|
||||
piper/espeak-ng-data/shn_dict,sha256=iV38ufuX50P0C41uX5DV0HBg2rkVlP3Q3_CuZam2HI0,88172
|
||||
piper/espeak-ng-data/si_dict,sha256=okFDfUtk_TKKxKPnhslGXGBIj2-jHLugQVP2KM3GHyc,85384
|
||||
piper/espeak-ng-data/sjn_dict,sha256=63BRAUQjD2eRV02GuuCRi0GRsHbdZsVV5q49Vjfarfc,1783
|
||||
piper/espeak-ng-data/sk_dict,sha256=WLm8EcmpXYHpaWYkI2cAn40Cq3o_j0_XfjWB7UFZ8Kg,50002
|
||||
piper/espeak-ng-data/sl_dict,sha256=nLK8v2FqXn3XynaefSIqSMYTKZ7x125EwIsAL4wihho,45047
|
||||
piper/espeak-ng-data/smj_dict,sha256=gVJwzjilnBku9aqIARGdmz7Zc9niPfptqNXSfe1anNY,35095
|
||||
piper/espeak-ng-data/sq_dict,sha256=a3S--UwzGUB8J-RNlE52XQNqiLMLTBfzC7wYLb_8xM4,45003
|
||||
piper/espeak-ng-data/sr_dict,sha256=dwyunFFuSK94lmKfr0q--vBB4f1K4YQBGq0HuXGW9hM,46832
|
||||
piper/espeak-ng-data/sv_dict,sha256=Vl8FixTxyJxr-kT8NwB5OIajnHgY8QN60fSWH6dRdQk,47836
|
||||
piper/espeak-ng-data/sw_dict,sha256=N1-rLM0NZpF3rUBrILDNtYUaHobwk2cvJPcsKf7IqBU,47804
|
||||
piper/espeak-ng-data/ta_dict,sha256=jz2FXI16Na0OKyK8fBWogw5fwjVJKJTl20BFhlUHbs0,209553
|
||||
piper/espeak-ng-data/te_dict,sha256=ZAQHxmpbuXVnEkMyXeYWwiH5C7KELTo2J4-stowHcvg,94837
|
||||
piper/espeak-ng-data/th_dict,sha256=tfC5AgFTD7IvBgekmooe0iUPnsO7qYec96Nh4_pNidw,2301
|
||||
piper/espeak-ng-data/ti_dict,sha256=zTTxiJw6VrLMWmtJw6b89sM8L7Jeon-p4ougK3L83Mo,57920
|
||||
piper/espeak-ng-data/tk_dict,sha256=s81KJG8BTwVk7J7655cxwP5z_-HNFhc1ndjVNE7j-cg,20868
|
||||
piper/espeak-ng-data/tn_dict,sha256=Z_aNwzbnxluUbJVBTMiuls0Q0kF4O_hXs_mQrHMiGys,3072
|
||||
piper/espeak-ng-data/tr_dict,sha256=MRsFVwWfLate4vqrtRNh9QMzaPDipUxL3-RecwZ08m4,46793
|
||||
piper/espeak-ng-data/tt_dict,sha256=YNE404Mw5Ep4tCJMvqRSv8oivOZzTIzj9kDAIWzhQAE,2121
|
||||
piper/espeak-ng-data/ug_dict,sha256=fEVn_-a9jVIktrP9j6tlsTQyVGNuYijXOK46cIQo6Oc,2070
|
||||
piper/espeak-ng-data/uk_dict,sha256=p3m7D1HOXOu2UKTiKCFi_IxEYJIQorqnAPgfPoPm4Qw,3492
|
||||
piper/espeak-ng-data/ur_dict,sha256=ybFS-_sTT2KB3oVlvU9BrvAG9XsnjAPFV91f7_bg2-w,133556
|
||||
piper/espeak-ng-data/uz_dict,sha256=eQ1CrEF7Jt17G7_tS-cjKcFu0YOd119V98li63vVhXo,2540
|
||||
piper/espeak-ng-data/vi_dict,sha256=SxvdKl-7eVFKtxx3QilmwaWSdqE4JBo9LuAy6XeztT4,52608
|
||||
piper/espeak-ng-data/voices/!v/Alex,sha256=HPmHRWf0-oEJMp8ITprZ7XiPsjYimJIdCgSleyTxFB8,128
|
||||
piper/espeak-ng-data/voices/!v/Alicia,sha256=bT9g7IZnBunUq32ip57tuMEbUPY2IPh-WDF_MW6j1Y4,474
|
||||
piper/espeak-ng-data/voices/!v/Andrea,sha256=bKUnNOws98QZ0tOtfDRJzRoXdjQsTRUuoSxbHnKAHok,357
|
||||
piper/espeak-ng-data/voices/!v/Andy,sha256=DhO6GpQM2d9-ZTWMNkRcl0Dz118TYMf3xxq590tF7co,320
|
||||
piper/espeak-ng-data/voices/!v/Annie,sha256=QPD4KcXG56v0oCoh8SilcnVtb2aTAUwm0JpcKe3l7DM,315
|
||||
piper/espeak-ng-data/voices/!v/AnxiousAndy,sha256=ff4Sb1F7dsx4JpYY2-4sMNMkvqlGC0AJOHVuyTmV6vg,361
|
||||
piper/espeak-ng-data/voices/!v/Demonic,sha256=JBsOeDYr0yCLtYa2W99SMw4egyL48ibEeQxKvrR8-wk,3858
|
||||
piper/espeak-ng-data/voices/!v/Denis,sha256=oJ_p96TkeNK6HhOcKZVjPiuZ3pq9qqgjB5VFmbDj1v0,305
|
||||
piper/espeak-ng-data/voices/!v/Diogo,sha256=pKF8RT0TJCtIeDwkeBa_-NLPe8iTHD-CN4h9iKKIGxg,379
|
||||
piper/espeak-ng-data/voices/!v/Gene,sha256=BiWNrmgM3iEipJOdvU8j7U6hRbdHUGi_fdTUZgkK_So,281
|
||||
piper/espeak-ng-data/voices/!v/Gene2,sha256=vNswOSlu6jc5jkQj3Ju2hJzanFyBK4NwLrxJaCxkn1c,283
|
||||
piper/espeak-ng-data/voices/!v/Henrique,sha256=XGvxz1trx8fUjyqDaK40jG_2QjLAR_QPnZpuaCS0zmo,381
|
||||
piper/espeak-ng-data/voices/!v/Hugo,sha256=kGrL74kNxNpny1S1sN3CyrfuMIqV01DImfCwy2qD3V8,378
|
||||
piper/espeak-ng-data/voices/!v/Jacky,sha256=QYhO2bZhYK61oNxBg3Cln-OerQAT2T4CPm1gfvAcGm4,267
|
||||
piper/espeak-ng-data/voices/!v/Lee,sha256=oVhIh83bQMEOBJkvt3ACW1Lma3BQRlYJT4CXXx1rv2s,338
|
||||
piper/espeak-ng-data/voices/!v/Marco,sha256=BAJWdzYMAnDwlLu2cWuDyChJAvbam0lr7bv1kJY4Nfs,467
|
||||
piper/espeak-ng-data/voices/!v/Mario,sha256=qUrGXRMgMN9JboqjZNXN5fLq-ktrOuNhopAdUSxgKdg,270
|
||||
piper/espeak-ng-data/voices/!v/Michael,sha256=RAm-I-9f7fTIv_v6qKgCo0KCTX6X8dkpODNqJfkvDr4,270
|
||||
piper/espeak-ng-data/voices/!v/Mike,sha256=iZmyZGBsCvI9NGqHfhDKBap1f36kM-bPyzvvUKVros8,112
|
||||
piper/espeak-ng-data/voices/!v/Mr serious,sha256=eUq9eN6wfOmwNBnSD3dE30wBUdWr_3mBIX6dCSai8kA,3193
|
||||
piper/espeak-ng-data/voices/!v/Nguyen,sha256=Tz1VfZwEUID1YCKpbls2WcTRyqX6HXAuEtPva-wuOkU,280
|
||||
piper/espeak-ng-data/voices/!v/Reed,sha256=cn28P2v_C-TdfQQ49m07uCz_aO0UjPUstY5zMUquweQ,202
|
||||
piper/espeak-ng-data/voices/!v/RicishayMax,sha256=fdx6V3EczXpzZUDxQnGtrfHi4EIpQeyqfMQ6uH-OIBc,233
|
||||
piper/espeak-ng-data/voices/!v/RicishayMax2,sha256=PeXkFNSy7wgqe5dLt-3pSTfpO1uHPSsveSixnTB0UYA,435
|
||||
piper/espeak-ng-data/voices/!v/RicishayMax3,sha256=NtIFULaKjCKdNNlWZXt9ZCkpli9-XU_d1jlq-eU3i1Y,435
|
||||
piper/espeak-ng-data/voices/!v/Storm,sha256=6BfH0c4Q3lJ-vBnAg19YDLWEw659NtMKT0FEgmAue4k,420
|
||||
piper/espeak-ng-data/voices/!v/Tweaky,sha256=w00cHYt5Is64hrla1qtTTKBI-cR-GWmOwqrlzwwyzbw,3189
|
||||
piper/espeak-ng-data/voices/!v/UniRobot,sha256=I9ulLC0cszLbYiUwSBjYVIjxEKZo3c2_1_BDiv43eUs,417
|
||||
piper/espeak-ng-data/voices/!v/adam,sha256=sh779W_X1YRw585HWcbvnyOUlwayafLXd4MiBGWO4N0,75
|
||||
piper/espeak-ng-data/voices/!v/anika,sha256=IodxzoTK0WoIngsj7-Lmnt8l8at8DLOlDTZqxw6C-70,493
|
||||
piper/espeak-ng-data/voices/!v/anikaRobot,sha256=O6ckvmqrL8GghLJc2xb0aSUOud5MbAkkoYeI0CRvwy8,512
|
||||
piper/espeak-ng-data/voices/!v/announcer,sha256=SvamdIxyDLuqwePcrBe7O8ekxVNJnsfuaeBU21GlDeM,300
|
||||
piper/espeak-ng-data/voices/!v/antonio,sha256=yQR3CAzZqpw4R3DA7BiQHQHphR8bx9FVJqJWWjsMTaU,381
|
||||
piper/espeak-ng-data/voices/!v/aunty,sha256=Cu3k0cphTzLDSPPXKOq1gyLM0BboUxI0_cPfzwDjK_E,358
|
||||
piper/espeak-ng-data/voices/!v/belinda,sha256=m9eRtxFYIOJa2oK0kRE01RFugji0_U0hTfzPFiV2FBw,340
|
||||
piper/espeak-ng-data/voices/!v/benjamin,sha256=P6ELDYZfx1H9nI7R2rrEu5sBHqK5UGTU0lqMcZ93hdg,201
|
||||
piper/espeak-ng-data/voices/!v/boris,sha256=8j0KbuLut-M0BQbWHUIraR-wT06Yl36hXB4O5XFYRtU,224
|
||||
piper/espeak-ng-data/voices/!v/caleb,sha256=vN4UXscT6ubTRRpvJdu9wLZ1b9ROngkreu-J8s_yW-g,57
|
||||
piper/espeak-ng-data/voices/!v/croak,sha256=KQaixve3aH2y8chiFkqbgENdWvw7oW10YZcov4w6jKc,93
|
||||
piper/espeak-ng-data/voices/!v/david,sha256=ULXLX2GlD1_1KZ3SLl1kVEZ0bbw2kJWV9q5HusC9qcM,112
|
||||
piper/espeak-ng-data/voices/!v/ed,sha256=Et22NVtAouOaO2zvZqK_TbFaJQRXabMwqaOzRKYIAm0,287
|
||||
piper/espeak-ng-data/voices/!v/edward,sha256=t6EryyrygMQOS-QoC2dQAQJGGe1SkmLb8-gZ21O1sxA,151
|
||||
piper/espeak-ng-data/voices/!v/edward2,sha256=WdFm963-5FFaSSmTQF6VQyiJBQqqR7bNfq7rRX-8oic,152
|
||||
piper/espeak-ng-data/voices/!v/f1,sha256=fN70U8awOR1QoCuPNTkub0EknOpl3xAhr_1opkkXuF8,324
|
||||
piper/espeak-ng-data/voices/!v/f2,sha256=YrF_bI-UrdAxDbAy9eRjwTUQxf-D7x8h6IlMy_ALAOM,357
|
||||
piper/espeak-ng-data/voices/!v/f3,sha256=0DQu6M7r4wR4MXdGNNI06QKB7HPOKu2N0L3ZFcz1APw,375
|
||||
piper/espeak-ng-data/voices/!v/f4,sha256=_54pB6gYkg47l2IyyQ6rrycP_w3guKR5r5o2M-m3kh8,350
|
||||
piper/espeak-ng-data/voices/!v/f5,sha256=bHZAbZRUDVne4W3hFSDDcSSh9t_CNpgeSDh3B18CcbM,432
|
||||
piper/espeak-ng-data/voices/!v/fast,sha256=-i-cKRjzUUmQN_a_-yUpTZt4GyeF2XcqiuMpPAwAN_4,149
|
||||
piper/espeak-ng-data/voices/!v/grandma,sha256=4DPVe6mwmJcf25lcE4MPnHCSBq3QgcWG2q7DI_9po5I,263
|
||||
piper/espeak-ng-data/voices/!v/grandpa,sha256=8lYniHuV6LzKxebOmcuXxuNCkP8L-Rn-vmSpmHE4eW0,256
|
||||
piper/espeak-ng-data/voices/!v/gustave,sha256=X6ic-GJc1GC5MJdI7KAZq1syWgTcy9KfGpsqAMqi6Eg,253
|
||||
piper/espeak-ng-data/voices/!v/ian,sha256=wHIseVTT5lguP1s_WEFAZ1qwYKw8bKxd0Rp0WS21VQo,3168
|
||||
piper/espeak-ng-data/voices/!v/iven,sha256=EKud6DZf979aIGIdCPGiAZ1L9VIfPG9lRHySVgV0Bsg,261
|
||||
piper/espeak-ng-data/voices/!v/iven2,sha256=-Ugw5avhGNxMCQljDWZje6KnyUlXJ5wx_XjjEzdAVM0,279
|
||||
piper/espeak-ng-data/voices/!v/iven3,sha256=J8zy0ve7jx_yjHBcOc9v9XXrJFjDmlGO0zdBrZwa8lI,262
|
||||
piper/espeak-ng-data/voices/!v/iven4,sha256=EbPUbAHUMH7ty2C9jbzHOkDz64bCiRdtb9W7QYIjuS8,261
|
||||
piper/espeak-ng-data/voices/!v/john,sha256=v7zBzsM-8Fgf3rSVX7zQ2CSl1L5Uk9cx5KLvf487pnA,3186
|
||||
piper/espeak-ng-data/voices/!v/kaukovalta,sha256=ufYBYUWDXDmZvNWHK4pTRCcpvZA1kXgeozQHRrO0lWs,361
|
||||
piper/espeak-ng-data/voices/!v/klatt,sha256=mrttBdDKNUgxxXDhQyPdToIUWbUxZtljlYdaSLrNveI,38
|
||||
piper/espeak-ng-data/voices/!v/klatt2,sha256=r6tmKlWVNTL_jW-cYVuCTs7If3rvZ5CljEzLxFBadCo,38
|
||||
piper/espeak-ng-data/voices/!v/klatt3,sha256=8cDNFHvWVvbEgwszQclpRINDjEOuoVyYLcwZRduzNLk,39
|
||||
piper/espeak-ng-data/voices/!v/klatt4,sha256=NFnBWqj6fXIYrDQ4jfwIM8hQ_8kjATlJMIwvZD89qtI,39
|
||||
piper/espeak-ng-data/voices/!v/klatt5,sha256=RDl9goJFSil0B40lUJyqRwvOsJPkhOcnhDpRR7QZPmA,39
|
||||
piper/espeak-ng-data/voices/!v/klatt6,sha256=fTkwzZfvegcy8uGfU_hOSA8tRB0mM5Bke5K7C0xkXQU,39
|
||||
piper/espeak-ng-data/voices/!v/linda,sha256=3wa0wp9ZUwNOeBXqcGLjVpFyZvj6tXb3bANgRVJcjig,350
|
||||
piper/espeak-ng-data/voices/!v/m1,sha256=fy3gI73-GGUdLQRT0uf_XorenwlJEqeSRzNt3JD9d4M,335
|
||||
piper/espeak-ng-data/voices/!v/m2,sha256=brkl62aRYhpt5myHWWxu2HnICgQhWpqEN9_8KPz6FN0,264
|
||||
piper/espeak-ng-data/voices/!v/m3,sha256=ekrIcjh0OYFN3WX14f9zAXEil1kR32tdxixXCeb9thE,300
|
||||
piper/espeak-ng-data/voices/!v/m4,sha256=a--CzqNTjaEka3osIDIG6QFVy7Svhvqo7wM2bDEZzu4,290
|
||||
piper/espeak-ng-data/voices/!v/m5,sha256=CFkO9843YwpoddnL4gDcRzqQVLQYQoeAik_RyOJ90Co,262
|
||||
piper/espeak-ng-data/voices/!v/m6,sha256=_A4Br0WKltQ_VYeAENOry72oXoRpIrJTYaeNJ8OpygA,188
|
||||
piper/espeak-ng-data/voices/!v/m7,sha256=vfxUo1WMqY-coIJHnFIRA0qCTYch25GAT513hn22-rM,254
|
||||
piper/espeak-ng-data/voices/!v/m8,sha256=BgEwVA4vrl-Kz7GbzU7z3F3I-NITTFArtXryd_1MxJE,284
|
||||
piper/espeak-ng-data/voices/!v/marcelo,sha256=MjipM6F8QMYc3ThcDnQr9UxCwAj0EQ1LA1OmrnKl0aA,251
|
||||
piper/espeak-ng-data/voices/!v/max,sha256=yI9wpgoZ52pndN-9dmS-Y5uaqKpYfGgINMMF_6Q0qq8,225
|
||||
piper/espeak-ng-data/voices/!v/michel,sha256=wAaK2ct5Lft4rtvf-cPOxo5Qg3NrrgwzvxkIgYYQEIc,404
|
||||
piper/espeak-ng-data/voices/!v/miguel,sha256=nIwrvp-6bR8G62PuZ9mNfruIRrK_E4R6mzWckLqfqP4,382
|
||||
piper/espeak-ng-data/voices/!v/mike2,sha256=J068XfJSsyWOiZbxJ2E3ss-dblAG4RRaUXKZcoTx26A,188
|
||||
piper/espeak-ng-data/voices/!v/norbert,sha256=NbmSPhXK82KAVCJwKCvSOSxthu9duai-e-ks4iQaRss,3189
|
||||
piper/espeak-ng-data/voices/!v/pablo,sha256=BTqFyKbX56D2QyoxWP5z-prM8GIC5dacJz1OW66Lr8g,3142
|
||||
piper/espeak-ng-data/voices/!v/paul,sha256=dfuAmL6iiFlRPebOAzCSMHOC1vIEVecbBRGT38B5PV4,284
|
||||
piper/espeak-ng-data/voices/!v/pedro,sha256=dCl5K6gz-iRGvsbbeQBo9YYrntCZOSACzQ5yTsarKmY,352
|
||||
piper/espeak-ng-data/voices/!v/quincy,sha256=6ZRb7ntPMkAiGGb0l78lEaiG7XcC2DiWiKA8LqEgyvA,354
|
||||
piper/espeak-ng-data/voices/!v/rob,sha256=-__82wr7Ljtw-IbAIoL-riJQnXf-bnED2vkH96NWWV0,265
|
||||
piper/espeak-ng-data/voices/!v/robert,sha256=cmBPha_lu1Klzn40J7GW4ePkJqFKZOLZO2YX4kikZBc,274
|
||||
piper/espeak-ng-data/voices/!v/robosoft,sha256=zigg7dNJ8_vHNL_pQJVRjxDsvv2zBFYBCfNxBvn00vo,451
|
||||
piper/espeak-ng-data/voices/!v/robosoft2,sha256=JJpE9AabMjZA5rUy_2qbww3KNfX5pfZmtkeTfLxYxoU,454
|
||||
piper/espeak-ng-data/voices/!v/robosoft3,sha256=-FQ-_hgBnHNeutmdHKtOBuDv1WWsJpqJVBXf6_NCw4M,455
|
||||
piper/espeak-ng-data/voices/!v/robosoft4,sha256=1fco4NCp0n9gTzToNeBZWQ_QFBH9RnyRMotXPHWXuy0,447
|
||||
piper/espeak-ng-data/voices/!v/robosoft5,sha256=OdoO_hdo4U7v4FpwGfq0Fnlbv_siL84jrX-WOZFEf3s,445
|
||||
piper/espeak-ng-data/voices/!v/robosoft6,sha256=RkJpcddsNCZlgBM_rSwmq4KTlaccFxPmIF2dRrCHFnI,287
|
||||
piper/espeak-ng-data/voices/!v/robosoft7,sha256=4ZwQRSWdnPsHjCKdXRNy98Wvlx0OJTakG4nEDKPiPt4,410
|
||||
piper/espeak-ng-data/voices/!v/robosoft8,sha256=OJIwRhZHg2wbZsUZOcCkk-P7yB4revwBxviLj52iHis,243
|
||||
piper/espeak-ng-data/voices/!v/sandro,sha256=G4w2o841ony7q_RnnfAmTNN_THm2aqH0wxDrMbnIBJA,530
|
||||
piper/espeak-ng-data/voices/!v/shelby,sha256=XpZWUEW83VtC560Oqyu9Zwxnz1yePyrGtQswWA-5K-Q,280
|
||||
piper/espeak-ng-data/voices/!v/steph,sha256=eBhq7dzkxEk0jzaARrJmU3WxpJLpSNc5JJsMlk8IKGE,364
|
||||
piper/espeak-ng-data/voices/!v/steph2,sha256=yohBS0hVP-0f1Ak4lUipTqkM8oLWNA48uWjIU4oqwuw,367
|
||||
piper/espeak-ng-data/voices/!v/steph3,sha256=p9eWIRtpabqSIT-J3lSwU4kDBq93RCTuOPsCrORehS0,377
|
||||
piper/espeak-ng-data/voices/!v/travis,sha256=fVo0vgV3juhQ2XsEkaYtt2g8BY1mD_KvxxwIyHNg8w0,383
|
||||
piper/espeak-ng-data/voices/!v/victor,sha256=qICoCDrF6q35T3HGO1HzTBQm1L_gom9nYd3sXG6aXHY,253
|
||||
piper/espeak-ng-data/voices/!v/whisper,sha256=HjU0yEN2iJjOpHo_g7L9kXIMB3W0OOpcATRnaUCmbpY,186
|
||||
piper/espeak-ng-data/voices/!v/whisperf,sha256=f-pCsQEU8b_SAEGB5rDrYmmXzKmHiT4j0ktcYWqsidc,392
|
||||
piper/espeak-ng-data/voices/!v/zac,sha256=7a9Qiyz7_WCIoWPcx41faiaFCn05paDlEosJUm9Wtts,275
|
||||
piper/espeak-ng-data/yue_dict,sha256=HSavogMDRph3IQer__G1OsvuMENHAKTSt13umJUViPg,563571
|
||||
piper/espeakbridge.pyi,sha256=dJ0FjxAVAKoCw_frkRsLqUT34OWkwy7WUEQ9odFh8eY,558
|
||||
piper/espeakbridge.so,sha256=6z4pETFsHfLY8pMVqEo3Sl4GQYmw2kUV8L2R9rq71J8,540256
|
||||
piper/http_server.py,sha256=3OziZKFAoUqQ_auQizsS5CRpxDpIcIWd_OSoc5FR3kg,9695
|
||||
piper/phoneme_ids.py,sha256=ZUGd2kDtBStOx3Ja81ZaGMpGbH4r-Tpam2K7VUrBCjU,3401
|
||||
piper/phonemize_espeak.py,sha256=MuqgYmkIEKCgptisz2zzFefWvWbhm33sgiWCdwUWO0w,1831
|
||||
piper/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
||||
piper/tashkeel/__init__.py,sha256=FRdGNCTQaai9X077vlNh4tFOvWgm1U2lIUgnQKO5q0s,7119
|
||||
piper/tashkeel/__pycache__/__init__.cpython-312.pyc,,
|
||||
piper/tashkeel/hint_id_map.json,sha256=gJMdtTsfEDFgmmbyO2Shw315rkqKTHhQI3KGNqf6k-U,193
|
||||
piper/tashkeel/input_id_map.json,sha256=cnpJqjx-k53AbzKyfC4GxMS771ltzkv1EnYmHKc2w8M,628
|
||||
piper/tashkeel/model.onnx,sha256=UsQNQsoJT_n_B6CR0KHq_XuqXPI4jmCpzIm6zY5elV8,4788213
|
||||
piper/tashkeel/target_id_map.json,sha256=baNAJL_UwP9U91mLt01aAEBRRNdGr-csFB_O6roh7TA,181
|
||||
piper/train/__init__.py,sha256=eZgkJ_td9AbvWlNEv8Rpt1p8DOgYzwrm5Nma2o4bxjc,33
|
||||
piper/train/__main__.py,sha256=fN8LlvFBdbJmRgqTRO_1ywxiUTBIbgzdSTmnPNLG1Bc,1301
|
||||
piper/train/__pycache__/__init__.cpython-312.pyc,,
|
||||
piper/train/__pycache__/__main__.cpython-312.pyc,,
|
||||
piper/train/__pycache__/export_generator.cpython-312.pyc,,
|
||||
piper/train/__pycache__/export_onnx.cpython-312.pyc,,
|
||||
piper/train/export_generator.py,sha256=eEKmWYmIscEUSXaQ5Mnt6ef391ClEfdITRjHFD61goQ,1580
|
||||
piper/train/export_onnx.py,sha256=CTIWGuzak9oxl92wutWNRFGK5hRnircXKKh9UTnarWk,3003
|
||||
piper/voice.py,sha256=W4NH_qVroc9YaG42dwRDNQlErI4KKE9EWtPJSINfqpc,10326
|
||||
piper_tts-1.3.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
|
||||
piper_tts-1.3.0.dist-info/METADATA,sha256=JIl4DE4dpjv7B7YmcZ5XRHFMhEkclEDcuHoAuh9JEUs,4426
|
||||
piper_tts-1.3.0.dist-info/RECORD,,
|
||||
piper_tts-1.3.0.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
||||
piper_tts-1.3.0.dist-info/WHEEL,sha256=qsKQRwe2-VVYC_5LD0M9i3XM66zwGgL2XLuPfjKgJsY,129
|
||||
piper_tts-1.3.0.dist-info/entry_points.txt,sha256=R-zJAXMPM47DHJDk5K0toz7iOATx38RV98fkowMxj0o,46
|
||||
piper_tts-1.3.0.dist-info/licenses/COPYING,sha256=CuBIWlvTemPmNgNZZBfk6w5lMzT6bH-TLKOg6F1K8ic,35148
|
||||
piper_tts-1.3.0.dist-info/top_level.txt,sha256=3FjLp04vySCS6YYps6jbChyOvij45fGR-MHPpBFUIlw,6
|
||||
@@ -0,0 +1,6 @@
|
||||
Wheel-Version: 1.0
|
||||
Generator: skbuild 0.18.1
|
||||
Root-Is-Purelib: false
|
||||
Tag: cp39-abi3-macosx_11_0_arm64
|
||||
Generator: delocate 0.13.0
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
[console_scripts]
|
||||
piper = piper.__main__:main
|
||||
@@ -0,0 +1,675 @@
|
||||
GNU GENERAL PUBLIC LICENSE
|
||||
Version 3, 29 June 2007
|
||||
|
||||
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
|
||||
Everyone is permitted to copy and distribute verbatim copies
|
||||
of this license document, but changing it is not allowed.
|
||||
|
||||
Preamble
|
||||
|
||||
The GNU General Public License is a free, copyleft license for
|
||||
software and other kinds of works.
|
||||
|
||||
The licenses for most software and other practical works are designed
|
||||
to take away your freedom to share and change the works. By contrast,
|
||||
the GNU General Public License is intended to guarantee your freedom to
|
||||
share and change all versions of a program--to make sure it remains free
|
||||
software for all its users. We, the Free Software Foundation, use the
|
||||
GNU General Public License for most of our software; it applies also to
|
||||
any other work released this way by its authors. You can apply it to
|
||||
your programs, too.
|
||||
|
||||
When we speak of free software, we are referring to freedom, not
|
||||
price. Our General Public Licenses are designed to make sure that you
|
||||
have the freedom to distribute copies of free software (and charge for
|
||||
them if you wish), that you receive source code or can get it if you
|
||||
want it, that you can change the software or use pieces of it in new
|
||||
free programs, and that you know you can do these things.
|
||||
|
||||
To protect your rights, we need to prevent others from denying you
|
||||
these rights or asking you to surrender the rights. Therefore, you have
|
||||
certain responsibilities if you distribute copies of the software, or if
|
||||
you modify it: responsibilities to respect the freedom of others.
|
||||
|
||||
For example, if you distribute copies of such a program, whether
|
||||
gratis or for a fee, you must pass on to the recipients the same
|
||||
freedoms that you received. You must make sure that they, too, receive
|
||||
or can get the source code. And you must show them these terms so they
|
||||
know their rights.
|
||||
|
||||
Developers that use the GNU GPL protect your rights with two steps:
|
||||
(1) assert copyright on the software, and (2) offer you this License
|
||||
giving you legal permission to copy, distribute and/or modify it.
|
||||
|
||||
For the developers' and authors' protection, the GPL clearly explains
|
||||
that there is no warranty for this free software. For both users' and
|
||||
authors' sake, the GPL requires that modified versions be marked as
|
||||
changed, so that their problems will not be attributed erroneously to
|
||||
authors of previous versions.
|
||||
|
||||
Some devices are designed to deny users access to install or run
|
||||
modified versions of the software inside them, although the manufacturer
|
||||
can do so. This is fundamentally incompatible with the aim of
|
||||
protecting users' freedom to change the software. The systematic
|
||||
pattern of such abuse occurs in the area of products for individuals to
|
||||
use, which is precisely where it is most unacceptable. Therefore, we
|
||||
have designed this version of the GPL to prohibit the practice for those
|
||||
products. If such problems arise substantially in other domains, we
|
||||
stand ready to extend this provision to those domains in future versions
|
||||
of the GPL, as needed to protect the freedom of users.
|
||||
|
||||
Finally, every program is threatened constantly by software patents.
|
||||
States should not allow patents to restrict development and use of
|
||||
software on general-purpose computers, but in those that do, we wish to
|
||||
avoid the special danger that patents applied to a free program could
|
||||
make it effectively proprietary. To prevent this, the GPL assures that
|
||||
patents cannot be used to render the program non-free.
|
||||
|
||||
The precise terms and conditions for copying, distribution and
|
||||
modification follow.
|
||||
|
||||
TERMS AND CONDITIONS
|
||||
|
||||
0. Definitions.
|
||||
|
||||
"This License" refers to version 3 of the GNU General Public License.
|
||||
|
||||
"Copyright" also means copyright-like laws that apply to other kinds of
|
||||
works, such as semiconductor masks.
|
||||
|
||||
"The Program" refers to any copyrightable work licensed under this
|
||||
License. Each licensee is addressed as "you". "Licensees" and
|
||||
"recipients" may be individuals or organizations.
|
||||
|
||||
To "modify" a work means to copy from or adapt all or part of the work
|
||||
in a fashion requiring copyright permission, other than the making of an
|
||||
exact copy. The resulting work is called a "modified version" of the
|
||||
earlier work or a work "based on" the earlier work.
|
||||
|
||||
A "covered work" means either the unmodified Program or a work based
|
||||
on the Program.
|
||||
|
||||
To "propagate" a work means to do anything with it that, without
|
||||
permission, would make you directly or secondarily liable for
|
||||
infringement under applicable copyright law, except executing it on a
|
||||
computer or modifying a private copy. Propagation includes copying,
|
||||
distribution (with or without modification), making available to the
|
||||
public, and in some countries other activities as well.
|
||||
|
||||
To "convey" a work means any kind of propagation that enables other
|
||||
parties to make or receive copies. Mere interaction with a user through
|
||||
a computer network, with no transfer of a copy, is not conveying.
|
||||
|
||||
An interactive user interface displays "Appropriate Legal Notices"
|
||||
to the extent that it includes a convenient and prominently visible
|
||||
feature that (1) displays an appropriate copyright notice, and (2)
|
||||
tells the user that there is no warranty for the work (except to the
|
||||
extent that warranties are provided), that licensees may convey the
|
||||
work under this License, and how to view a copy of this License. If
|
||||
the interface presents a list of user commands or options, such as a
|
||||
menu, a prominent item in the list meets this criterion.
|
||||
|
||||
1. Source Code.
|
||||
|
||||
The "source code" for a work means the preferred form of the work
|
||||
for making modifications to it. "Object code" means any non-source
|
||||
form of a work.
|
||||
|
||||
A "Standard Interface" means an interface that either is an official
|
||||
standard defined by a recognized standards body, or, in the case of
|
||||
interfaces specified for a particular programming language, one that
|
||||
is widely used among developers working in that language.
|
||||
|
||||
The "System Libraries" of an executable work include anything, other
|
||||
than the work as a whole, that (a) is included in the normal form of
|
||||
packaging a Major Component, but which is not part of that Major
|
||||
Component, and (b) serves only to enable use of the work with that
|
||||
Major Component, or to implement a Standard Interface for which an
|
||||
implementation is available to the public in source code form. A
|
||||
"Major Component", in this context, means a major essential component
|
||||
(kernel, window system, and so on) of the specific operating system
|
||||
(if any) on which the executable work runs, or a compiler used to
|
||||
produce the work, or an object code interpreter used to run it.
|
||||
|
||||
The "Corresponding Source" for a work in object code form means all
|
||||
the source code needed to generate, install, and (for an executable
|
||||
work) run the object code and to modify the work, including scripts to
|
||||
control those activities. However, it does not include the work's
|
||||
System Libraries, or general-purpose tools or generally available free
|
||||
programs which are used unmodified in performing those activities but
|
||||
which are not part of the work. For example, Corresponding Source
|
||||
includes interface definition files associated with source files for
|
||||
the work, and the source code for shared libraries and dynamically
|
||||
linked subprograms that the work is specifically designed to require,
|
||||
such as by intimate data communication or control flow between those
|
||||
subprograms and other parts of the work.
|
||||
|
||||
The Corresponding Source need not include anything that users
|
||||
can regenerate automatically from other parts of the Corresponding
|
||||
Source.
|
||||
|
||||
The Corresponding Source for a work in source code form is that
|
||||
same work.
|
||||
|
||||
2. Basic Permissions.
|
||||
|
||||
All rights granted under this License are granted for the term of
|
||||
copyright on the Program, and are irrevocable provided the stated
|
||||
conditions are met. This License explicitly affirms your unlimited
|
||||
permission to run the unmodified Program. The output from running a
|
||||
covered work is covered by this License only if the output, given its
|
||||
content, constitutes a covered work. This License acknowledges your
|
||||
rights of fair use or other equivalent, as provided by copyright law.
|
||||
|
||||
You may make, run and propagate covered works that you do not
|
||||
convey, without conditions so long as your license otherwise remains
|
||||
in force. You may convey covered works to others for the sole purpose
|
||||
of having them make modifications exclusively for you, or provide you
|
||||
with facilities for running those works, provided that you comply with
|
||||
the terms of this License in conveying all material for which you do
|
||||
not control copyright. Those thus making or running the covered works
|
||||
for you must do so exclusively on your behalf, under your direction
|
||||
and control, on terms that prohibit them from making any copies of
|
||||
your copyrighted material outside their relationship with you.
|
||||
|
||||
Conveying under any other circumstances is permitted solely under
|
||||
the conditions stated below. Sublicensing is not allowed; section 10
|
||||
makes it unnecessary.
|
||||
|
||||
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
|
||||
|
||||
No covered work shall be deemed part of an effective technological
|
||||
measure under any applicable law fulfilling obligations under article
|
||||
11 of the WIPO copyright treaty adopted on 20 December 1996, or
|
||||
similar laws prohibiting or restricting circumvention of such
|
||||
measures.
|
||||
|
||||
When you convey a covered work, you waive any legal power to forbid
|
||||
circumvention of technological measures to the extent such circumvention
|
||||
is effected by exercising rights under this License with respect to
|
||||
the covered work, and you disclaim any intention to limit operation or
|
||||
modification of the work as a means of enforcing, against the work's
|
||||
users, your or third parties' legal rights to forbid circumvention of
|
||||
technological measures.
|
||||
|
||||
4. Conveying Verbatim Copies.
|
||||
|
||||
You may convey verbatim copies of the Program's source code as you
|
||||
receive it, in any medium, provided that you conspicuously and
|
||||
appropriately publish on each copy an appropriate copyright notice;
|
||||
keep intact all notices stating that this License and any
|
||||
non-permissive terms added in accord with section 7 apply to the code;
|
||||
keep intact all notices of the absence of any warranty; and give all
|
||||
recipients a copy of this License along with the Program.
|
||||
|
||||
You may charge any price or no price for each copy that you convey,
|
||||
and you may offer support or warranty protection for a fee.
|
||||
|
||||
5. Conveying Modified Source Versions.
|
||||
|
||||
You may convey a work based on the Program, or the modifications to
|
||||
produce it from the Program, in the form of source code under the
|
||||
terms of section 4, provided that you also meet all of these conditions:
|
||||
|
||||
a) The work must carry prominent notices stating that you modified
|
||||
it, and giving a relevant date.
|
||||
|
||||
b) The work must carry prominent notices stating that it is
|
||||
released under this License and any conditions added under section
|
||||
7. This requirement modifies the requirement in section 4 to
|
||||
"keep intact all notices".
|
||||
|
||||
c) You must license the entire work, as a whole, under this
|
||||
License to anyone who comes into possession of a copy. This
|
||||
License will therefore apply, along with any applicable section 7
|
||||
additional terms, to the whole of the work, and all its parts,
|
||||
regardless of how they are packaged. This License gives no
|
||||
permission to license the work in any other way, but it does not
|
||||
invalidate such permission if you have separately received it.
|
||||
|
||||
d) If the work has interactive user interfaces, each must display
|
||||
Appropriate Legal Notices; however, if the Program has interactive
|
||||
interfaces that do not display Appropriate Legal Notices, your
|
||||
work need not make them do so.
|
||||
|
||||
A compilation of a covered work with other separate and independent
|
||||
works, which are not by their nature extensions of the covered work,
|
||||
and which are not combined with it such as to form a larger program,
|
||||
in or on a volume of a storage or distribution medium, is called an
|
||||
"aggregate" if the compilation and its resulting copyright are not
|
||||
used to limit the access or legal rights of the compilation's users
|
||||
beyond what the individual works permit. Inclusion of a covered work
|
||||
in an aggregate does not cause this License to apply to the other
|
||||
parts of the aggregate.
|
||||
|
||||
6. Conveying Non-Source Forms.
|
||||
|
||||
You may convey a covered work in object code form under the terms
|
||||
of sections 4 and 5, provided that you also convey the
|
||||
machine-readable Corresponding Source under the terms of this License,
|
||||
in one of these ways:
|
||||
|
||||
a) Convey the object code in, or embodied in, a physical product
|
||||
(including a physical distribution medium), accompanied by the
|
||||
Corresponding Source fixed on a durable physical medium
|
||||
customarily used for software interchange.
|
||||
|
||||
b) Convey the object code in, or embodied in, a physical product
|
||||
(including a physical distribution medium), accompanied by a
|
||||
written offer, valid for at least three years and valid for as
|
||||
long as you offer spare parts or customer support for that product
|
||||
model, to give anyone who possesses the object code either (1) a
|
||||
copy of the Corresponding Source for all the software in the
|
||||
product that is covered by this License, on a durable physical
|
||||
medium customarily used for software interchange, for a price no
|
||||
more than your reasonable cost of physically performing this
|
||||
conveying of source, or (2) access to copy the
|
||||
Corresponding Source from a network server at no charge.
|
||||
|
||||
c) Convey individual copies of the object code with a copy of the
|
||||
written offer to provide the Corresponding Source. This
|
||||
alternative is allowed only occasionally and noncommercially, and
|
||||
only if you received the object code with such an offer, in accord
|
||||
with subsection 6b.
|
||||
|
||||
d) Convey the object code by offering access from a designated
|
||||
place (gratis or for a charge), and offer equivalent access to the
|
||||
Corresponding Source in the same way through the same place at no
|
||||
further charge. You need not require recipients to copy the
|
||||
Corresponding Source along with the object code. If the place to
|
||||
copy the object code is a network server, the Corresponding Source
|
||||
may be on a different server (operated by you or a third party)
|
||||
that supports equivalent copying facilities, provided you maintain
|
||||
clear directions next to the object code saying where to find the
|
||||
Corresponding Source. Regardless of what server hosts the
|
||||
Corresponding Source, you remain obligated to ensure that it is
|
||||
available for as long as needed to satisfy these requirements.
|
||||
|
||||
e) Convey the object code using peer-to-peer transmission, provided
|
||||
you inform other peers where the object code and Corresponding
|
||||
Source of the work are being offered to the general public at no
|
||||
charge under subsection 6d.
|
||||
|
||||
A separable portion of the object code, whose source code is excluded
|
||||
from the Corresponding Source as a System Library, need not be
|
||||
included in conveying the object code work.
|
||||
|
||||
A "User Product" is either (1) a "consumer product", which means any
|
||||
tangible personal property which is normally used for personal, family,
|
||||
or household purposes, or (2) anything designed or sold for incorporation
|
||||
into a dwelling. In determining whether a product is a consumer product,
|
||||
doubtful cases shall be resolved in favor of coverage. For a particular
|
||||
product received by a particular user, "normally used" refers to a
|
||||
typical or common use of that class of product, regardless of the status
|
||||
of the particular user or of the way in which the particular user
|
||||
actually uses, or expects or is expected to use, the product. A product
|
||||
is a consumer product regardless of whether the product has substantial
|
||||
commercial, industrial or non-consumer uses, unless such uses represent
|
||||
the only significant mode of use of the product.
|
||||
|
||||
"Installation Information" for a User Product means any methods,
|
||||
procedures, authorization keys, or other information required to install
|
||||
and execute modified versions of a covered work in that User Product from
|
||||
a modified version of its Corresponding Source. The information must
|
||||
suffice to ensure that the continued functioning of the modified object
|
||||
code is in no case prevented or interfered with solely because
|
||||
modification has been made.
|
||||
|
||||
If you convey an object code work under this section in, or with, or
|
||||
specifically for use in, a User Product, and the conveying occurs as
|
||||
part of a transaction in which the right of possession and use of the
|
||||
User Product is transferred to the recipient in perpetuity or for a
|
||||
fixed term (regardless of how the transaction is characterized), the
|
||||
Corresponding Source conveyed under this section must be accompanied
|
||||
by the Installation Information. But this requirement does not apply
|
||||
if neither you nor any third party retains the ability to install
|
||||
modified object code on the User Product (for example, the work has
|
||||
been installed in ROM).
|
||||
|
||||
The requirement to provide Installation Information does not include a
|
||||
requirement to continue to provide support service, warranty, or updates
|
||||
for a work that has been modified or installed by the recipient, or for
|
||||
the User Product in which it has been modified or installed. Access to a
|
||||
network may be denied when the modification itself materially and
|
||||
adversely affects the operation of the network or violates the rules and
|
||||
protocols for communication across the network.
|
||||
|
||||
Corresponding Source conveyed, and Installation Information provided,
|
||||
in accord with this section must be in a format that is publicly
|
||||
documented (and with an implementation available to the public in
|
||||
source code form), and must require no special password or key for
|
||||
unpacking, reading or copying.
|
||||
|
||||
7. Additional Terms.
|
||||
|
||||
"Additional permissions" are terms that supplement the terms of this
|
||||
License by making exceptions from one or more of its conditions.
|
||||
Additional permissions that are applicable to the entire Program shall
|
||||
be treated as though they were included in this License, to the extent
|
||||
that they are valid under applicable law. If additional permissions
|
||||
apply only to part of the Program, that part may be used separately
|
||||
under those permissions, but the entire Program remains governed by
|
||||
this License without regard to the additional permissions.
|
||||
|
||||
When you convey a copy of a covered work, you may at your option
|
||||
remove any additional permissions from that copy, or from any part of
|
||||
it. (Additional permissions may be written to require their own
|
||||
removal in certain cases when you modify the work.) You may place
|
||||
additional permissions on material, added by you to a covered work,
|
||||
for which you have or can give appropriate copyright permission.
|
||||
|
||||
Notwithstanding any other provision of this License, for material you
|
||||
add to a covered work, you may (if authorized by the copyright holders of
|
||||
that material) supplement the terms of this License with terms:
|
||||
|
||||
a) Disclaiming warranty or limiting liability differently from the
|
||||
terms of sections 15 and 16 of this License; or
|
||||
|
||||
b) Requiring preservation of specified reasonable legal notices or
|
||||
author attributions in that material or in the Appropriate Legal
|
||||
Notices displayed by works containing it; or
|
||||
|
||||
c) Prohibiting misrepresentation of the origin of that material, or
|
||||
requiring that modified versions of such material be marked in
|
||||
reasonable ways as different from the original version; or
|
||||
|
||||
d) Limiting the use for publicity purposes of names of licensors or
|
||||
authors of the material; or
|
||||
|
||||
e) Declining to grant rights under trademark law for use of some
|
||||
trade names, trademarks, or service marks; or
|
||||
|
||||
f) Requiring indemnification of licensors and authors of that
|
||||
material by anyone who conveys the material (or modified versions of
|
||||
it) with contractual assumptions of liability to the recipient, for
|
||||
any liability that these contractual assumptions directly impose on
|
||||
those licensors and authors.
|
||||
|
||||
All other non-permissive additional terms are considered "further
|
||||
restrictions" within the meaning of section 10. If the Program as you
|
||||
received it, or any part of it, contains a notice stating that it is
|
||||
governed by this License along with a term that is a further
|
||||
restriction, you may remove that term. If a license document contains
|
||||
a further restriction but permits relicensing or conveying under this
|
||||
License, you may add to a covered work material governed by the terms
|
||||
of that license document, provided that the further restriction does
|
||||
not survive such relicensing or conveying.
|
||||
|
||||
If you add terms to a covered work in accord with this section, you
|
||||
must place, in the relevant source files, a statement of the
|
||||
additional terms that apply to those files, or a notice indicating
|
||||
where to find the applicable terms.
|
||||
|
||||
Additional terms, permissive or non-permissive, may be stated in the
|
||||
form of a separately written license, or stated as exceptions;
|
||||
the above requirements apply either way.
|
||||
|
||||
8. Termination.
|
||||
|
||||
You may not propagate or modify a covered work except as expressly
|
||||
provided under this License. Any attempt otherwise to propagate or
|
||||
modify it is void, and will automatically terminate your rights under
|
||||
this License (including any patent licenses granted under the third
|
||||
paragraph of section 11).
|
||||
|
||||
However, if you cease all violation of this License, then your
|
||||
license from a particular copyright holder is reinstated (a)
|
||||
provisionally, unless and until the copyright holder explicitly and
|
||||
finally terminates your license, and (b) permanently, if the copyright
|
||||
holder fails to notify you of the violation by some reasonable means
|
||||
prior to 60 days after the cessation.
|
||||
|
||||
Moreover, your license from a particular copyright holder is
|
||||
reinstated permanently if the copyright holder notifies you of the
|
||||
violation by some reasonable means, this is the first time you have
|
||||
received notice of violation of this License (for any work) from that
|
||||
copyright holder, and you cure the violation prior to 30 days after
|
||||
your receipt of the notice.
|
||||
|
||||
Termination of your rights under this section does not terminate the
|
||||
licenses of parties who have received copies or rights from you under
|
||||
this License. If your rights have been terminated and not permanently
|
||||
reinstated, you do not qualify to receive new licenses for the same
|
||||
material under section 10.
|
||||
|
||||
9. Acceptance Not Required for Having Copies.
|
||||
|
||||
You are not required to accept this License in order to receive or
|
||||
run a copy of the Program. Ancillary propagation of a covered work
|
||||
occurring solely as a consequence of using peer-to-peer transmission
|
||||
to receive a copy likewise does not require acceptance. However,
|
||||
nothing other than this License grants you permission to propagate or
|
||||
modify any covered work. These actions infringe copyright if you do
|
||||
not accept this License. Therefore, by modifying or propagating a
|
||||
covered work, you indicate your acceptance of this License to do so.
|
||||
|
||||
10. Automatic Licensing of Downstream Recipients.
|
||||
|
||||
Each time you convey a covered work, the recipient automatically
|
||||
receives a license from the original licensors, to run, modify and
|
||||
propagate that work, subject to this License. You are not responsible
|
||||
for enforcing compliance by third parties with this License.
|
||||
|
||||
An "entity transaction" is a transaction transferring control of an
|
||||
organization, or substantially all assets of one, or subdividing an
|
||||
organization, or merging organizations. If propagation of a covered
|
||||
work results from an entity transaction, each party to that
|
||||
transaction who receives a copy of the work also receives whatever
|
||||
licenses to the work the party's predecessor in interest had or could
|
||||
give under the previous paragraph, plus a right to possession of the
|
||||
Corresponding Source of the work from the predecessor in interest, if
|
||||
the predecessor has it or can get it with reasonable efforts.
|
||||
|
||||
You may not impose any further restrictions on the exercise of the
|
||||
rights granted or affirmed under this License. For example, you may
|
||||
not impose a license fee, royalty, or other charge for exercise of
|
||||
rights granted under this License, and you may not initiate litigation
|
||||
(including a cross-claim or counterclaim in a lawsuit) alleging that
|
||||
any patent claim is infringed by making, using, selling, offering for
|
||||
sale, or importing the Program or any portion of it.
|
||||
|
||||
11. Patents.
|
||||
|
||||
A "contributor" is a copyright holder who authorizes use under this
|
||||
License of the Program or a work on which the Program is based. The
|
||||
work thus licensed is called the contributor's "contributor version".
|
||||
|
||||
A contributor's "essential patent claims" are all patent claims
|
||||
owned or controlled by the contributor, whether already acquired or
|
||||
hereafter acquired, that would be infringed by some manner, permitted
|
||||
by this License, of making, using, or selling its contributor version,
|
||||
but do not include claims that would be infringed only as a
|
||||
consequence of further modification of the contributor version. For
|
||||
purposes of this definition, "control" includes the right to grant
|
||||
patent sublicenses in a manner consistent with the requirements of
|
||||
this License.
|
||||
|
||||
Each contributor grants you a non-exclusive, worldwide, royalty-free
|
||||
patent license under the contributor's essential patent claims, to
|
||||
make, use, sell, offer for sale, import and otherwise run, modify and
|
||||
propagate the contents of its contributor version.
|
||||
|
||||
In the following three paragraphs, a "patent license" is any express
|
||||
agreement or commitment, however denominated, not to enforce a patent
|
||||
(such as an express permission to practice a patent or covenant not to
|
||||
sue for patent infringement). To "grant" such a patent license to a
|
||||
party means to make such an agreement or commitment not to enforce a
|
||||
patent against the party.
|
||||
|
||||
If you convey a covered work, knowingly relying on a patent license,
|
||||
and the Corresponding Source of the work is not available for anyone
|
||||
to copy, free of charge and under the terms of this License, through a
|
||||
publicly available network server or other readily accessible means,
|
||||
then you must either (1) cause the Corresponding Source to be so
|
||||
available, or (2) arrange to deprive yourself of the benefit of the
|
||||
patent license for this particular work, or (3) arrange, in a manner
|
||||
consistent with the requirements of this License, to extend the patent
|
||||
license to downstream recipients. "Knowingly relying" means you have
|
||||
actual knowledge that, but for the patent license, your conveying the
|
||||
covered work in a country, or your recipient's use of the covered work
|
||||
in a country, would infringe one or more identifiable patents in that
|
||||
country that you have reason to believe are valid.
|
||||
|
||||
If, pursuant to or in connection with a single transaction or
|
||||
arrangement, you convey, or propagate by procuring conveyance of, a
|
||||
covered work, and grant a patent license to some of the parties
|
||||
receiving the covered work authorizing them to use, propagate, modify
|
||||
or convey a specific copy of the covered work, then the patent license
|
||||
you grant is automatically extended to all recipients of the covered
|
||||
work and works based on it.
|
||||
|
||||
A patent license is "discriminatory" if it does not include within
|
||||
the scope of its coverage, prohibits the exercise of, or is
|
||||
conditioned on the non-exercise of one or more of the rights that are
|
||||
specifically granted under this License. You may not convey a covered
|
||||
work if you are a party to an arrangement with a third party that is
|
||||
in the business of distributing software, under which you make payment
|
||||
to the third party based on the extent of your activity of conveying
|
||||
the work, and under which the third party grants, to any of the
|
||||
parties who would receive the covered work from you, a discriminatory
|
||||
patent license (a) in connection with copies of the covered work
|
||||
conveyed by you (or copies made from those copies), or (b) primarily
|
||||
for and in connection with specific products or compilations that
|
||||
contain the covered work, unless you entered into that arrangement,
|
||||
or that patent license was granted, prior to 28 March 2007.
|
||||
|
||||
Nothing in this License shall be construed as excluding or limiting
|
||||
any implied license or other defenses to infringement that may
|
||||
otherwise be available to you under applicable patent law.
|
||||
|
||||
12. No Surrender of Others' Freedom.
|
||||
|
||||
If conditions are imposed on you (whether by court order, agreement or
|
||||
otherwise) that contradict the conditions of this License, they do not
|
||||
excuse you from the conditions of this License. If you cannot convey a
|
||||
covered work so as to satisfy simultaneously your obligations under this
|
||||
License and any other pertinent obligations, then as a consequence you may
|
||||
not convey it at all. For example, if you agree to terms that obligate you
|
||||
to collect a royalty for further conveying from those to whom you convey
|
||||
the Program, the only way you could satisfy both those terms and this
|
||||
License would be to refrain entirely from conveying the Program.
|
||||
|
||||
13. Use with the GNU Affero General Public License.
|
||||
|
||||
Notwithstanding any other provision of this License, you have
|
||||
permission to link or combine any covered work with a work licensed
|
||||
under version 3 of the GNU Affero General Public License into a single
|
||||
combined work, and to convey the resulting work. The terms of this
|
||||
License will continue to apply to the part which is the covered work,
|
||||
but the special requirements of the GNU Affero General Public License,
|
||||
section 13, concerning interaction through a network will apply to the
|
||||
combination as such.
|
||||
|
||||
14. Revised Versions of this License.
|
||||
|
||||
The Free Software Foundation may publish revised and/or new versions of
|
||||
the GNU General Public License from time to time. Such new versions will
|
||||
be similar in spirit to the present version, but may differ in detail to
|
||||
address new problems or concerns.
|
||||
|
||||
Each version is given a distinguishing version number. If the
|
||||
Program specifies that a certain numbered version of the GNU General
|
||||
Public License "or any later version" applies to it, you have the
|
||||
option of following the terms and conditions either of that numbered
|
||||
version or of any later version published by the Free Software
|
||||
Foundation. If the Program does not specify a version number of the
|
||||
GNU General Public License, you may choose any version ever published
|
||||
by the Free Software Foundation.
|
||||
|
||||
If the Program specifies that a proxy can decide which future
|
||||
versions of the GNU General Public License can be used, that proxy's
|
||||
public statement of acceptance of a version permanently authorizes you
|
||||
to choose that version for the Program.
|
||||
|
||||
Later license versions may give you additional or different
|
||||
permissions. However, no additional obligations are imposed on any
|
||||
author or copyright holder as a result of your choosing to follow a
|
||||
later version.
|
||||
|
||||
15. Disclaimer of Warranty.
|
||||
|
||||
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
|
||||
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
|
||||
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
|
||||
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
|
||||
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
||||
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
|
||||
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
|
||||
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
|
||||
|
||||
16. Limitation of Liability.
|
||||
|
||||
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
||||
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
|
||||
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
|
||||
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
|
||||
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
|
||||
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
|
||||
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
|
||||
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
|
||||
SUCH DAMAGES.
|
||||
|
||||
17. Interpretation of Sections 15 and 16.
|
||||
|
||||
If the disclaimer of warranty and limitation of liability provided
|
||||
above cannot be given local legal effect according to their terms,
|
||||
reviewing courts shall apply local law that most closely approximates
|
||||
an absolute waiver of all civil liability in connection with the
|
||||
Program, unless a warranty or assumption of liability accompanies a
|
||||
copy of the Program in return for a fee.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
How to Apply These Terms to Your New Programs
|
||||
|
||||
If you develop a new program, and you want it to be of the greatest
|
||||
possible use to the public, the best way to achieve this is to make it
|
||||
free software which everyone can redistribute and change under these terms.
|
||||
|
||||
To do so, attach the following notices to the program. It is safest
|
||||
to attach them to the start of each source file to most effectively
|
||||
state the exclusion of warranty; and each file should have at least
|
||||
the "copyright" line and a pointer to where the full notice is found.
|
||||
|
||||
<one line to give the program's name and a brief idea of what it does.>
|
||||
Copyright (C) <year> <name of author>
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
Also add information on how to contact you by electronic and paper mail.
|
||||
|
||||
If the program does terminal interaction, make it output a short
|
||||
notice like this when it starts in an interactive mode:
|
||||
|
||||
<program> Copyright (C) <year> <name of author>
|
||||
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
||||
This is free software, and you are welcome to redistribute it
|
||||
under certain conditions; type `show c' for details.
|
||||
|
||||
The hypothetical commands `show w' and `show c' should show the appropriate
|
||||
parts of the General Public License. Of course, your program's commands
|
||||
might be different; for a GUI interface, you would use an "about box".
|
||||
|
||||
You should also get your employer (if you work as a programmer) or school,
|
||||
if any, to sign a "copyright disclaimer" for the program, if necessary.
|
||||
For more information on this, and how to apply and follow the GNU GPL, see
|
||||
<http://www.gnu.org/licenses/>.
|
||||
|
||||
The GNU General Public License does not permit incorporating your program
|
||||
into proprietary programs. If your program is a subroutine library, you
|
||||
may consider it more useful to permit linking proprietary applications with
|
||||
the library. If this is what you want to do, use the GNU Lesser General
|
||||
Public License instead of this License. But first, please read
|
||||
<http://www.gnu.org/philosophy/why-not-lgpl.html>.
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
piper
|
||||
Reference in New Issue
Block a user