Function ctru_sys::micInit

source ·
pub unsafe extern "C" fn micInit(
    buffer: *mut u8_,
    bufferSize: u32_
) -> Result
Expand description

Initializes MIC.

§Arguments

  • size - Shared memory buffer to write audio data to. Must be aligned to 0x1000 bytes.
  • handle - Size of the shared memory buffer.