VOGONS


First post, by Unregistered

User metadata

Hi. (sorry my english...)

somebody can tell me how I can output sound to disk with VDMSound?

tell me how I must configure VDMSound or VDMSLaunchPad, for obtain PCM sound in WAV files.

I try doing this with VDMSLaunchPad, but all correspondent sections are disable.

I have VDMSound 2.0.4, update 1, VDMSLaunchPad 1.0.0.7 and DiskWriter 1.0.4.3.

Reply 1 of 2, by Snover

User metadata
Rank l33t++
Rank
l33t++

You have to add lines in the "additional instructions" section of the Launchpad. Do a search for "DiskWriter" to find out exactly what they are.

Yes, it’s my fault.

Reply 2 of 2, by vladr

User metadata
Rank Oldbie
Rank
Oldbie
Unregistered wrote:

I have VDMSound 2.0.4, update 1, VDMSLaunchPad 1.0.0.7 and DiskWriter 1.0.4.3.

In LaunchPad go to "Advanced", "Troubleshooting". Check the "Custom Configuration" box and copy/paste the following in the custom configuration text box:

[SBWavePlayer.depends]
waveOut = WaveWriter

[WaveWriter]
CLSID = DiskWriter.WaveOut
Path = DiskWriter.dll

This will output .wav files to your current (typicaly the game's) directory.
If you want to specify your own directory (e.g. C:\My Music) then add the following two lines as well:

[WaveWriter.config]
Path = C:\My Music

Cheers,
V.