Making a performant audio capture system⚡
Ever wanted to build a performant audio capturing system, but don't know where to start? It definitely happened to me. Due to lack of modern C++ implementations on this, I decided to share what I've learned when making it and give you a starting group off of what I've managed to build! DISCLAIMER: Knowledge about OOP, basic C++ principles or overall general programming knowledge and GRPC is advised! The motivation The motivation is for a way larger project I'm working on. The source code for all of the code is going to be linked below at the end of the post!

Ever wanted to build a performant audio capturing system, but don't know where to start? It definitely happened to me.
Due to lack of modern C++ implementations on this, I decided to share what I've learned when making it and give you a starting group off of what I've managed to build!
DISCLAIMER: Knowledge about OOP, basic C++ principles or overall general programming knowledge and GRPC is advised!
The motivation
The motivation is for a way larger project I'm working on. The source code for all of the code is going to be linked below at the end of the post!