Trait culsynth::DspFormat

source ·
pub trait DspFormat: DspFormatBase + OscOps + EnvOps + FiltOps + LfoOps + ModulatorOps { }
Expand description

A trait encompassing the different sample data types (e.g. 16 bit fixed, 32 bit float, etc).

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl DspFormat for i16

Implementors§