forked from readbeyond/aeneas
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Alberto Pettarin
committed
Dec 27, 2015
1 parent
5e52569
commit 0e5311f
Showing
78 changed files
with
4,357 additions
and
3,847 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.3.3 | ||
1.4.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,8 @@ | |
to automagically synchronize audio and text. | ||
""" | ||
|
||
from __future__ import absolute_import | ||
from __future__ import print_function | ||
from aeneas.adjustboundaryalgorithm import AdjustBoundaryAlgorithm | ||
from aeneas.analyzecontainer import AnalyzeContainer | ||
from aeneas.audiofile import AudioFile | ||
|
@@ -53,10 +55,10 @@ | |
__copyright__ = """ | ||
Copyright 2012-2013, Alberto Pettarin (www.albertopettarin.it) | ||
Copyright 2013-2015, ReadBeyond Srl (www.readbeyond.it) | ||
Copyright 2015, Alberto Pettarin (www.albertopettarin.it) | ||
Copyright 2015-2016, Alberto Pettarin (www.albertopettarin.it) | ||
""" | ||
__license__ = "GNU AGPL v3" | ||
__version__ = "1.3.3" | ||
__version__ = "1.4.0" | ||
__email__ = "[email protected]" | ||
__status__ = "Production" | ||
|
||
|
Oops, something went wrong.