Separate human voice from Music

8 visualizaciones (últimos 30 días)
Abdullah Irfan
Abdullah Irfan el 26 de Jul. de 2021
Hi, I have two audio files. One is human voice and other is music file. I am tasked with:
  1. Mix the two files
  2. Design fillter to extract audio from it.
I mixed them by:
y3 = (y1 + y2)/2; i.e. taking average of two audios. Now as for voice extraction I am limited to use fir2() and filter() functions only.
The audio voice extraction method is based on two steps:
  1. designing a lowpass filter to separate frequency components below 4kHz
  2. designing a notch filter to get rid of high amplitude frequencies of the music below 4kHz
I tried multiple approaches but can't extract audio file from music. Kindly help me out on this.

Respuestas (0)

Etiquetas

Productos


Versión

R2018a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by