LV-TTS-Rudolfs / sibilant-reducer /pyproject.toml
RaivisDejus's picture
Upload folder using huggingface_hub
b30c3db verified
raw
history blame contribute delete
248 Bytes
[project]
name = "sibilant-reducer"
version = "0.1.0"
description = "Automatically detects and shortens excessively long sibilant sounds in audio"
requires-python = ">=3.10"
dependencies = [
"numpy",
"scipy",
"soundfile",
"tqdm",
]