forked from sevangelatos/py-ttspico
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPKG-INFO
48 lines (37 loc) · 1.45 KB
/
PKG-INFO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Metadata-Version: 1.0
Name: python-tts
Version: 0.3
Summary: Python wrapper to the SVOX pico text to speech engine.
Home-page: https://github.com/sevangelatos/picopi
Author: Spiros Evangelatos
Author-email: [email protected]
License: Apache 2.0
Description: Python wrapper to the SVOX pico text to speech engine.
Introduction
------------
This is a python wrapper to the SVOX pico text to speech engine.
The pico TTS engine is found in the android open source
repositories and is covered by an Apache 2.0 license.
It is very efficient and offers superior speech quality to most other
open source solutions that we could find.
History
-----------
The main port of the pico TTS to linux was done by DougGore/picopi
where this code was forked from.
License
-----------
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Source code
-----------
* https://github.com/sevangelatos/picopi
Keywords: string Levenshtein comparison
Platform: UNKNOWN
Classifier: Programming Language :: Python