基于Librosa的音频文件BPM计算器 通过上传到群文件方式计算音频文件的bpm值(beat per minute)
Project description
📖 介绍
通过上传到群文件方式计算音频文件的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值 |
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file nonebot_plugin_checkbpm-1.0.5.tar.gz.
File metadata
- Download URL: nonebot_plugin_checkbpm-1.0.5.tar.gz
- Upload date:
- Size: 5.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
236020c7985d3a8f68662693405dd4587883bb6657d7a5917002ed299f17f8f2
|
|
| MD5 |
d0fccabaabc3795e0d78701abe4f0968
|
|
| BLAKE2b-256 |
c5f21e1f4abdc540693bd333972fc011601a4b994f220dd77dc125b6c102c74e
|
File details
Details for the file nonebot_plugin_checkbpm-1.0.5-py3-none-any.whl.
File metadata
- Download URL: nonebot_plugin_checkbpm-1.0.5-py3-none-any.whl
- Upload date:
- Size: 6.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
94dfa3a92813d0031ecb8088e190186560f10fba6b63ca88de9bddf5ce18d957
|
|
| MD5 |
f2131cd6ee461f5cb46f3f7dd1283561
|
|
| BLAKE2b-256 |
9ede13fb6478d11faa6642f6fc2427ec3e9013ca9adf8c626658999a4c03f3f8
|