wyrm.typesΒΆ

Data type definitions.

This module provides the basic data types for Wyrm, like the Data and RingBuffer classes.

Functions

Classes

BlockBuffer([samples]) A buffer that returns data chunks in multiples of a block length.
Data(data, axes, names, units) Generic, self-describing data container.
RingBuffer(length_ms) Circular Buffer implementation.