git @ Cat's Eye Technologies linapple / master inc / Riff.h
master

Tree @master (Download .tar.gz)

Riff.h @masterraw · history · blame

1
2
3
4
5
#pragma once

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