Function ctru_sys::ndspChnSetMix

source ·
pub unsafe extern "C" fn ndspChnSetMix(id: c_int, mix: *mut f32)
Expand description

Sets the mix parameters (volumes) of a channel.

§Arguments

  • id - ID of the channel (0..23).
  • mix - Mix parameters to use. Working hypothesis:
  • 0: Front left volume.
  • 1: Front right volume.
  • 2: Back left volume:
  • 3: Back right volume:
  • 4..7: Same as 0..3, but for auxiliary output 0.
  • 8..11: Same as 0..3, but for auxiliary output 1.