import from SF CVS
git-svn-id: https://svn.musicpd.org/mpd/trunk@1 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
16
src/pcm_utils.h
Normal file
16
src/pcm_utils.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#ifndef PCM_UTILS_H
|
||||
#define PMC_UTILS_H
|
||||
|
||||
#include "audio.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
void pcm_changeBufferEndianness(char * buffer, int bufferSize, int bits);
|
||||
|
||||
void pcm_volumeChange(char * buffer, int bufferSize, AudioFormat * format,
|
||||
int volume);
|
||||
|
||||
void pcm_mix(char * buffer1, char * buffer2, size_t bufferSize1,
|
||||
size_t bufferSize2, AudioFormat * format, float portion1);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user