Do i use the clock function of c++ wrong?I think it's actually the point of the topic. If you're misunderstanding the value given to you by a clock reading, the amount of time that sound buffer is actually taking is not known.
But i guess it's pretty off topic.
I dont really get what you mean. Do i use the clock function of c++ wrong?Where did you read that std::clock() was returning milliseconds?
But i guess it's pretty off topic.If it's 3300 microseconds instead of 3300 milliseconds then there's no problem, so to me it's exactly on topic.
I guess i can feel the difference between 3300 microseconds ans 3300 milliseconds.Ok, so there is something wrong somewhere. However... if it outputs 3300 and these are microseconds, then the problem may be elsewhere. So be sure that you correctly interpret what std::clock() gives you.