Abstract

Research in audio source separation has progressed a long way, producing systems that are able to approximate the component signals of sound mixtures. In recent years, many efforts have focused on learning time-frequency masks that can be used to filter a monophonic signal in the frequency domain. Using current web audio technologies, time-frequency masking can be implemented in a web browser in real time. This allows applying source separation techniques to arbitrary audio streams, such as internet radios, depending on cross-domain security configurations. While producing good quality separated audio from monophonic music mixtures is still challenging, current methods can be applied to remixing scenarios, where part of the signal is emphasized or deemphasized. This paper describes a system for remixing musical audio on the web by applying time-frequency masks estimated using deep neural networks. Our example prototype, implemented in client-side Javascript, provides reasonable quality results for small modifications.

Bibtex


@inproceedings{Roma_2016,
  author = {Roma, G. and Simpson, A. J. R. and Grais, E. M and Plumbley, M.},
  year = {2016},
  title = {Remixing Musical Audio on the Web using Source Separation},
  booktitle = {Proceedings of the 2nd Web Audio Conference (WAC)},
  address = {Atlanta, Georgia},
  keywords = {"maruss"}
}


Implementation

Check the online demo. Code available on github.

The software is distributed under BSD license. If you use it, please cite us.