#include "audio_format.h"
#include <stdbool.h>
#include <stddef.h>
Go to the source code of this file.
Functions | |
G_GNUC_WARN_UNUSED_RESULT bool | pcm_mix (void *buffer1, const void *buffer2, size_t size, enum sample_format format, float portion1) |
G_GNUC_WARN_UNUSED_RESULT bool pcm_mix | ( | void * | buffer1, | |
const void * | buffer2, | |||
size_t | size, | |||
enum sample_format | format, | |||
float | portion1 | |||
) |