| WaveFilter-class {sonicscrewdriver} | R Documentation |
WaveFilter object for audio filters
Description
A WaveFilter object is an object containing information necessary for the
filterWave() function to apply the filter to a Wave or TaggedWave
object. This is designed to allow a pipe operator (either magrittr or base R)
to be used to apply filters to a Wave in a pipeline. If used with a
TaggedWave object the function adds information to the processing slot
documenting its action.
Slots
descriptionDescription of the filter.
funcName of function.
paramsList of additional parameters to pass to the function.
[Package sonicscrewdriver version 0.0.7 Index]