mos9527 / ncm-afp

网易云音乐听歌识曲 API Demo

Home Page:https://mos9527.github.io/ncm-afp/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ncm-afp


网易云音乐听歌识曲 Demo

使用

Web 端

→→mos9527.github.io/ncm-afp

NOTE: Web端使用 https://cors-anywhere.herokuapp.com/ 绕过 CORS限制,访问可用度可能受限

Python

  • Clone
git clone https://github.com/mos9527/ncm-afp
  • 安装依赖
pip install pyncm pythonmonkey
  • 确保你的系统已安装 ffmpeg
  • 运行
ffmpeg -i "你的音频文件路径" -acodec pcm_f32le -f f32le -ar 8000 -ac 1 -t 3 - | python afp.py

About

网易云音乐听歌识曲 API Demo

https://mos9527.github.io/ncm-afp/


Languages

Language:Python 100.0%