mirror of
https://github.com/AppleWin/AppleWin.git
synced 2024-11-15 09:05:39 +00:00
6 lines
205 B
C
6 lines
205 B
C
#pragma once
|
|
|
|
bool RiffInitWriteFile(const char* pszFile, unsigned int sample_rate, unsigned int NumChannels);
|
|
bool RiffFinishWriteFile(void);
|
|
bool RiffPutSamples(const short* buf, unsigned int uSamples);
|