Skip to content

CPP实现的CQT(与Python librosa结果相近)和一个唱歌onset detection模型

Notifications You must be signed in to change notification settings

yyMoming/CQT-ODModel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CQT-ODModel

CPP实现的CQT(与Python librosa结果相近)和一个唱歌onset detection模型

Preparation

  • cmake
  • gcc
  • LibTorch
  • fftw3
  • ffmpeg

Installation

mkdir path/to/yourproject/build
cd build
cmake ..
make

Usage: main.cpp

Note:

In the file "main.cpp", the head file "_m_cqt.h" "Model.h" should be included in order.

About

CPP实现的CQT(与Python librosa结果相近)和一个唱歌onset detection模型

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published