Frontend class that reads sound data from JACK server. More...
#include <JackFrontend.h>
Public Member Functions | |
JackFrontend (bool connect, const char *leftInputName, const char *rightInputName) | |
Constructor. | |
virtual | ~JackFrontend () |
Destructor. | |
virtual void | run () |
![]() | |
void | setBackend (Ref< Backend > backend) |
virtual void | stop () |
Additional Inherited Members | |
![]() | |
void | startStream () |
void | endStream () |
void | process (const vector< Complex > &data) |
![]() | |
Ref< Backend > | backend_ |
StreamInfo | streamInfo_ |
DataInfo | dataInfo_ |
bool | stopping_ |
Frontend class that reads sound data from JACK server.