Separate human voice from Music
8 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposte (0)
Vedere anche
Categorie
Scopri di più su Audio and Video Data in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!