Skip to content

通过上传到群文件方式计算音频文件的bpm值(beat per minute),支持onebot v11协议

License

Notifications You must be signed in to change notification settings

Ant1816/nonebot-plugin-checkbpm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NoneBotPluginLogo

NoneBotPluginText

nonebot-plugin-checkbpm

✨ 基于Librosa的音频文件BPM计算器 ✨

LICENSE PYPI Python3.9+ nonebot2 onebotv11

📖 介绍

通过上传到群文件方式计算音频文件的bpm值(beat per minute)

有问题或想法欢迎提issue以及pr!!!

💿 安装

使用 nb-cli 安装 在 nonebot2 项目的根目录下打开命令行, 输入以下指令即可安装
nb plugin install nonebot-plugin-checkbpm
使用包管理器安装 在 nonebot2 项目的插件目录下, 打开命令行, 根据你使用的包管理器, 输入相应的安装命令
pip
pip install nonebot-plugin-checkbpm
pdm
pdm add nonebot-plugin-checkbpm
poetry
poetry add nonebot-plugin-checkbpm
conda
conda install nonebot-plugin-checkbpm

打开 nonebot2 项目根目录下的 pyproject.toml 文件, 在 [tool.nonebot] 部分追加写入

plugins = ["nonebot_plugin_checkbpm"]

⚙️ 配置

在 nonebot2 项目的.env文件中添加下表中的必填配置

配置项 必填 默认值 说明

🎉 使用

指令表

指令 权限 需要@ 范围 说明
bpm help 群员 群聊 获取指令帮助
bpmcheck/bpm计算/checkbpm/bpm检查 <文件名.mp3/flac/wav> 群员 群聊 计算指定音频文件BPM值

About

通过上传到群文件方式计算音频文件的bpm值(beat per minute),支持onebot v11协议

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages