Expand description
VTX sound format parsing library
See sources of vtx-bin
crate for usage example
Modules§
Structs§
Enums§
- Sound
Chip - Sound chip type See aym::SoundChip documentation for more info
- Stereo
- Stereo configuration See aym::AyMode documentation for more info
- VtxError
Constants§
- AY_
REGISTER_ COUNT - AY/YM Sound chip register count
- R13_
NO_ CHANGE_ VALUE - Special R13 (
vtx.frame_registers[R13_NO_CHANGE_VALUE]
) register value which signals that R13 register should not be changed for the current emulation frame. This should be taken into account during emulation for correct envelope emulation