diff --git a/teller.cc b/teller.cc index 4b7b9a5..aa580c7 100644 --- a/teller.cc +++ b/teller.cc @@ -23,7 +23,7 @@ int main() cerr<<"Error opening audio: "< counter; + std::atomic counter = 0; auto player = [&]() { vector data; int ourcounter=0;