MultiMedia Soft forum

MultiMedia Soft products => Audio editing components => Topic started by: Schultz65 on June 21, 2016, 03:45:31 PM

Title: Equalization
Post by: Schultz65 on June 21, 2016, 03:45:31 PM
I own Active DJ Studio.
The sample application TestEqualizer allows for the application of equalizations to a sound being played, but upon export, does not save the file with the equalizations applied.

How can I do this?
Title: Re: Equalization
Post by: Administrator on June 21, 2016, 03:47:43 PM
Hello.

If you want to apply equalization offline (i.e. not during playback) you should use the Active Sound Editor control: we suggest you taking a look to the source code of the SoundEditor sample installed with Active Sound Editor: the "Effects/Apply equalizer..." menu item calls the "mnuEffectsApplyEqualizer_Click" routine which references the frmEqualizer form: inside this form you will see how to setup the equalizer that will be applied through the call to Effects.EqualizerApply method. After applying equalization, you may simply save the equalized sound file through the ExportToFile method.

Kind regards

Severino Delaurenti
MultiMedia Soft