To assist the input/output of PCM data, we use the fairly straight-forward WAVE format. These classes simplify the input and output of such data.
7 lines
58 B
C++
7 lines
58 B
C++
#include "audioworker.h"
|
|
|
|
AudioWorker::AudioWorker()
|
|
{
|
|
|
|
}
|