Giter Site home page Giter Site logo

lbaudiodetective's Introduction

LBAudioDetective

About

LBAudioDetective is part of my Matura project to graduate from school. It's somewhat similar to Shazam. It is able to compare two audio signals based on their content. Of course, the reliability is not nearly as good as Shazam's. I'm not planning to continue working on this project in the near future, however, contributions are always welcome. If you're interested in the underlying technologies and algorithms used to implement this project, check out the essay I wrote on it. It explains how LBAudioDetective was developed and how it was used to write an iOS app that identifies birds by their songs.

Usage

LBAudioDetective is a C library that consists of three different classes, one of which is private. Although it provides several options and functions to compute an audio fingerprint, the easiest way to compare two audio files is as follows:

LBAudioDetectiveRef detective = LBAudioDetectiveNew();
Float32 match = 0.0f;
LBAudioDetectiveCompareAudioURLs(detective, firstURL, secondURL, 0, &match);
NSLog(@"The files are equal to a percentage of %f", match);
LBAudioDetectiveDispose(detective);

Requirements

LBAudioDetective is only compatible with iOS and doesn't support Mac OS X. It could be ported of course but I couldn't find the time to do so. The library links against the following frameworks: AVFoundation, AudioUnit, Accelerate, AudioToolbox and Foundation of course.

License

LBAudioDetective is licensed under the MIT License.

Contact

If you have any questions, I'd be happy to answer them. You can also follow me on Twitter of course :)

lbaudiodetective's People

Contributors

lbrndnr avatar

Watchers

 avatar  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.