forked from resemble-ai/chatterbox
-
-
Notifications
You must be signed in to change notification settings - Fork 56
Expand file tree
/
Copy pathpyproject.toml
More file actions
38 lines (35 loc) · 933 Bytes
/
pyproject.toml
File metadata and controls
38 lines (35 loc) · 933 Bytes
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
38
[project]
name = "chatterbox-streaming"
version = "0.1.3"
description = "Chatterbox Streaming: Open Source TTS and Voice Conversion"
readme = "README.md"
requires-python = ">=3.8"
license = {file = "LICENSE"}
authors = [
{name = "davidbrowne17", email = "davidbrowne17@gmail.com"}
]
dependencies = [
"numpy~=1.26.0",
"resampy==0.4.3",
"librosa==0.10.0",
"s3tokenizer",
"torch==2.6.0",
"torchaudio==2.6.0",
"transformers==4.46.3",
"diffusers==0.29.0",
"resemble-perth==1.0.1",
"omegaconf==2.3.0",
"conformer==0.3.2",
"matplotlib",
"whisper-openai",
"jiwer",
"sounddevice==0.5.2"
]
[project.urls]
Homepage = "https://github.com/davidbrowne17/chatterbox-streaming"
Repository = "https://github.com/davidbrowne17/chatterbox-streaming"
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[tool.setuptools.packages.find]
where = ["src"]