Xornotor's picture
v0.2.0-beta
e857dc9
raw
history blame
No virus
714 Bytes
[tool.poetry]
name = "Choral-Quartets-F0-Extractor"
version = "0.2.0-beta"
description = "An application that uses Multi-Pitch Estimation and Voice Assignment to transform audio files with Choral Quartets recordings into files (CSV, HDF5 and MIDI) containing F0 estimations for each voice (Soprano, Alto, Tenor and Bass)."
authors = ["André Paiva (Xornotor) <[email protected]>"]
license = "cc"
readme = "README.md"
packages = [{include = "Choral_Quartets_F0_Extractor"}]
[tool.poetry.dependencies]
python = "^3.11"
tensorflow
gradio
typing-extensions
mido
pumpp
numpy
scipy
pandas
hdf5plugin
h5py
tables
librosa
matplotlib
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"