Bela
Real-time, ultra-low-latency audio and sensor processing system for BeagleBone Black
|
Public Member Functions | |
AuxTaskRT (std::string _name, std::function< void()> callback) | |
AuxTaskRT (std::string _name, std::function< void(std::string str)> callback) | |
AuxTaskRT (std::string _name, std::function< void(void *buf, int size)> callback) | |
void | create (std::string _name, std::function< void()> callback, int _priority=BELA_AUDIO_PRIORITY-5) |
void | create (std::string _name, std::function< void(std::string str)> callback, int _priority=BELA_AUDIO_PRIORITY-5) |
void | create (std::string _name, std::function< void(void *buf, int size)> callback, int _priority=BELA_AUDIO_PRIORITY-5) |
void | schedule (void *buf, size_t size) |
void | schedule (const char *str) |
void | schedule () |