AudioDup

A trivial approach for near-duplicate detection of audios

View the Project on GitHub

AudioDup - Near-duplicate Detection of Audios

This repository presents my trivial approach for near-duplicate detection of audios, by generating acoustic fingerprints.

Setup Instructions

CREATE DATABASE dejavu;
CREATE USER 'dejavu'@'localhost' IDENTIFIED BY 'dejavu';
GRANT ALL PRIVILEGES ON dejavu.* TO 'dejavu'@'localhost';

To Run the Program

Testing

Licence

GNU General Public Licence 3.0