How do I record sound from my CD/DVD player without other system sounds in the mix?

1

1

Using GoldWave I can record via the "Stereo Mix" channel, but I get no sound on the "CD" channel. Of course, using the stereo mix also mixes in all system sounds, including beeps, etc.

I have the analog out on the DVD player connected to the CD-IN connector on the MoBo. I can hear CDs and DVDs playing just fine through my speakers - is this because the CD is also IDE data connection in to deliver the sound to the sound card, then? I specifically want to record a DVD; I can easily rip a CD using GoldWave's built-in ripper.

Is there anything I have forgotten or have to enable? Or is it likely I have a damaged cable?

My system is an MSI mobo and is running Windows XP SP3.

Lawrence Dol

Posted 2010-01-20T02:21:24.937

Reputation: 1 946

Answers

2

You can't use the drive's analog/digital audio outputs with DVDs; those only operate for CDs.

Your best bet for extracting audio from a DVD is to rip the DVD using a tool like DVD Decrypter. You can then use MPEG tools to demux the audio stream out of a VOB-style video into a separate file, and use GoldWave on that.

Updated: Here's how to use DVD Decrypter to rip just the audio stream you want from a video DVD. I don't know if this process will work with a DVD-A, but it's likely similar. (Credit to Software Monkey for the steps.)

  1. In the Mode menu, set Mode IFO.

  2. The main window will get a Stream Processing tab. On it, select "Enable Stream Processing". In the window, leave a check by any stream you want; clear the checkboxes beside any stream you don't want. DVD audio streams are formatted as AC3, DTS or (L)PCM.

  3. Select the stream you want, and select the "Demux" radio box at the bottom.

  4. Check the stream processing options in the program settings (Tools -> Settings). If you're getting PCM data you probably want to check the "Convert PCM to WAV" box. (This is checked by default.)

  5. Set the output destination, and click the "Disk-to-Drive" icon to start the process.

Now you can import your ripped audio into whatever audio processor you like. Enjoy!


Original: I noticed a label on the bottom of my recent internal DVD drive purchase that says:

No Audio and Digital out function
even the pin-set is on the connector

It's unclear, but I interpret this to mean the audio output pins that would connect the drive to the soundcard are non-functional.

This means ripping the CDDA audio off the CD is the only way to import the audio. (Which is OK, since you get better results this way than recording the analog playback.)

OOPS. You're talking about DVD audio. That's different; that gets pulled off the DVD as a digital file anyway. It never went through the CD-in on the soundcard. That sound is generated by whatever player software you're using as it decodes the MPEG-2 streams on the DVD.

quack quixote

Posted 2010-01-20T02:21:24.937

Reputation: 37 382

sounds good. updated with your process. – quack quixote – 2010-01-21T04:11:20.913

1the audio connector between the drive and soundcard is a vestigial thing from back when CD drives had the circuitry to play audio CDs by themselves. DVD drives have, to my knowledge, never had equivalent functionality for DVDs. – quack quixote – 2010-01-20T02:58:17.147

Trying DVD Decrypter now. – Lawrence Dol – 2010-01-20T03:01:55.187

Man, my edit was too slow! – Jared Harley – 2010-01-20T03:02:41.380

@Quack - Good to know about the audio connector; so I can just remove that cable and never bother with it again, then? – Lawrence Dol – 2010-01-20T03:03:55.540

What MPEG tool should I use to demux the audio out? – Lawrence Dol – 2010-01-20T03:04:22.250

TMPGenc, VirtualDub, ... GoldWave might do it directly according to a post here: http://forum.doom9.org/archive/index.php/t-21883.html ... and this says you can do it with DVD Decrypter (stream processing options): http://forum.doom9.org/archive/index.php/t-80441.html

– quack quixote – 2010-01-20T04:24:26.637

re: cable. yeah, that cable's only good for playing CDs in the drive (most player software these days can rip the CDDA data and play that back on-the-fly). i honestly haven't bothered with that cable since ... oh, probably since before 2001. – quack quixote – 2010-01-20T04:27:11.700

I did it with DVDDecrypter, but how to do it wasn't so obvious. Could you please add to your answer: "Using DVDDecrypter, set Mode IFO, and then select stream processing, and then ensure only LPCM option is checked to get the 2 channel stereo track. To output as wave, the corresponding Stream Processing option in Settings must be checked (on be default)". Then I will accept it. – Lawrence Dol – 2010-01-20T21:14:43.257

2

Recording the audio live is a much slower process than exporting the audio from the source using a ripping program.

CDs

Using Audacity (a free and open-source "audio editor and recorder"), you can import a track from a CD and edit it to your heart's content.

How to import CDs from the Audacity Wiki

DVDs

Using Free DVD MP3 Ripper, you can extract audio from .vob files into an MP3 format. To get the .vob file from the DVD, you'll have to use a DVD ripping program like DVD Decrypter or SmartRipper to create the .vob files. Once you have the extracted audio, you can use Audacity to edit the audio files.

Lifehacker gave a good review of Free DVD MP3 Ripper.

Jared Harley

Posted 2010-01-20T02:21:24.937

Reputation: 11 692

Is there anything that will rip the audio to WAV? – Lawrence Dol – 2010-01-20T03:19:59.857

Free DVD MP3 Ripper just locks up when I try to rip. Have to kill it with Task Manager. – Lawrence Dol – 2010-01-20T03:29:19.353

Like @~quack recommends, I've used VirtualDub and TMPGenc in the past, and they're both pretty easy to use. Be aware, though - ripping all of the audio from a DVD to .wav will be a very big file as .wav files are uncompressed. – Jared Harley – 2010-01-20T05:04:42.177

1

I use the Stereo Mix myself (or "What You Hear") and turn off all of the system sounds (which may or may not be desirable for you). Windows will allow you to save a "Sound Scheme" so you can make one that has all sounds turned off, but then revert to your normal scheme when you're not recording.

You can go into the sound settings in Windows XP (if anyone is using Windows 7 you can type "Sound" into the Start->"Search Programs and Files" box and it should come up). Go through the list of Program Events and set the sound to "(None)" for each, then save the scheme as something like No Sound Scheme.

When you want them back, you can re-enable another scount scheme.

Blake

Posted 2010-01-20T02:21:24.937

Reputation: 11