Fixed comment

This commit is contained in:
Daniel Wolf 2015-10-31 20:41:17 +01:00
parent 6a0e5a4f57
commit 713e8b5d7f
1 changed files with 2 additions and 2 deletions

View File

@ -55,8 +55,8 @@ int main(int argc, char *argv[]) {
auto start = std::chrono::steady_clock::now();
std::vector<int16_t> buffer;
const int capacity = 1600;
buffer.reserve(capacity); // 0.1 second capacity
const int capacity = 1600; // 0.1 second capacity
buffer.reserve(capacity);
int sampleCount = 0;
do {
// Read to buffer