comparison libtest/pcmwrite.h @ 11:a3aa152c4653

libtest: pcmwrite helper function and module
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 20 Nov 2022 00:31:42 +0000
parents
children
comparison
equal deleted inserted replaced
10:820d88b97924 11:a3aa152c4653
1 /*
2 * This header file declares the interface to our helper function
3 * for writing 16-bit linear PCM samples to WAV output file.
4 */
5
6 extern void write_pcm_to_wav(void *wav, const int16_t *pcm);