Separate human voice from Music
8 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hi, I have two audio files. One is human voice and other is music file. I am tasked with:
- Mix the two files
- 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:
- designing a lowpass filter to separate frequency components below 4kHz
- 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.
0 comentarios
Respuestas (0)
Ver también
Categorías
Más información sobre Audio and Video Data en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!