Giter VIP home page Giter VIP logo

musicid's People

Contributors

ckolek avatar jsf62592 avatar michaelostrow avatar murkantilism avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

saytoonz

musicid's Issues

Implement fingerprinting

In tangent with Deniz

  • Compute & store the fingerprint
  • Refactor the comparator to compare fingerprints instead of spectrograms

Subgoals:

  • Creating a 2D spectrogram -Mike
  • Finding the peaks -Deniz
  • Computing the fingerprint hash -Both

Implement MP3 support

  • Check if files are mp3 (both the file extension and if it's really mp3)
  • Convert MP3 to WAV

Accept other file formats

  • OGG
  • MP3

One possibility is to convert all file formats to wave, store those converted formats in a /tmp/ folder, and run the program on the converted wav files.
.

Implement segment matching

The dan program should compare the audio recordings to see whether one of them contains a segment of five seconds or more that sounds like a segment of the same length within the other
recording. If so, then the dan program should print "MATCH" to standard output, followed by a space, followed by the short name of the first file, followed by a space, followed by the short name of the second file, followed by a space, followed by the offset in seconds of the beginning of the matching segment within the first file, followed by a space, followed by the offset in seconds of the beginning of the matching segment within the second file, followed by a newline. Only one such line should be produced for each pair of audio recordings.

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.