Skip to content

Commit 5e52569

Browse files
committed
Merge pull request #35 from readbeyond/devel
Added all voice variants in espeak v1.48.03
2 parents 94ccb4a + 5ea7283 commit 5e52569

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+147
-72
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
**aeneas** is a Python library and a set of tools to automagically synchronize audio and text.
44

5-
* Version: 1.3.2
6-
* Date: 2015-11-11
5+
* Version: 1.3.3
6+
* Date: 2015-12-20
77
* Developed by: [ReadBeyond](http://www.readbeyond.it/)
88
* Lead Developer: [Alberto Pettarin](http://www.albertopettarin.it/)
99
* License: the GNU Affero General Public License Version 3 (AGPL v3)

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ aeneas
44
**aeneas** is a Python library and a set of tools to automagically
55
synchronize audio and text.
66

7-
- Version: 1.3.2
8-
- Date: 2015-11-11
7+
- Version: 1.3.3
8+
- Date: 2015-12-20
99
- Developed by: `ReadBeyond <http://www.readbeyond.it/>`__
1010
- Lead Developer: `Alberto Pettarin <http://www.albertopettarin.it/>`__
1111
- License: the GNU Affero General Public License Version 3 (AGPL v3)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.2
1+
1.3.3

aeneas/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
Copyright 2015, Alberto Pettarin (www.albertopettarin.it)
5757
"""
5858
__license__ = "GNU AGPL v3"
59-
__version__ = "1.3.2"
59+
__version__ = "1.3.3"
6060
__email__ = "[email protected]"
6161
__status__ = "Production"
6262

aeneas/adjustboundaryalgorithm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
Copyright 2015, Alberto Pettarin (www.albertopettarin.it)
2020
"""
2121
__license__ = "GNU AGPL v3"
22-
__version__ = "1.3.2"
22+
__version__ = "1.3.3"
2323
__email__ = "[email protected]"
2424
__status__ = "Production"
2525

aeneas/analyzecontainer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
Copyright 2015, Alberto Pettarin (www.albertopettarin.it)
2424
"""
2525
__license__ = "GNU AGPL v3"
26-
__version__ = "1.3.2"
26+
__version__ = "1.3.3"
2727
__email__ = "[email protected]"
2828
__status__ = "Production"
2929

aeneas/audiofile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
Copyright 2015, Alberto Pettarin (www.albertopettarin.it)
2828
"""
2929
__license__ = "GNU AGPL v3"
30-
__version__ = "1.3.2"
30+
__version__ = "1.3.3"
3131
__email__ = "[email protected]"
3232
__status__ = "Production"
3333

aeneas/cdtw.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ __copyright__ = """
99
Copyright 2015, Alberto Pettarin (www.albertopettarin.it)
1010
"""
1111
__license__ = "GNU AGPL v3"
12-
__version__ = "1.3.2"
12+
__version__ = "1.3.3"
1313
__email__ = "[email protected]"
1414
__status__ = "Production"
1515

aeneas/cdtw_setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
Copyright 2015, Alberto Pettarin (www.albertopettarin.it)
2323
"""
2424
__license__ = "GNU AGPL v3"
25-
__version__ = "1.3.2"
25+
__version__ = "1.3.3"
2626
__email__ = "[email protected]"
2727
__status__ = "Production"
2828

@@ -38,7 +38,7 @@
3838

3939
setup(
4040
name="cdtw",
41-
version="1.3.2",
41+
version="1.3.3",
4242
description="""
4343
Python C Extension for computing the DTW as fast as your bare metal allows.
4444
""",

aeneas/cew.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ __copyright__ = """
99
Copyright 2015, Alberto Pettarin (www.albertopettarin.it)
1010
"""
1111
__license__ = "GNU AGPL v3"
12-
__version__ = "1.3.2"
12+
__version__ = "1.3.3"
1313
__email__ = "[email protected]"
1414
__status__ = "Production"
1515

0 commit comments

Comments
 (0)