The Open Master Hearing Aid (openMHA)
openMHA
Open community platform for hearing aid algorithm research
|
Public Member Functions | |
virtual | ~save_var_base_t ()=default |
virtual lsl::stream_info | info ()=0 |
Get stream info object from stream inlet. More... | |
virtual void | receive_frame ()=0 |
Receive a samples from lsl and copy to AC space. More... | |
|
virtualdefault |
|
pure virtual |
Get stream info object from stream inlet.
Implemented in lsl2ac::save_var_t< std::string >, and lsl2ac::save_var_t< T >.
|
pure virtual |
Receive a samples from lsl and copy to AC space.
Handling of underrun is configuration-dependent
Implemented in lsl2ac::save_var_t< std::string >, and lsl2ac::save_var_t< T >.