-
Notifications
You must be signed in to change notification settings - Fork 275
Expand file tree
/
Copy pathcontrol
More file actions
37 lines (35 loc) · 1.52 KB
/
Copy pathcontrol
File metadata and controls
37 lines (35 loc) · 1.52 KB
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
Source: aeneas
Section: python
Priority: optional
Maintainer: Alberto Pettarin <alberto@readbeyond.it>
Build-Depends: debhelper (>= 9.0.0),
dh-python,
python-all-dev,
python-setuptools,
python-numpy, python-lxml, python-bs4,
python3-all-dev,
python3-setuptools,
python3-numpy, python3-lxml, python3-bs4,
libasound2-dev, libsndfile1-dev, libespeak-dev
Standards-Version: 4.1.4
Homepage: https://github.com/readbeyond/aeneas
Package: python-aeneas
Architecture: any
Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends},
espeak, espeak-data, libespeak1, vorbis-tools, ffmpeg, flac
Replaces: python3-aeneas
Description: Python library to automagically synchronize audio and text
aeneas automatically generates a synchronization map between a list of
text fragments and an audio file containing the narration of the text.
In computer science this task is known as (automatically computing a)
forced alignment.
Package: python3-aeneas
Architecture: any
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends},
espeak, espeak-data, libespeak1, vorbis-tools, ffmpeg, flac
Replaces: python-aeneas
Description: Python library to automagically synchronize audio and text
aeneas automatically generates a synchronization map between a list of
text fragments and an audio file containing the narration of the text.
In computer science this task is known as (automatically computing a)
forced alignment.