tags: mus-407 delay implementation

Circular Queue

A circular queue is a linear data structure where operations are based on FIFO, and the last position is connected back to the first position.

Use Cases

Used in [digital audio] to implement [delay lines].