Tutorial: Capture Audio in C++

This repository stores the code that was written for the associated YouTube tutorial series on my YouTube channel.

Release structure

The YouTube tutorial is split into two parts:

  1. Capture realtime audio from the computer and display its left and right channels as volume bars in the terminal
  2. Gather frequency data from the audio capture and display it as a spectrogram in the terminal

Feedback

I welcome constructive feedback on this repository! It can help me and the rest of the community to become better programmers.

If you would like to ask questions or provide other comments, feel free to post to this repository's Discussions page.

If you would like to report any bugs or suggest changes to the code, you can create an issue. Current and past issues can be found here.