[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", ]