Page 1 of 1

Convolving

Posted: Thu Oct 04, 2012 7:39 pm
by vijay.garg@gmail.com
Can we use Goldwave to convolve two audio files?

Re: Convolving ("Mixing") two files

Posted: Thu Oct 04, 2012 10:49 pm
by Gord
vijay.garg@gmail.com wrote:Can we use Goldwave to convolve two audio files?
Yes. Take a look at the Edit > Mix... feature in GoldWave's help.

Re: Convolving

Posted: Fri Oct 05, 2012 6:03 pm
by vijay.garg@gmail.com
Mixing is different thing. It is convolving.

Re: Convolving

Posted: Sat Oct 06, 2012 11:40 am
by GoldWave Inc.
GoldWave doesn't have a convolution effect. The Expression Evaluator tool can be used to compute the product of two waveforms, but there is no simple way to computer the sums of the products. If one of the waveforms is very short, then you could plot the points in the Spectrum Filter effect, which convolves by multiplication in the frequency domain.

Chris

Re: Convolving

Posted: Sun Oct 07, 2012 1:53 pm
by cdeamaze
Matlab or Mathematica will be the tools you can count on when everything else fails.

Re: Convolving

Posted: Wed Jan 09, 2013 2:06 pm
by vijay.garg@gmail.com
A plug in can be used to convolve files in Goldwave. I can not put link but if you type " Convolver — a convolution plug-in " in google you will be directed to the site for downloading the plugins.

Re: Convolving

Posted: Fri Jan 11, 2013 5:45 am
by cdeamaze
VST (Virtual Studio Technology) is a popular format from Steinberg for loading plug-in effects into audio sequencers, hard disk recorders, sound editors, and trackers. ConvolverVST is a convolution plug-in for (version 2.4 of) that format.

It is known to work with the following programs:
console
Sonar 5
AudioMulch
n-Track Studio
Adobe Audition (which requires a stereo filter to be loaded)
Vijay, have you tried to see if it works with GoldWave?

You can also do convolution yourself with the help of convolution theorem.
1. Find spectrum for both signals using FFT.
2. Find product of spectrum - Multiply them pointwise in the frequency domain.
3. Take the inverse Fourier transform( IFFT).

Re: Convolving

Posted: Tue Jan 15, 2013 6:03 pm
by jpnullnvoid
Vijay,

You can kinda-sorta do a convolution effect in GW using the Noise Reduction tool. Here is the process:

1. Copy a short section of audio to the clipboard (idealy, less than 1 second in length).
2. Open another sound file to process and select the Noise Reduction tool.
3. In the Noise Reduction tool, select the clipboard as the source, max out your FFT size and overlap, reduce the amount setting to between 10 and 30, and check the box for outputting the noise source.
4. Process the sound.

The effect is basically the same as applying a filter which has the spectral characteristics of the sound you copied to the clipboard, but with the amplitude characteristics of the sound that you applied the effect to. The limitation to this method is that the filter is static. You would have to chop up your target sound in order to apply different filters to it and then paste them back together to get the "motion" effect that comes with standard convolution.

I hope this wasn't too confusing.

Have fun!