All Projects → craffel → remixavier

craffel / remixavier

Licence: other
Given a mixed song, remove components that you have

Programming Languages

matlab
3953 projects
python
139335 projects - #7 most used programming language
M
324 projects
shell
77523 projects

Remixavier

This repository contains code for correcting timing and channel distortion across audio signals with content in common. In other words, it can take two related audio files, align them in time, and (approximately) correct for any difference in channel.

Python code

The Python code in this repository implements the techniques described in the paper "Estimating Timing and Channel Distortion Across Related Signals" (see "Reference" below). The script remixavier.py is a GUI app which faciliates the process of extracing sources from a mixed audio signal given the sources which should be removed. This setting often arises when a musician releases only an instrumental or a cappella mix of a song, but not both, and you want to either remove or isolate the vocals using the provided a cappella or instrumental mix (respectively).

Reference

Full details of the algorithm implemented in this code are available in

C. Raffel and D. P. W. Ellis, "Estimating Timing and Channel Distortion Across Related Signals", Proceedings of the 2014 IEEE International Conference on Acoustics, Speech and Signal Processing, 2014.

If you use this code in any academic work, please cite the above paper.

The python script experiments.py contains all of the code required to generate the figures in the paper. However, the data is not included in this github repository due to its size (>1 GB). If you are interested in the data used in the paper, please get in touch with the authors.

Dependencies

MATLAB code

The MATLAB code in this repository serves the same function as the Python code, but the algorithm and methodology is different. Full details of the technique implemented and its useage can be found here.

Dependencies

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].