1
0
mirror of https://github.com/AppleWin/AppleWin.git synced 2025-02-15 23:30:48 +00:00

6 lines
205 B
C
Raw Normal View History

2006-02-25 20:50:29 +00:00
#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);