|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PitchedDoubleData | |
---|---|
inpro.incremental.basedata | |
inpro.pitch |
Uses of PitchedDoubleData in inpro.incremental.basedata |
---|
Fields in inpro.incremental.basedata with type parameters of type PitchedDoubleData | |
---|---|
(package private) java.util.concurrent.ConcurrentSkipListSet<BaseData.TimedData<PitchedDoubleData>> |
BaseData.pitchedData
|
Methods in inpro.incremental.basedata that return PitchedDoubleData | |
---|---|
PitchedDoubleData |
BaseData.getPitchedData(double time)
|
Uses of PitchedDoubleData in inpro.pitch |
---|
Fields in inpro.pitch with type parameters of type PitchedDoubleData | |
---|---|
private java.util.concurrent.ArrayBlockingQueue<PitchedDoubleData> |
PitchTracker.pitchAssignmentQueue
pitch can only be assigned to a PitchedDoubleData object a little later, when this data is in the center of the signalBuffer (not the newest data on the right of the buffer) but we don't want to buffer the objects before we output them; we therefore output the PDD objects immediately, keep reference to them in this queue and fill in the pitch values once they have been calculated. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |