udoprog / audio

A crate for working with audio in Rust
Apache License 2.0
78 stars 11 forks source link

Unify documentation under a few common concepts #6

Open udoprog opened 2 years ago

udoprog commented 2 years ago

This library uses the following concepts:

The primary abstraction are buffers that contain 0 or more channels. Each buffer can also be viewed as a sequence of frames, where each frame contains the corresponding sample from every channel in that buffer.