|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjass.engine.Out
jass.generators.GlottalModel
public abstract class GlottalModel
Output a volume velocity according to a dynamical glottal model.
| Field Summary | |
|---|---|
protected double |
srate
|
protected double |
ug
|
protected double |
ug2
|
| Fields inherited from class jass.engine.Out |
|---|
buf, bufferSize, bufOld, lock |
| Constructor Summary | |
|---|---|
GlottalModel(int bufferSize,
double srate)
|
|
| Method Summary | |
|---|---|
abstract void |
advance(double lambda)
Advance state by one sample. |
protected abstract void |
computeBuffer()
Compute the next buffer and store in member float[] buf. |
double |
getUg()
Get glottal volume velocity |
| Methods inherited from class jass.engine.Out |
|---|
clearBuffer, copyToOld, getBuffer, getBuffer, getBufferSize, getTime, peekAtBuffer, resetTime, setBufferSize, setTime, setTimeAndNotify |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected double srate
protected double ug
protected double ug2
| Constructor Detail |
|---|
public GlottalModel(int bufferSize,
double srate)
| Method Detail |
|---|
public double getUg()
k - index of pan
public abstract void advance(double lambda)
protected abstract void computeBuffer()
Out
computeBuffer in class Out
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||