#include <stdint.h>
Go to the source code of this file.
|
void | deinterleave_audio_data (const float *interleaved_input, float *output, uint32_t sample_count, uint32_t channel, uint32_t channel_count) |
|
void | interleave_audio_data (float *input, float *interleaved_output, uint32_t sample_count, uint32_t channel, uint32_t channel_count) |
|
◆ deinterleave_audio_data()
void deinterleave_audio_data |
( |
const float * |
interleaved_input, |
|
|
float * |
output, |
|
|
uint32_t |
sample_count, |
|
|
uint32_t |
channel, |
|
|
uint32_t |
channel_count |
|
) |
| |
|
inline |
◆ interleave_audio_data()
void interleave_audio_data |
( |
float * |
input, |
|
|
float * |
interleaved_output, |
|
|
uint32_t |
sample_count, |
|
|
uint32_t |
channel, |
|
|
uint32_t |
channel_count |
|
) |
| |
|
inline |