replaced boost program options with getopt

This commit is contained in:
badaix 2015-12-05 23:17:30 +01:00
parent 26af00a8c3
commit 884a65f289
6 changed files with 208 additions and 120 deletions

View file

@ -77,7 +77,7 @@ void SampleFormat::setFormat(uint32_t rate, uint16_t bits, uint16_t channels)
if (bits == 24)
sampleSize = 4;
frameSize = channels*sampleSize;
logD << "SampleFormat: " << rate << ":" << bits << ":" << channels << "\n";
// logD << "SampleFormat: " << rate << ":" << bits << ":" << channels << "\n";
}
}