Module rsynth::backend::combined::memory[][src]

In-memory backend, useful for testing.

Modules

dasp_sample
wav_0_6

Structs

AudioBufferWriter

An AudioWriter that appends to a given AudioChunk. The generic parameter type S represents the sample type.

AudioChunkReader

An [AudioReader] that reads from a given [AudioChunk]. The generic parameter type S represents the sample type.

Type Definitions

AudioBufferReader

An AudioReader that reads from a given AudioChunk. The generic parameter type S represents the sample type.