diff options
Diffstat (limited to '')
-rw-r--r-- | src/pcm_utils.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pcm_utils.h b/src/pcm_utils.h index d3dfcaf2d..59ced1331 100644 --- a/src/pcm_utils.h +++ b/src/pcm_utils.h @@ -47,8 +47,8 @@ typedef struct _ConvState { void pcm_volumeChange(char *buffer, int bufferSize, const struct audio_format *format, int volume); -void pcm_mix(char *buffer1, const char *buffer2, size_t bufferSize1, - size_t bufferSize2, const struct audio_format *format, float portion1); +void pcm_mix(char *buffer1, const char *buffer2, size_t size, + const struct audio_format *format, float portion1); size_t pcm_convertAudioFormat(const struct audio_format *inFormat, const char *inBuffer, size_t inSize, |