File: control

package info (click to toggle)
pycsspeechtts 1.0.8-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 88 kB
  • sloc: python: 112; makefile: 7
file content (30 lines) | stat: -rw-r--r-- 1,156 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
Source: pycsspeechtts
Maintainer: Home Assistant Team <team+homeassistant@tracker.debian.org>
Uploaders:
 Edward Betts <edward@4angle.com>,
Section: python
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-hatchling,
Rules-Requires-Root: no
Standards-Version: 4.7.0
Homepage: https://github.com/jeroenterheerdt/pycsspeechtts
Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/pycsspeechtts
Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/pycsspeechtts.git

Package: python3-pycsspeechtts
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Library for interfacing with Microsoft Cognitive Services Text-to-Speech API
 This library interacts with the Microsoft Cognitive Services Text-to-Speech
 API to convert text into natural-sounding speech. It allows users to generate
 speech in various languages and voices, including neural and standard ones.
 The library supports customization options such as the language, gender, voice
 type, and speech rate. It communicates with Microsoft's cloud-based service
 using an API key.