Skip to content

EQ4/remixavier

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Given a mixed song, remove components that you have

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 39.6%
  • MATLAB 30.8%
  • Python 25.8%
  • Makefile 2.1%
  • Shell 1.7%