File: control

package info (click to toggle)
python-espeak 0.5-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 124 kB
  • sloc: cpp: 298; python: 67; makefile: 7
file content (33 lines) | stat: -rw-r--r-- 1,359 bytes parent folder | download
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
Source: python-espeak
Section: python
Priority: optional
Maintainer: Debian TTS Team <tts-project@alioth-lists.debian.net>
Uploaders: Siegfried-Angel Gevatter Pujals <rainct@ubuntu.com>,
           Samuel Thibault <sthibault@debian.org>
Homepage: https://launchpad.net/python-espeak
Vcs-Git: https://salsa.debian.org/tts-team/python-espeak.git
Vcs-Browser: https://salsa.debian.org/tts-team/python-espeak
Build-Depends: debhelper-compat (= 12),
 python3-all-dev:any, libpython3-all-dev, dh-sequence-python3, python3-setuptools, libespeak-dev
Rules-Requires-Root: no
Standards-Version: 4.6.0

Package: python3-espeak
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}
Breaks: espeak-gui (<< 0.3)
Description: Python bindings for eSpeak
 eSpeak is a software speech synthesizer for English, and some other
 languages.
 .
 eSpeak produces good quality English speech. It uses a different synthesis
 method from other open source text to speech (TTS) engines, and sounds quite
 different. It's perhaps not as natural or "smooth", but some find the
 articulation clearer and easier to listen to for long periods.
 .
 This package contains bindings to use eSpeak from within Python
 applications.
 .
 Be aware that python-espeak is still in an early state; it's incomplete
 and the API may change in future versions.