engine_audio()
      Module for controlling/playing audio through four channels.
Attributes:
      AudioChannel [value: function, type: object]
      play(sound_resource, channel_index, loop) [returns: AudioChannel]
      stop(channel_index) [returns: None]
      set_volume(set_volume) [returns: None]
      get_volume() [returns: None]

file: src/audio/engine_audio_module.c

landing