I couldn't find a good tutorial on how to do this when I first wanted to do it, and had to teach myself, so I might as well drop some knowledge on y'all.
Here's all the stuff you'll need to extract the center channel from a 5.1 mix:
An iTunes rip MKV file of the episode you'd like to rip audio from
MKVToolNix -
http://www.bunkus.org/videotools/mkvtoo ... loads.htmlMKVExtractGUI-2 -
http://sourceforge.net/projects/mkvextractgui-2/files/AC3Tool -
http://www.videohelp.com/tools/AC3ToolAudacity -
http://audacity.sourceforge.net/download/1. Install MKVToolNix from the first link (you may have to scroll down a bit before you find your operating system)
2. Take MKVextractGUI2.exe from the second link, and place it in the directory you installed MKVToolNix to.
3. Run MKVExtractGUI2.exe
4. Select the episode as your input file and choose where you want your output to be
5. Check the checkbox next to "Track 2" (This means we will only rip the audio stream)
6. Click Extract
7. You should now have an AC3 file named "[ORIGINAL-MKV-NAME]_track2_eng".
Let's pause for a bit, what have we accomplished? We've ripped the raw, lossless 5.1 audio stream from the mkv. Audacity can't open AC3 files however, so we need to convert it to a wav first
8. Open up Ciler's ac3 tool.
9. Select your file in the "AC3 Analysis" tab
10. Switch to the "AC3 > WAV" Tab
11. Change the Overall Dynamic Compression to none
12. IMPORTANT - Change the downmix mode to 3/2 "5.1"
13. Warning - if you change the wav file output name, make sure it does not have spaces.
14. Hit AC3 > Wav and wait for it to convert
15. Open the WAV you created in Audacity
One more pause, what have we done? We now have a lossless 5.1 wave file loaded into audacity. 5.1 audio streams means that there are 5 different audio tracks, each with individual data. There is one channel in particular meant for speakers in the dead center, and it is here that vocals are usually loudest and most prominant. Therefore, by extracting only the center channel we can get a mostly BG noise or BG music free sample.
16. Of the 5 tracks open in audacity, the center channel is the one at the very bottom
17. Either solo the bottom track or mute all the others
18. Export from audacity as wav
19 yayyyy we did it!
Pro Tip: Pulling center audio from a 5.1 stream is far better than trying to extract center panned vocals from a stereo stream.