Giter Site home page Giter Site logo

music_point's Introduction

音乐卡点

由于对数字信号处理方面了解较少,主要使用librosa处理音频

  1. 分析整个音频,找到节奏区域(能量强度变化最大的区域)(暂未找到适合方法确定节奏区间)
  2. 在节奏内跟踪节拍,确定卡点时间
    • 程序判断beat与演奏者不一定合拍,需对节拍做误差分析
    • 节拍的1/4、2/4、3/4、4/4均可能为卡点,将其与信号峰值做交集,为卡点

遗留问题:

  1. 不能判断出哪段音乐更适合卡点
  2. 准确率不高,容易受杂音干扰,人声影响特别大(尤其是连续的节奏较快的高音)

基于上述问题,深耕《数字信号处理》寻找解决办法


picture_get.py是我在网上随便找的图片爬虫,随便改了一下没图的同学可以参考一下

music_point's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.