[][src]Trait zinc64_core::SoundOutput

pub trait SoundOutput {
    fn reset(&self);
fn write(&self, samples: &[i16]); }

Sound output used by SID chip.

Required methods

fn reset(&self)

Reset output.

fn write(&self, samples: &[i16])

Write generated sample to the output buffer.

Loading content...

Implementors

Loading content...