![]() |
VISR
0.11.6
Versatile Interactive Scene Renderer
|
#include <signal_flow_context.hpp>
Public Member Functions | |
SignalFlowContext (std::size_t period, SamplingFrequencyType samplingFrequency) | |
SignalFlowContext (SignalFlowContext const &rhs) | |
SignalFlowContext (SignalFlowContext &&rhs) | |
~SignalFlowContext () | |
std::size_t | period () const |
SamplingFrequencyType | samplingFrequency () const |
Class encapsulating basic parameters of a signal flow such as sampling rate and audio period size.
|
explicit |
Constructor.
period | The number of samples processed in each invocation of the process() function. |
samplingFrequency | The sampling frequency associated with the discrete-time signals to be processed. |
|
default |
Copy constructor.
|
default |
Move constructor.
|
default |
Destructor.
|
inline |
Query the period of the signal flow, i.e., the number of samples processed in earch iteration.
|
inline |
Return the sampling frequency of the signal flow (in Hertz)