LPCSynth:
Filter:
Classes (extension) | Libraries > JoshUGens | UGens > Analysis:Synthesis

LPCSynth : UGen : AbstractFunction : Object
ExtensionExtension

Utilize LPC data
Source: LPCSynth.sc

Description

LPCSynth uses data from a LPC data file to filter a signal.

Class Methods

LPCSynth.ar(buffer, signal, pointer, mul: 1, add: 0)

Arguments:

buffer

The buffer where data is stored from LPCFile (see LPCFile).

signal

The signal to filter.

pointer

A pointer into the LPC data file, where 0 is the begining and 1 is the end.

mul
add

Inherited class methods

Instance Methods

Inherited instance methods

Examples

This uses the fate.lpc file, created with the following command:

lpanal -p 50 -h 300 fate.aiff fate.lpc

Analysis window is 2X the hop size.