mirror of
https://github.com/AppleWin/AppleWin.git
synced 2024-11-02 17:08:57 +00:00
6 lines
186 B
C
6 lines
186 B
C
|
#pragma once
|
||
|
|
||
|
int RiffInitWriteFile(char* pszFile, unsigned int sample_rate, unsigned int NumChannels);
|
||
|
int RiffFinishWriteFile();
|
||
|
int RiffPutSamples(short* buf, unsigned int uSamples);
|