BB FlashBack SDK: FBSounds

RemoveNoise

Description

Removes noise from sound in the specified frames.

Syntax

[C#/C++]
public void RemoveNoise (Long lIndex, long start, long end, float Strength, bool removeArtifacts);

[VB.NET]
Public Sub RemoveNoise (ByVal lIndex As Integer, ByVal start As Integer, ByVal end As Integer, ByVal Strength As Single, ByVal removeArtifacts As Boolean)

Parameters

lIndex : [In] Index of the track in the collection

Start : [In] frame at which to start the operation

End : [In] frame at which to end the operation

Strength : [In] value indicating the strength of the noise removal. It can take a range of values from 0.01 to 0.7

removeArtifacts : [In] set to true to remove audio artifacts that can be introduced by noise removal processing