Crate aym

source ·

Structs

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

Enums

Constants

Traits

  • 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]
  • Sound library generation backend.