aiie/opencv/dummy-speaker.cpp

27 lines
285 B
C++

#include "dummy-speaker.h"
#include <pthread.h>
DummySpeaker::DummySpeaker()
{
}
DummySpeaker::~DummySpeaker()
{
}
void DummySpeaker::toggle()
{
}
void DummySpeaker::maintainSpeaker(uint32_t c)
{
}
void DummySpeaker::beginMixing()
{
}
void DummySpeaker::mixOutput(uint8_t v)
{
}