1
0
mirror of https://github.com/AppleWin/AppleWin.git synced 2025-03-07 04:31:16 +00:00

6 lines
186 B
C
Raw Normal View History

2006-02-25 20:50:29 +00:00
#pragma once
int RiffInitWriteFile(char* pszFile, unsigned int sample_rate, unsigned int NumChannels);
int RiffFinishWriteFile();
int RiffPutSamples(short* buf, unsigned int uSamples);