Skip to main content

SourceInterpreter

Trait SourceInterpreter 

Source
pub trait SourceInterpreter<T>: InterpretSource<Source<T>> { }
Expand description

Evaluates an audio source’s properties into values used by a sample processor.

Implementors§

Source§

impl<T, S> SourceInterpreter<S> for T
where T: InterpretSource<Source<S>> + ?Sized,