1 Star 0 Fork 1

yanlang0123/torchcrepe

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.py 775 Bytes
一键复制 编辑 原始数据 按行查看 历史
Tom Hunn 提交于 2023-09-27 16:28 . add test + support librosa > 0.9.1
from setuptools import setup
with open('README.md', encoding='utf8') as file:
long_description = file.read()
setup(
name='torchcrepe',
description='Pytorch implementation of CREPE pitch tracker',
version='0.0.22',
author='Max Morrison',
author_email='maxrmorrison@gmail.com',
url='https://github.com/maxrmorrison/torchcrepe',
install_requires=['librosa>=0.9.1', 'resampy', 'scipy', 'torch', 'tqdm'],
packages=['torchcrepe'],
package_data={'torchcrepe': ['assets/*']},
long_description=long_description,
long_description_content_type='text/markdown',
keywords=['pitch', 'audio', 'speech', 'music', 'pytorch', 'crepe'],
classifiers=['License :: OSI Approved :: MIT License'],
license='MIT')
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yanlang0123/torchcrepe.git
git@gitee.com:yanlang0123/torchcrepe.git
yanlang0123
torchcrepe
torchcrepe
master

搜索帮助