Audio IO in Rust

In this section, we will cover how to record and play audio in Rust. In addition, we will also cover how to interact with raw audio buffers in memory, which can be helpful when implementing the athernet project.

Let's get started!