2006-02-25 20:50:29 +00:00
|
|
|
#pragma once
|
|
|
|
|
2020-06-30 09:56:18 +01:00
|
|
|
int RiffInitWriteFile(const char* pszFile, unsigned int sample_rate, unsigned int NumChannels);
|
2006-02-25 20:50:29 +00:00
|
|
|
int RiffFinishWriteFile();
|
2020-06-30 09:56:18 +01:00
|
|
|
int RiffPutSamples(const short* buf, unsigned int uSamples);
|