[][src]Trait hrtf::InterleavedSamples

pub trait InterleavedSamples {
    fn left(&self) -> f32;
}

Provides unified way of extracting single channel (left) from any set of interleaved samples (LLLLL..., LRLRLRLR..., etc).

Required methods

fn left(&self) -> f32

Returns first sample from set of interleaved samples.

Loading content...

Implementations on Foreign Types

impl InterleavedSamples for f32[src]

impl InterleavedSamples for (f32, f32)[src]

Loading content...

Implementors

Loading content...