linapple-pie/src/Riff.h

6 lines
186 B
C
Raw Normal View History

2015-10-24 12:56:00 +00:00
#pragma once
int RiffInitWriteFile(char* pszFile, unsigned int sample_rate, unsigned int NumChannels);
int RiffFinishWriteFile();
int RiffPutSamples(short* buf, unsigned int uSamples);