Struct aym::AymPrecise[][src]

pub struct AymPrecise { /* fields omitted */ }
Expand description

Precise AY/YM sound chip generation backend.

Original code for this backend is derived from ayumi C library by Peter Sovietov Link to original repo: https://github.com/true-grue/ayumi

Uses f64 for computations.

Implementations

Enabled dc filter for samples

Trait Implementations

Resulting sample type

Creates new aym instance. Read more

Write value to the sound chip register. address should be in [0..AY_REGISTER_COUNT]

Generates next sound sample

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.