Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/audio/utilities/
H A Dfilehdr.c674 decode_wav(int fd, unsigned char *buf, Audio_hdr *hdrp, int *isize) in decode_wav() function
802 if ((err = decode_wav(fd, buf, hdrp, isize)) != AUDIO_SUCCESS) { in audio_decode_filehdr()