1
0
mirror of https://github.com/AppleWin/AppleWin.git synced 2025-04-18 06:40:45 +00:00
Andrea 82c09abd54
Minor fixes ()
* Add missing Riff.h include and fix const correctness of arguments.
* Cosmetic improvements to Perf breakdown in LogPerfTimings().
* Logging - removed unnecessary cast.
2020-07-01 21:08:18 +01:00

6 lines
198 B
C

#pragma once
int RiffInitWriteFile(const char* pszFile, unsigned int sample_rate, unsigned int NumChannels);
int RiffFinishWriteFile();
int RiffPutSamples(const short* buf, unsigned int uSamples);