Crate aym

Source

Structs§

AymPrecise
Precise AY/YM sound chip generation backend.
StereoSample
Represents AY stereo sample with left and right channel samples

Enums§

AyMode
Stereo configuration
SoundChip
Sound chip type

Constants§

AY_REGISTER_COUNT
AY/YM Sound chip register count

Traits§

AySample
Samples, returned by aym implement this trait; It allows to correctly convert the sound sample between different types. e.g. to_f32/to_f64 will always return sample in the correct range [-1.0; 1.0], while for example to_i8 will return the sound sample in range [-128; 127]
AymBackend
Sound library generation backend.