![]() |
nRF Connect SDK API 3.3.99
|
PCM audio mixer library header. More...
#include <zephyr/kernel.h>Go to the source code of this file.
Enumerations | |
| enum | pcm_mix_mode { B_STEREO_INTO_A_STEREO , B_MONO_INTO_A_MONO , B_MONO_INTO_A_STEREO_LR , B_MONO_INTO_A_STEREO_L , B_MONO_INTO_A_STEREO_R } |
Functions | |
| int | pcm_mix (void *const pcm_a, size_t size_a, void const *const pcm_b, size_t size_b, enum pcm_mix_mode mix_mode) |
| Mixes two buffers of PCM data. | |
PCM audio mixer library header.