GithubHelp home page GithubHelp logo

eriser / audiorecognition Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jiahuiyu/audio_recognition

0.0 1.0 0.0 6.8 MB

Audio fingerprinting and recognition in C++.

Python 5.03% Makefile 1.91% Shell 0.22% C++ 92.83%

audiorecognition's Introduction

Music/Audio Recognition Application written in C++

Youtube Available Now! Click Here


Features:

* Robust Audio Recognition
* High Accuracy: 98% Accuracycy of 5 seconds song cut in 100 songs list.
* High efficiency: recognize in less than 0.1 second per song.
* Memory reduction: 4G is enough for 10000 songs.
* Data Structure: support 2,500,000 songs and each song less than 7 minutes.
* More feature: return the TIME POINT of the cut song in original song.

Dependencies:

* fftw3:
    If under Debian/Ubuntu, run `apt-get install libfftw3-dev`.

Compile & Run:

* extract songs to ./bin/ dir.
* `make` to produce two excutive files in ./bin/ 
* The songs should be .wav format.
* The songs should be contained in ./bin/samples/ 
* You may download the songs.
    link: http://pan.baidu.com/s/1ntsoIlr
    password: wgi7 
* run `cd bin`, `./build` and it'll produce a file called `database`
* run `./recog ${filename}` to recog the songs that in samples list.

TODO:

  • More Documents and comments about the codes.

DONE:

  • All the codes in Windows.
  • Transfer the codes from windows to linux.
  • Solve the BaiduMusic download tools to update new songs automatically.

Bitdeli Badge

audiorecognition's People

Contributors

jhyume avatar

Watchers

James Cloos avatar

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.