2006-02-25 20:50:29 +00:00
|
|
|
#pragma once
|
|
|
|
|
2022-04-17 15:23:46 +00:00
|
|
|
bool RiffInitWriteFile(const char* pszFile, unsigned int sample_rate, unsigned int NumChannels);
|
|
|
|
bool RiffFinishWriteFile(void);
|
|
|
|
bool RiffPutSamples(const short* buf, unsigned int uSamples);
|