XCORE SDK
XCORE Software Development Kit
modules
io
modules
mic_array
lib_mic_array
api
mic_array
util.h
1
// Copyright 2022 XMOS LIMITED.
2
// This Software is subject to the terms of the XMOS Public Licence: Version 1.
3
4
#pragma once
5
6
#include <stdint.h>
7
8
#include "api.h"
9
14
C_API_START
15
26
MA_C_API
27
void
deinterleave2
(uint32_t*);
28
29
40
MA_C_API
41
void
deinterleave4
(uint32_t*);
42
43
54
MA_C_API
55
void
deinterleave8
(uint32_t*);
56
57
58
C_API_END
deinterleave2
void deinterleave2(uint32_t *)
Perform deinterleaving for a 2-microphone subblock.
deinterleave4
void deinterleave4(uint32_t *)
Perform deinterleaving for a 4-microphone subblock.
deinterleave8
void deinterleave8(uint32_t *)
Perform deinterleaving for a 8-microphone subblock.
Generated by
1.9.1