Fixed comment
This commit is contained in:
parent
6a0e5a4f57
commit
713e8b5d7f
|
@ -55,8 +55,8 @@ int main(int argc, char *argv[]) {
|
||||||
auto start = std::chrono::steady_clock::now();
|
auto start = std::chrono::steady_clock::now();
|
||||||
|
|
||||||
std::vector<int16_t> buffer;
|
std::vector<int16_t> buffer;
|
||||||
const int capacity = 1600;
|
const int capacity = 1600; // 0.1 second capacity
|
||||||
buffer.reserve(capacity); // 0.1 second capacity
|
buffer.reserve(capacity);
|
||||||
int sampleCount = 0;
|
int sampleCount = 0;
|
||||||
do {
|
do {
|
||||||
// Read to buffer
|
// Read to buffer
|
||||||
|
|
Loading…
Reference in New Issue