FFTHalfLogicImpl
Type members
Inherited classlikes
Deprecated and Inherited classlikes
- Deprecated
[Since version 2.35.1]
- Inherited from
- NodeImpl
Value members
Concrete methods
Inherited methods
The default implementation clears from readOff
to the end of the window buffer.
This method is not called if fullLastWindow
returns false
!
The default implementation clears from readOff
to the end of the window buffer.
This method is not called if fullLastWindow
returns false
!
- Inherited from
- WindowedInAOutA
Reads in a number of frames. The default implementation copies to the window buffer.
Reads in a number of frames. The default implementation copies to the window buffer.
- Inherited from
- WindowedInAOutA
The default number of frames to read in per window equals the window buffer size
The default number of frames to read in per window equals the window buffer size
- Inherited from
- WindowedInAOutB
Tries to prepare the parameters for the next window.
If successful, returns true
otherwise false
. If successful,
it must be possible to successively call winBufSize
.
Tries to prepare the parameters for the next window.
If successful, returns true
otherwise false
. If successful,
it must be possible to successively call winBufSize
.
- Inherited from
- WindowedInAOutB
Writes out a number of frames. The default implementation copies from the window buffer.
Writes out a number of frames. The default implementation copies from the window buffer.
- Inherited from
- WindowedInAOutA
The number of frames to write out per window. This is polled once after processWindow
.
The default equals the window buffer size (winBufSize
).
If an implementation wants to truncate the last window when the input terminates,
it should override fullLastWindow
to return false
, in which case the default
implementation of writeWinSize
will return ``
The number of frames to write out per window. This is polled once after processWindow
.
The default equals the window buffer size (winBufSize
).
If an implementation wants to truncate the last window when the input terminates,
it should override fullLastWindow
to return false
, in which case the default
implementation of writeWinSize
will return ``
- Inherited from
- WindowedInAOutB