Click or drag to resize
Accord.NET (logo)

IInPlaceFilter Interface

In-place audio processing filter interface.

Namespace:  Accord.Audio.Filters
Assembly:  Accord.Audio (in Accord.Audio.dll) Version: 3.8.0
Syntax
public interface IInPlaceFilter : IFilter
Request Example View Source
Methods
Remarks
The interface defines the set of methods, which should be provided by all signal processing filters. Methods of this interface operate in-place and alter the original source signal.
See Also