AppleWin/source/Riff.h

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);