Home
last modified time | relevance | path

Searched refs:nch (Results 1 – 2 of 2) sorted by relevance

/liblc3-latest/tools/
Dwave.c136 int nch, int count, void *buffer) in wave_read_pcm() argument
138 return fread(buffer, nch * samplesize, count, fp); in wave_read_pcm()
182 const void *_pcm, int nch, int off, int count) in wave_write_pcm() argument
185 fwrite(pcm + nch * off * samplesize, nch * samplesize, count, fp); in wave_write_pcm()
Dwave.h48 int nch, int count, void *_buffer);
70 const void *pcm, int nch, int off, int count);