File size: 644 Bytes
5f0a2ac
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
[project]
name = "voice-latency-lab"
version = "0.1.0"
description = "Low-latency local speech loop for phone testing with faster-whisper and Chatterbox Turbo."
readme = "README.md"
requires-python = ">=3.11,<3.13"
dependencies = [
  "fastapi>=0.116.0",
  "uvicorn[standard]>=0.35.0",
  "numpy>=1.24,<1.26",
  "scipy>=1.10,<1.14",
  "httpx>=0.28.0",
  "pydantic-settings>=2.10.0",
  "faster-whisper>=1.2.0",
  "soundfile>=0.13.1",
  "silero-vad>=6.2.1",
]

[build-system]
requires = ["setuptools>=68", "wheel"]
build-backend = "setuptools.build_meta"

[tool.setuptools]
packages = ["app"]

[tool.uv.extra-build-dependencies]
pkuseg = ["numpy"]