aiie/opencv/dummy-speaker.cpp

14 lines
164 B
C++

#include "dummy-speaker.h"
DummySpeaker::~DummySpeaker()
{
}
void DummySpeaker::toggleAtCycle(uint32_t c)
{
}
void DummySpeaker::maintainSpeaker(uint32_t c)
{
}